Ubuntu mount NAS

查看NAS上开启的NFS并mount到本地路径

root@2560p:~# showmount -e 192.168.2.13
Export list for 192.168.2.13:
/volume1/东芝3T 192.168.2.112,192.168.2.185
/volume3/Raid1    192.168.2.112,192.168.2.185
/volume1/video    192.168.2.4
root@2560p:~# mount -t nfs 192.168.2.13:/volume3/Raid1 ~/nfs/raid1
root@2560p:~# mount -t nfs 192.168.2.13:/volume1/东芝3T ~/nfs/dongzhi

你可能感兴趣的:(Ubuntu mount NAS)