Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2007 12:15:18 -0500
From:      "illoai@gmail.com" <illoai@gmail.com>
To:        "Michael S" <msherman77@yahoo.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Trying to move /usr
Message-ID:  <d7195cff0708201015n3acdd927t915c99f1d38798e7@mail.gmail.com>
In-Reply-To: <71851.24788.qm@web88310.mail.re4.yahoo.com>
References:  <20070820152109.GD44640@gizmo.acns.msu.edu> <71851.24788.qm@web88310.mail.re4.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 20/08/07, Michael S <msherman77@yahoo.com> 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.

-- 
--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d7195cff0708201015n3acdd927t915c99f1d38798e7>