On 20/08/07, Michael S <[EMAIL PROTECTED]> wrote:
> Jerry,
>
> *** When I untarred the file I had everything under
> /user/usr. I was under /user/usr and then I did mv *
> ..
>
> I then edited fstab and changed
> /dev/da2s1d to be /usr, instead of /user
>
> And of course the old /usr I switched to /user

So is your /usr now under /usr/usr?

What I have done is:
# mkdir /mnt/usr
# mount /dev/whatever /mnt/usr
# cd /mnt/usr
# dump -L -f - /usr | restore -r -f -
And then edit your /etc/fstab to reflect the changes
and reboot.

-- 
--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to