- サーバー側設定ファイルを記述する
/etc/exports
/export_dir 172.17.255.253(fsid=0,rw)
- エクスポートされているディレクトリをマウントする
mount -t nfs 172.17.255.254:/export_dir /mount_dir
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
/export_dir 172.17.255.253(fsid=0,rw)
mount -t nfs 172.17.255.254:/export_dir /mount_dir
Register as a new user and use Qiita more conveniently
Go to list of users who liked