|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Understanding Autofs and Automount .
|
Hello:
* Sandhu, Suchindra <suchindra@gmail.com> [2004-12-16 13:44:36 -0500]:
> > "xxx -fstype=autofs :/xhome/auto"
* Dan Widyono <dan@widyono.net> [2004-12-16 16:59:48 -0500]:
> You're missing the NFS server hostname here before the colon. Is it xhome?
> xhome:/xhome/auto assuming that the exported fs is /xhome/auto on the server
> named xhome.
Also, what is "-fstype=autofs"? If you're automounting an NFS server as Dan
suggests, you'll want something like this, e.g.
foo -intr,hard,rsize=8192,wsize=8192 server:/foo
To automount a local device, you might use this:
cdrom -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
Regards,
--
Mark M. Hoffman
mhoffman@lightlink.com
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|