Quote:
Originally Posted by allend
I do not use fsarchiver, although it looks like an interesting program.
My reply was based on the error message in your first post. I have a hunch that there is something wrong with your setup that is causing a problem with the mounting of /dev/sda2.
Can you try mounting an ext3 or ext4 partition using the user_xattr and acl mount options from the Slackware setup where you are attempting to run fsarchiver?
i.e. Can you successfully use 'mount -o defaults,user_xattr,acl /dev/<some_ext3/4_filesystem> /mnt/tmp' to mount an unmounted partition?
|
Have successfully mounted using:
mount -o defaults,user_xattr,acl /dev/sdc1 /mnt
ls -la
...
no problem.
Can also do fsarchiver using:
fsarchiver savefs -A -a -s 4300 /data2/mytest.fsa /dev/sdc1
where
/dev/sda2 - root filesystem (/) first disk
/dev/sdb1 - /data2 (second disk)
/dev/sdc1 - /data3 third disk
but get the error when doing:
fsarchiver savefs -A -a -z 3 -s 4300 /backuphost/xxxx-rootfs.fsa /dev/sda2
where
/dev/sda2 - root filesystem (/) first disk
/backuphost - nfs mount filesystem
Is the problem that /tmp is part of / (root file system) which is what is being archived?
If so how do I get fsarchiver to use something other than /tmp?
and if a computer only has one disk and one partition (/) what do I use then?