Page 1 of 1

Mount MagicTV drive to OS X

Posted: Mon Oct 19, 2015 11:26 pm
by quiz
MagicTV 個 external drive死死下,讀到但又錄唔到。又無extFS。唯有用map drive 方式試下,又得wor。咁就用呢個方法先copy左尐file先。

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呢樣嘢 :fuck:

Re: Mount MagicTV drive to OS X

Posted: Tue Oct 20, 2015 9:32 am
by sorry
^:)^ ^:)^ ^:)^

Re: Mount MagicTV drive to OS X

Posted: Tue Oct 20, 2015 12:51 pm
by milo
:-bd :-bd :-bd

Re: Mount MagicTV drive to OS X

Posted: Wed Oct 21, 2015 1:01 am
by nomed
i like the way you put remarks in your code
nowaday not many people do it

even the people who call themselves good developer