I've followed Mike McCurdy's instructions, but I'm having trouble with this: It says that it mounts successfully, but I can't navigate to the drive. I get this instead:
jens-hackpro:etc $ cd /mnt
jens-hackpro:mnt$ ls -l
total 2
dr-xr-xr-x 5 root wheel 4 Jul 5 22:16 NAS
jens-hackpro:mnt$ cd NAS
jens-hackpro:NAS$ ls -l
total 4
dr-xr-xr-x 2 root 1 Jul 5 22:17 NAS_Media
dr-xr-xr-x 2 root 1 Jul 5 22:17 NAS_Pictures
jens-hackpro:NAS $ ls -al NAS_Media/
ls: : No such file or directory
jens-hackpro:NAS $ ls -al NAS_Pictures/
ls: : No such file or directory
They look like directories, the NAS is listing the directories in my auto_nfs file as being available, I just can't cd to them:
bash-3.2$ showmount -e
Exports list on :
/eSATADisk1
/Qmultimedia <= This is the one I'm trying to link
/Qdownload
/Public
/Pictures
/Network Recycle Bin 1
/Documents
Here is the df after I run the automount -vc:
Filesystem Size Used Avail Capacity Mounted on
/dev/disk0s2 60G 42G 17G 71% /
devfs 190k 190k 0B 100% /dev
map -hosts 0B 0B 0B 100% /net
map auto_home 0B 0B 0B 100% /home
/dev/disk0s3 60G 53G 6.9G 89% /Volumes/Untitled
/dev/disk1s2 60G 37G 23G 63% /Volumes/BootClone
/dev/disk1s3 249G 27G 222G 11% /Volumes/OSX Data
/dev/disk1s4 190G 69G 122G 37% /Volumes/Win7 Data
map auto_nfs 0B 0B 0B 100% /mnt/NAS
bash-3.2$ cd /
Anyone have Ideas? Thanks!
Spool