需要先在My Cloud圖形介面中設定NSF server,參考WD的 How to configure NFS Service on My Cloud文章,主要動作有:
利用SettingUpNFSHowTo的文章
- Settings, Network, NFS Service (turned on)
- shares, create a new share with NFS Access enabled, then configure the Configure IP Address Allow Access etc.
之後利用即可手動打開
mount -t nfs nfs_server:/nfs/directory /mnt
利用SettingUpNFSHowTo的文章
- enable NFS from My Cloud
- install nfs-common on my PC (the NFS client)
- test mounting a NFS drive using the following:
mount -t nfs -o nolock nfs_server:/nfs/directory /mnt
留言