On Tue, Oct 21, 2008 at 01:40:53PM -0600, James F. Carroll wrote: > /etc/auto.net: > > fpga1 -rw toast.ee.byu.edu:/fpga1 > fpga2 -rw toast.ee.byu.edu:/fpga2 > #ee2 -rw nfs-ee2.et.byu.edu:/ee2
You can't mount nfs filesystems without the -fstype option. You can use
either '-fstype=auto' or '-fstype=nfs', but it must be present:
fpga1 -fstype=auto,rw toast.ee.byu.edu:/fpga1
fpga2 -fstype=auto,rw toast.ee.byu.edu:/fpga2
#ee2 -fstype=auto,rw nfs-ee2.et.byu.edu:/ee2
--
_
Aaron Toponce ( ) ASCII Ribbon Campaign
www.aarontoponce.org X www.asciiribbon.org
/ \
signature.asc
Description: Digital signature
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/mailman/listinfo/uug-list
