[macosx-unix] NFS mount in the Finder
Jan Schaumann
jschauma at netmeister.org
Wed Feb 1 11:43:29 EST 2006
Marco Scoffier <marco at metm.org> wrote:
> I tried making an entry in the NetInfo manager to have the NFS
> automount, but what an awfull cryptic application. I have no idea if
> the entry is correct (give me a text file please).
nidump -r /mounts / >/tmp/mounts
$EDITOR /tmp/mounts
sudo niload -r /mounts / </tmp/mounts
sudo kill -HUP `cat /var/run/automountd.pid`
For example:
$ nidump -r /mounts /
{
"name" = ( "mounts" );
CHILDREN = (
{
"type" = ( "nfs" );
"dir" = ( "/home" );
"opts" = ( "rw,nosuid,nodev" );
"name" = ( "hostname:/path/name" );
}
)
}
$
-Jan
--
Life," said Marvin, "don't talk to me about life."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://berdom.net/pipermail/macosx-unix/attachments/20060201/b33eb721/attachment.bin
More information about the macosx-unix
mailing list