After a HW problem on one disk, I copied
/dev/sda6 (=/) to /dev/sdb6 (=/tmproot)
/dev/sda7(=/var) to /dev/sdb7 (=/tmpvar)
/dev/sda8(=/home) to /dev/sdb8 (=/tmphome)
with a view to unmounting the first disk and remounting
it as the second disk.
Now all these fs s are in /etc/fstab
and all I need to do (I hope ) is to
unmount /home,/var and /
mount /tmphome, /tmpvar and /tmproot
as /home, /var and / respectively
and modify /etc/fstab appropriately
However, I cannot unmount /var from root(fs in use). How do I achieve that?
Thanks, svar
/dev/sda6 (=/) to /dev/sdb6 (=/tmproot)
/dev/sda7(=/var) to /dev/sdb7 (=/tmpvar)
/dev/sda8(=/home) to /dev/sdb8 (=/tmphome)
with a view to unmounting the first disk and remounting
it as the second disk.
Now all these fs s are in /etc/fstab
and all I need to do (I hope ) is to
unmount /home,/var and /
mount /tmphome, /tmpvar and /tmproot
as /home, /var and / respectively
and modify /etc/fstab appropriately
However, I cannot unmount /var from root(fs in use). How do I achieve that?
Thanks, svar