>
>> A useful way to obtain the mount point for a directory is with the
>> df' command.  Just do 'df .' while in a directory to see where its
>> filesystem mount point is:
>>
>> % df .
>> Filesystem           1K-blocks      Used Available Use% Mounted on
>> Sun_2540/home/bfriesen
>>                      119677846  65811409  53866437  55% /home/bfriesen
>
>
> Nice, I see by default it appears the gnu/bin is put ahead of /bin in
> $PATH, or maybe some my meddling did it, but I see running the Solaris
> df several more and confusing entries too:
>
> /system/contract   (ctfs              ):       0 blocks 2147483609 files

Add -h or -k to df:

df -h .
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to