The autofs tag has no wiki summary.
0
votes
1answer
223 views
Mount NFS share in /Volumes as a drive
Ok, this might be a stupid question to ask, but trying to mount a NFS share (from a Linux machine, if it's worth anything) in a folder that resides in /Volumes never makes the share appear in Finder ...
0
votes
0answers
164 views
fstab syntax for afp share with space and special characters?
I have a share on a netatalk server that exporting "Don's home" - I want to add to fstab so that it's handled by autofs as an indirect mount.
I've tried using %60 and %20, quoting, escaping with ...
9
votes
1answer
3k views
How are network file system mount paths defined in Lion (apart from Directory Services)?
Checking Directory Services for network file system mounts, i.e.
sudo dscl . -list /Mounts
and
sudo dscl . -readall /Mounts
returns nothing, yet the /etc/fstab file is deprecated in Lion. Why is ...