Displaying 20 results from an estimated 2000 matches similar to: "Running filesystem backup?"
2010 Mar 18
2
Rsync behaviour on harddisc crash
I was just pondering:
Lets look at Server A with one extra harddisc hdb, where hdb1 is mounted at /mnt/folder.
/mnt/folder is the folder which should be mirrored on Server B.
So Server B rsyncs
rsynch -a -delete server::folder /folder
from Server A and gets all the new files and deletes all the files, which doesn't exist on Server A's /mnt/folder anymore.
What would happen,
2003 Nov 03
2
Ext3 filesystem modified while mounted read-only
I noticed that ext3 filesystems are modified if mounted read-only:
# mke2fs -j /dev/hdb1
[...]
# md5sum /dev/hdb1 > MD5SUM
# mount -t ext3 -o ro /dev/hdb1 /mnt/test1
# umount /mnt/test1
# md5sum -c MD5SUM
md5sum: MD5 check failed for '/dev/hdb1'
On examination of a block-for-block copy of 'before' and 'after' images
with od and diff, I believe that the changes are
2005 Sep 03
3
Accents in filenames on vfat filesystem
Hello.
I am trying to create a text file that contains an accent like '?' in it's
filename on a vfat filesystem. This generates an error like the following:
"test?.txt" E212: Can't open file for writing
I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load
those needed modules.
Then I mounted my FAT32 partition like this:
mount -t
2010 Aug 25
2
Announcing EXT2FS lib for syslinux
Here is the initial release:
git://github.com/donhiatt/Syslinux-EXT2FS-Library-port.git
I am very new to git so I hope I managed to get the repo setup properly.
The repo is branched from 'disklib' as I plan to use it for all disk
read/write access (I'm currently using modified gpllib/disk/* -- see
README).
Cheers,
don
-----
README for ext2fs module.
* Description
-----------
2005 Apr 09
3
short read while checking ext3 journal
My UPS failed and my server took an 'unscheduled outage' a few weeks ago.
The only casualty appears to be a volume I used for backup. I usually
maintain data on multiple hard disks, but in this case I errantly had some
data (of marginal value) on this file system.
At this point, the data is not worth enough for me to send the drive out
for data recovery, but it's worth enough to
2008 Sep 30
3
mount UFS partition on CentOS 5.
Hi Dears,
I am having trouble mounting a partition with UFS file system (FreeBSD), I
am trying to build with the following commands:
mount-r-t-o ufs ufstype = ufs2 / dev/hdb1 / part
mount-r-t-o ufs ufstype = 44bsd / dev/hdb1 / part
But appears the following error message:
mount: wrong fs type, bad option, bad superblock on / dev/hdb1,
missing codepage or other error
In some
2006 Jan 11
1
Can't mount dir on hdb1
Hi All,
Running Samba on a Fedora 4 machine in a mixed home environment.
Domain=[HOME-NETWORK] OS=[Unix] Server=[Samba 3.0.14a-2]
Trying unsuccessfully to mount the dir that's on hdb1 on another Fedora
4 machine. Can mount any dir from hda just fine. Only problem is the one
on hdb1. File permissions and everything else I can think of checking is
identical. Just refuses to mount hdb1. Here
2011 Feb 01
3
centos 4.8 or centos 5.5 for server is great?
hi,i am new guy for linux world
i made a server (centos5.5 8g ram 300g*2 sas 15k harddisc ),but some my
friend use linux feveral years advise me use centos 4.8,he said it is much
good than centos 5.5
it is trouble me ,is it newest is good than older?
please give me some advice
Thanks all
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 07
3
script.aculo.us: autocomplete does not work
I copied an exact copy of "http://demo.script.aculo.us/ajax/autocompleter"
to my harddisc inclusive all .js and .css.
Then I changed "new Ajax.Autocompleter(''contact_name'',
''contact_name_auto_complete'', ''/ajax/auto_complete_for_contact_name'', {})"
to
"new Ajax.Autocompleter(''contact_name'',
2003 Jan 16
1
Fw: syslinux with flash discs?
Johan accidentally wrote me personally with the following email, which I
thought would be better intended for the syslinux list. Replies to *Johan*
please. :)
-d
----- Original Message -----
From: "Johan Win?s" <johan.winas at isg.se>
To: <david at weekly.org>
Sent: Thursday, January 16, 2003 2:33 AM
Subject: syslinux with flash discs?
> Hi..
>
> Just tried out
2012 Aug 13
1
server fails to boot GRUB and flashing cursor
I have a power edge with raid5 that contains Centos 5.4.
I had a drive failure, anyway the array is optimal now but the server
won't boot.
I can boot from a Centos 5.3 liveCD and all the data is still there.
There is no grub.conf just shows a broken link.
Is fixing this as simple as gub-install |--root-directory=/mnt/disc/sda3
/dev/sda|
Before screwing things up I am seeking your all's
2005 Jul 08
2
Accidentally issued "mkswap" on ext3 fs -- recovery possible?
Hi,
I accidentally issued "mkswap" on a used ext3 fs partition (~30G) :-/
I have analyzed the behaviour of mkswap using two test files and it
appears to only change "some" bytes:
--8<--
--- swap2.xxd 2005-07-04 21:00:10.157261360 +0200
+++ swap1.xxd 2005-07-04 21:00:01.894517488 +0200
@@ -62,7 +62,7 @@
00003d0: 0000 0000 0000 0000 0000 0000 0000 0000 ................
2001 Nov 12
0
Help!!! Windows XP Joining Samba 2.2.2 Domain
Okay, I'm at the end of my amazing internet research skills, and now I'm
having to offer this problem up to the mailing lists.
In a fit of stupidity I've just upgraded my machine from 98 to XP
(purely for research ;), and now I need to add it to the domain.
My root user on the Linux box running samba is called guB~b1n5 and the
Linux box is configured to use PAM and SSL, I've
2003 Sep 04
1
ext3 + external journal -- Howto..
I am new to ext3 + external journal. Is there any howto I can look at?
this is what I understand
1. mke2fs -O journal_dev /dev/md5
2. mke2fs -J device=/dev/md5 /dev/md0
3. mount /dev/md0 / -t ext3 ( hmm.. what do I need to put on fstab?? )
/dev/md5 is a two drive RAID 1 partition
/dev/md0 is a 4 drive RAID 5 partition.
questions:
1. I am running RedHat 9.0. what extra software I need to
2005 Oct 04
1
LVM & Knoppix
I'm probably missing something very simple.
My hard drive looks like this:
[root at mavis ~]# fdisk -l
Disk /dev/hdb: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14
2001 Nov 12
1
Addition - Help!!! Windows XP Joining Samba 2.2.2 Domain
Have also now changed the root username back to root to see if that
helped (although it doesn't cause any problems with any other
applications), but it does now mean that I get the same error message
using the root user as I do using the user seri:
The following error occurred attempting to join the domain
"HOME":
Access is denied.
I have also added the line
nt acl support = no
to
2006 Dec 24
1
Copying my system to another drive
Hi, I'm trying to copy my CentOS install to a new drive.
- old drive is /dev/hda and had
hda1 : /boot
hda2 : swap
hda3 lvm
hda5 : lvm
hda4 : /usr/local
- new drive is /dev/hdb
hdb1 : /boot
hdb2 : swap
hdb3 : /
I decided to get rid of lvm which is useless to me. I've created and
formated the new partitions and copied anything from the old drive to
the new one
2005 Sep 08
3
What's going on with my Linux Swap?
I've tried to create a Linux swap file, but when I run fdisk, it looks
like this:
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 3644 29270398+ 83 Linux
/dev/hdb2 3645 3737 747022+ f W95 Ext'd (LBA)
/dev/hdb5 3645 3737 746991 82 Linux swap
Why is this W95 partition existing in the
2001 Aug 15
2
fsck
when i convert my filesystem to ext3 using tune2fs -j /dev/hdb1 it create's it fine but when i change it in fstab to auto. when i reboot it says fsck.auto and there is a problem when it says that can someone please help.
Dustin Schuemann
andkidx@yahoo.com
---------------------------------
Do You Yahoo!?
Make international calls for as low as $0.04/minute with Yahoo! Messenger.
2011 Jun 30
1
LOAD GNU/LINUX DEBIAN SYSTEM FROM ISO IMAGE.BUT NOT INSTALL
Good Evening in Spain,
have one question about XEN application I have old server GNU/Linux Debian
with next disc configuration:
/dev/hda1 ext3 8,9G 4,6G 3,9G 55% /
tmpfs tmpfs 252M 0 252M 0% /lib/init/rw
udev tmpfs 10M 668K 9,4M 7% /dev
tmpfs tmpfs 252M 0 252M 0% /dev/shm
/dev/hdb1 ext4 19G 7,7G 9,8G 44% /home
And I want