Created
June 10, 2013 14:25
-
-
Save dky/5749086 to your computer and use it in GitHub Desktop.
List local fs type Solaris
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@localhost /mnt]# df -n | |
/ : zfs | |
/devices : devfs | |
/system/contract : ctfs | |
/proc : proc | |
/etc/mnttab : mntfs | |
/etc/svc/volatile : tmpfs | |
/system/object : objfs | |
/etc/dfs/sharetab : sharefs | |
/platform/sun4u-us3/lib/libc_psr.so.1: lofs | |
/platform/sun4u-us3/lib/sparcv9/libc_psr.so.1: lofs | |
/dev/fd : fd | |
/var : zfs | |
/tmp : tmpfs | |
/var/run : tmpfs | |
/export : zfs | |
/export/home : zfs | |
/rpool : zfs | |
/cdrom/sol_10_811_sparc: hsfs | |
/mnt : nfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment