Solaris NFSマウント
Solaris10 1/13でのコマンド
NFSサーバ側
# mkdir /backup
# chmod 777 /backup
# share -F nfs -o rw,[email protected]/24 /backup
# share
- /backup rw,[email protected]/24 ""
# svcadm enable network/nfs/server
# unshare /nfs ...解除
NFSクライアント側
# mount -F nfs -o rw 192.168.0.125:/backup /mnt
# mkdir /backup
# chmod 777 /backup
# share -F nfs -o rw,[email protected]/24 /backup
# share
- /backup rw,[email protected]/24 ""
# svcadm enable network/nfs/server
# unshare /nfs ...解除
# mount -F nfs -o rw 192.168.0.125:/backup /mnt
Author And Source
この問題について(Solaris NFSマウント), 我々は、より多くの情報をここで見つけました https://qiita.com/inframemo/items/d793f81d6b2132053be4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .