Non sono sicuro che questo ti aiuterà. Se tutto ciò che stai cercando di fare è salvare le informazioni di connessione, finder risolverà il problema. link
Basta aggiungere il tuo elenco di server preferiti ed è punta e clicca. Le informazioni sembrano obsolete, ma sono sicuro che il processo sia ancora simile.
Ho appena controllato e c'è un altro modo per montare le condivisioni NFS:
$cd /net/"ip or computer name"
e sfoglia le condivisioni.
Puoi facilmente scrivere uno script per farlo per te. Posso confermare che il metodo sopra funziona, perché l'ho testato su Lion e ho letto di questa tecnica in un libro che ritengo basato su Tiger / Leopard.
EDIT: Ecco un output del mio file / etc / auto_master
#
# Automounter master map
#
+auto_master # Use directory service
/net -hosts -nobrowse,hidefromfinder,nosuid
/home auto_home -nobrowse,hidefromfinder
/Network/Servers -fstab
/- -static
Suppongo che cancellerai le ultime due righe in base al manuale. [Disclaimer: non ho mai provato questo]. Ecco un link alla documentazione di auto_master.
link
EDIT: http://lowendmac.com/ed/winston/09kw/intro-to-autofs.html Here
it describes the last two entries
The last two lines in auto_master handle NFS mounts defined in the
/etc/fstab file, the common file system mount table in Linux and other
Unix flavors. The /etc/fstab file is deprecated in OS X and not
recommended.
I would try commenting them out one at a time and see if that helps