| ... | ... | @@ -69,3 +69,21 @@ Ready to label disk, continue? y |
|
|
|
chown root:root /mnt
|
|
|
|
chmod g-s,u=rwx,g=rx,o=rx /mnt
|
|
|
|
```
|
|
|
|
|
|
|
|
* vfstab
|
|
|
|
`
|
|
|
|
#device device mount FS fsck mount mount
|
|
|
|
#to mount to fsck point type pass at boot options
|
|
|
|
#
|
|
|
|
/dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no rw,logging
|
|
|
|
/dev/dsk/c0t0d0s1 - - swap - no -
|
|
|
|
/devices - /devices devfs - no -
|
|
|
|
/proc - /proc proc - no -
|
|
|
|
ctfs - /system/contract ctfs - no -
|
|
|
|
objfs - /system/object objfs - no -
|
|
|
|
sharefs - /etc/dfs/sharetab sharefs - no -
|
|
|
|
fd - /dev/fd fd - no -
|
|
|
|
swap - /tmp tmpfs - yes -
|
|
|
|
``
|
|
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |