Joseph L. Casale wrote, On 07/23/2009 09:20 PM:
I am having some trouble setting up an automount.
# cat /etc/auto.master |grep foo
/foo /etc/auto.music
# cat /etc/auto.music
music -fstype=nfs,rw,soft,intr,rsize=8192,wsize=8192 10.0.0.4:/Music
# showmount 10.0.0.4 -e
Export list for 10.0.0.4:
/Music 10.0.0.0/24
# service autofs status
automount (pid 4084) is running...
/foo exists, yet it doesn't automount when accessed and messages shows nothing?
Any hints?
Thanks!
jlc
suggestion
# cat /etc/auto.music
music -rw,hard,intr,rsize=8192,wsize=8192 10.0.0.4:/Music
afaik mount can figure out that it is an nfs mount when it sees 10.0.0.4:/Music
and soft mounts (often) silently ignore problems, hard,intr will give you
similar enough semantics.
and does it work without the ,rsize=8192,wsize=8192 ?
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines