黒箱をNFSサーバにした際のNFSクライアント
- /etc/fstabに以下の行を付け加える
192.168.0.100:/mnt/share /share nfs rsize=8192,wsize=8192,nolock,noauto 0 0
nfsの場合のoption指定についてはここを参照のこと
- /shareディレクトリを作る
- 黒箱が起動している間に限り以下のコマンドでマウント可能
mount /share mount 192.168.0.100:/mnt/share
192.168.0.100:/mnt/share /share nfs rsize=8192,wsize=8192,nolock,noauto 0 0
nfsの場合のoption指定についてはここを参照のこと
mount /share mount 192.168.0.100:/mnt/share