Return to BSD News archive
Path: sserve!manuel.anu.edu.au!munnari.oz.au!uunet!think.com!sdd.hp.com!usc!usc!not-for-mail From: changhwa@gringo.usc.edu (Changhwa Lin) Newsgroups: comp.unix.bsd Subject: NFS mount problem Date: 1 Nov 1992 13:40:10 -0800 Organization: University of Southern California, Los Angeles, CA Lines: 23 Distribution: world Message-ID: <1d1irqINN6f3@gringo.usc.edu> NNTP-Posting-Host: gringo.usc.edu 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 Eric -- ===============================================================================