Open Terminal
Last login: Mon Oct 19 21:41:54 on console
xxxxMac:~ xxx$ showmount -e 192.168.1.108
/Remark - show available NFS drive in yr magic TV, 192.168.1.108 is yr magictv ip
Exports list on 192.168.1.108:
/mnt/ext/(419M)FAGoFlexDesk *
/mnt/hd0 *
/mnt/hd0/1 *
/mnt/hd0/2 *
/mnt/ext/(2T)ExpansionDesk *
/mnt/ext/(419M)FAGoFlexDesk/1 *
/Remark - create folder in /private, here i create folder name "MagicTV" and point the magicTV drive (2T)ExpansionDesk to it.
/Remark - type sudo mount -t nfs 192......, then entry mac admin password.
xxxMac:~ xxx$ sudo mount -t nfs 192.168.1.108:/mnt/ext/"(2T)ExpansionDesk" /private/MagicTV
Password:
mount_nfs: can't mount /mnt/ext/(2T)ExpansionDesk from 192.168.1.108 onto /private/MagicTV: Operation not permitted
/Rem in case Operation not permitted
/Rem add -o resvport,rw
xxxxMac:~ xxx$ sudo mount -t nfs -o resvport,rw 192.168.1.108:/mnt/ext/"(2T)ExpansionDesk" /private/MagicTV
呢個方法應該適用於所有NFS drive
10.11開始 disk utility無咗NFS mount呢樣嘢
