QUOTE
3. I think you can set the mount point to your iMac's external firewire drive by referencing the drive name of the external drive instead of your iMac's internal HDD name. At least this seems to work with NFS shares (e.g. mount_nfs iMac.local:/Volumes/ExternalHDD/Movies /Users/frontrow/Movies/iMac)
Thanks - this really helped. I have now been able to unmount the share points I do not want. My new problem is getting it to mount the external drive... I entered the command below, but get an error at the end.
mount_afp -i afp://Eric-Shaheens-Core-2-Duo-iMac.local:/Volumes/mylife /Users/frontrow/Movies/iMac/
mount_afp: AFPMountURL returned error -5019, errno is 2
Any ideas where I am going wrong?
QUOTE(eshaheen @ Apr 18 2007, 07:43 PM)

Thanks - this really helped. I have now been able to unmount the share points I do not want. My new problem is getting it to mount the external drive... I entered the command below, but get an error at the end.
mount_afp -i afp://Eric-Shaheens-Core-2-Duo-iMac.local:/Volumes/mylife /Users/frontrow/Movies/iMac/
mount_afp: AFPMountURL returned error -5019, errno is 2
Any ideas where I am going wrong?
Update... If I enter:
mount_afp afp://username:password@ip/iMac/ ~frontrow/Movies/iMac
It mounts my iMacs internal hard drive without problems
However, If I enter:
mount_afp afp://username:password@ip/Volumes/media ~frontrow/Movies/iMac
I get the following message:
mount_afp: AFPMountURL returned error -5019, errno is 2
Any help is really appreciated!
QUOTE(eshaheen @ Apr 18 2007, 08:02 PM)

Thanks - this really helped. I have now been able to unmount the share points I do not want. My new problem is getting it to mount the external drive... I entered the command below, but get an error at the end.
mount_afp -i afp://Eric-Shaheens-Core-2-Duo-iMac.local:/Volumes/mylife /Users/frontrow/Movies/iMac/
mount_afp: AFPMountURL returned error -5019, errno is 2
Any ideas where I am going wrong?
Update... If I enter:
mount_afp afp://username:password@ip/iMac/ ~frontrow/Movies/iMac
It mounts my iMacs internal hard drive without problems
However, If I enter:
mount_afp afp://username:password@ip/Volumes/media ~frontrow/Movies/iMac
I get the following message:
mount_afp: AFPMountURL returned error -5019, errno is 2
Any help is really appreciated!
SUCCESS! I got it working with the following command:
mount_afp afp://username:password@iMac.local/mylife ~frontrow/Movies/iMac
However, I have another issue... Any video file I choose from my external drive gives me the "No content found" screen on the AppleTV. If I copy the same files over to the AppleTV they work just fine. It shows the file sizes correctly on the ATV, but it shows all videos to be 0:00 in length. Any ideas on this issue?