機器是DS212 DSM4.1
以下為nas相關設定
nas> cat /etc/exports
/volume1/public 192.168.1.0/24(rw,sync,no_wdelay,no_root_squash,insecure,anonuid=0,anongid=0)
/volumeUSB1/usbshare 192.168.1.0/24(rw,async,no_wdelay,no_root_squash,insecure,anonuid=0,anongid=0)nas>
nas> showmount -e 127.0.0.1
Export list for 127.0.0.1:
/volumeUSB1/usbshare 192.168.1.0/24
/volume1/public 192.168.1.0/24
以下為掛載參數
[root@localhost home]# mount -t nfs 192.168.1.150:/volume1/public /mnt/nfs150
mount: mount to NFS server '192.168.1.150' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.150' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.150' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.150' failed: timed out (retrying).
mount: mount to NFS server '192.168.1.150' failed: timed out (giving up).
不知道有沒有人 有相關經驗的
以前LINUX主機我是有實做過,但是NAS就出現了這錯誤
CIFS掛載則是很正常