[freebsd-questions] Newbie File system
    Howard Jones 
    howie at thingy.com
       
    Mon May 15 08:31:50 PDT 2006
    
    
  
Maan Jee wrote:
> Can someone explane that at which filesystem is my "/home" directory
> located?
>
>
> Filesystem  1K-blocks    Used    Avail Capacity  Mounted on
> /dev/ad0s1a    507630    55002   412018      12%    /
> devfs                       1           1           0     100%    /dev
> /dev/ad0s1e    507630          12   467008       0%    /tmp
> /dev/ad0s1f  34336100 1564298 30024914     5%    /usr
> /dev/ad0s1d   1506190    24892  1360804      2%    /var
>
cd /home
df -h .
I believe the default is that /home is a symbolic link to /usr/home, so 
it's on /usr.
Best Regards,
Howie
    
    
More information about the freebsd-questions
mailing list