linley wrote:
Using Redhat 7.2 and mac OS X 10.2.3
I have installed a new HD on the mac and want to mount it on linux as a remote file system.
No luck. Has anyone managed to get this working.
I've used
" mount nfs <mac on network>:/User/username/Public/HD3"
Error is "mount point does not exist"
Try "mount -t nfs <mac on network>:/User/username/Public/HD3 /mnt"

Note the /mnt at the end of the command. It's the directory the the macfile system will be mounted under. It must exists.

HTH
Best regards,
Matthias

--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug


Reply via email to