Displaying 1 result from an estimated 1 matches for "oldusr".
Did you mean:
olduser
2013 Dec 02
3
Moving/merging a filesystem back into /
...t gentoo LiveDVD
2. Mount /
mount /dev/sda3 /mnt/gentoo/
There should already be a /usr directory where it was being mounted
before, right? If not, then I guess I create it with root:root 755
permissions.
3. Mount old /usr to be moved/merged
vgscan
vgchange -a y
mount /dev/vg/usr /mnt/gentoo/oldusr
4. Copy /oldusr to /usr
rsync -a? /mnt/gentoo/oldusr/ /mnt/gentoo/usr/
Are the trailing slashes required/important/necessary?
Which arguments should I use?
5. Edit /etc/fstab and comment/remove the /usr line
nano -wc /mnt/gentoo/etc/fstab
#/dev/vg/usr /usr reiserfs noatim...