Return to BSD News archive
Newsgroups: comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!network.ucsd.edu!usc!sol.ctr.columbia.edu!caen!uwm.edu!rpi!usenet.coe.montana.edu!gemini.oscs.montana.edu!osynw From: osynw@gemini.oscs.montana.edu (Nathan Williams) Subject: Re: NFS mount problem Message-ID: <1992Nov2.063304.14702@coe.montana.edu> Keywords: n Sender: usenet@coe.montana.edu (USENET News System) Organization: Montana State University References: <1d1irqINN6f3@gringo.usc.edu> Date: Mon, 2 Nov 1992 06:33:04 GMT Lines: 30 In article <1d1irqINN6f3@gringo.usc.edu> changhwa@gringo.usc.edu (Changhwa Lin) writes: >Hello world: > > I just found a problem with mount. I have a ne2000 ethernet card. >The mount command for NFS in rc is > mount -a -t nfs -o rsize=1024 [.... delete] > >This is fine for single NFS mount. for more then one NFS entry in >fstab. The rsize option will be applied only the first nfs entry but not the >rest. Therefore, I have to manually key every nfs mount in rc. > > I am wandering is it the problem with my setup, or its a bug >in "mount". My fstab is as following list: > >/dev/wd0a / ufs rw 1 1 >/dev/wd0b / ufs sw 1 2 >hostname:path /mnt/mount1 nfs rw 0 0 >hostname2:path2 /mnt/mount2 nfs rw 0 0 Try something like hostname:path /mnt/mount1 nfs rw,rsize=1024,wsize=1024 0 0 It works for me, Nate -- osynw@terra.oscs.montana.edu | A hacker w/out a home. work: (406) 994-5991 | Keeper of the Unofficial 386BSD Bug Report home: (406) 586-0579 | Please send bugs and/or fixes you find.