Newbie File system

James Long list at museum.rain.com
Tue May 16 11:59:35 PDT 2006


> Date: Mon, 15 May 2006 21:38:57 -0700
> From: Garrett Cooper <youshi10 at u.washington.edu>
> Subject: Re: Newbie File system
> To: freebsd-questions at freebsd.org
> Message-ID: <44695761.2020507 at u.washington.edu>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
> James Long wrote:
> >> Date: Mon, 15 May 2006 17:20:33 +0200
> >> From: "Maan Jee" <maanjee at gmail.com>
> >> Subject: Newbie File system
> >> To: freebsd-questions at freebsd.org
> >> Message-ID:
> >> 	<2cd0a0da0605150820v6b267980g27818e47950bcf70 at mail.gmail.com>
> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> >>
> >> Can someone explane that at which filesystem is my "/home" directory
> >> located?
> >>     
> >
> > cd /home && df .
> >
> > will tell you.
> >   
> "df -h ~", "df -h $HOME", or "df -h `printenv HOME`" will do the trick.
> -Garrett

I'm not sure you read the post correctly.  He's asking where the "/home"
directory is on his system.

/home is typically a symlink to /usr/home, although it doesn't have to be.

My reply will definitively tell the user which filesystem the /home
directory (or symlink) resides on.


More information about the freebsd-questions mailing list