Created
May 3, 2014 00:18
-
-
Save nestoru/71bbf8cf19f000dce8be to your computer and use it in GitHub Desktop.
Solaris 10 vfstab example
This file contains 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
#device device mount FS fsck mount mount | |
#to mount to fsck point type pass at boot options | |
# | |
fd - /dev/fd fd - no - | |
/proc - /proc proc - no - | |
/dev/dsk/c1t0d0s0 /dev/rdsk/c1t0d0s0 / ufs 1 no - | |
/dev/dsk/c1t0d0s5 /dev/rdsk/c1t0d0s5 /usr ufs 1 no - | |
/dev/dsk/c1t0d0s1 /dev/rdsk/c1t0d0s1 /var ufs 1 no - | |
/dev/dsk/c1t0d0s6 /dev/rdsk/c1t0d0s6 /export/home ufs 2 yes - | |
/dev/dsk/c1t0d0s4 /dev/rdsk/c1t0d0s4 /opt ufs 2 yes - | |
/dev/dsk/c1t0d0s3 /dev/rdsk/c1t0d0s3 /overlap ufs 2 yes - | |
/dev/dsk/c1t0d0s7 /dev/rdsk/c1t0d0s7 /swap ufs 2 yes - | |
/devices - /devices devfs - no - | |
sharefs - /etc/dfs/sharetab sharefs - no - | |
ctfs - /system/contract ctfs - no - | |
objfs - /system/object objfs - no - | |
swap - /tmp tmpfs - yes - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment