notes - solaris - devices and filesystems

来源:互联网 发布:js图片缩放 编辑:程序博客网 时间:2024/06/07 05:03

FORMAT

fdisk
partition


AUTO MOUNT

vi /etc/vfstab
------------------------------
#device         device          mount           FS      fsck    mount   mount
#to mount       to fsck         point           type    pass    at boot options
workspace       -               /mnt/workspace  vboxfs  -       yes     -
archive         -               /mnt/archive    vboxfs  -       yes     -
------------------------------

mount -a  /  mountall


NFS

svcs network/nfs/server
svcadm enable network/nfs/server
share
vi /etc/dfs/dfstab
------------------------------
# share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
share -F nfs /file-system
------------------------------
shareall -F nfs
share

原创粉丝点击