mozilla cache partition mishap ?

Mel fbsd.questions at rachie.is-a-geek.net
Tue Jan 29 17:16:08 PST 2008


On Tuesday 29 January 2008 23:14:43 KAYVEN RIESE wrote:
> On Tue, 29 Jan 2008, Mel wrote:
> > On Tuesday 29 January 2008 17:11:00 KAYVEN RIESE wrote:
> >> there are a whole bunch of things in /root .files, er.. .directories
> >> is it possible for me to switch these to /usr so i don't over flow?
> >
> > You could set HOME to /home/root in .profile?
> >
> > Best solution still is: do the useradd and create a normal user for your
> > work. It takes less time then you took to write this email, so the lazy
> > part is already invalidated.
>
> does it not matter that i have already created /home/root ?  and
> note.. /home goes on / with a tiny amount of disk space.  how
> to i make sure it goes to /usr/home ? i thought it was going to
> go automatically or something but it hasn't

Move everything from /home/* into /usr/home/ and symlink. Resolving duplicate 
filenames by hand:
mv -i /home/* /usr/home/
rmdir /home
ln -s /usr/home /home

-- 
Mel


More information about the freebsd-questions mailing list