Date: Tue, 11 Jul 95 22:32:37 CDT From: "Paul D. Jorgensen" <jorgense@sol.acs.uwosh.edu> To: freebsd-questions@freebsd.org Subject: NFS mounts Message-ID: <9507120332.AA10203@titan.acs.uwosh.edu>
next in thread | raw e-mail | index | archive | help
Hi Guys, I recently loaded FreeBSD on my machine at work and NFS mounted partitions off of our Sun network because of limited disk space (on my desk machine). Things worked fine until we recompiled the kernel to allow the ether device to be in promiscous mode. Since then I have been given the a Permission Denied Error when trying to mount_nfs from the suns. My sysadmin swears he hasn't changed anything on me and even booting from the generic kernel doesn't allow nfs mounting. I have a diff on the 2 configurations included. Thanks much, Paul -- include -- % diff QUETZAL GENERIC 11c11 < ident QUETZAL --- > ident GENERIC 19c19 < #options "CD9660" #ISO 9660 Filesystem --- > options "CD9660" #ISO 9660 Filesystem 22c22 < #options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device --- > options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device 97c97 < device ed1 at isa? port 0x300 net irq 3 iomem 0xd8000 vector edintr --- > device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr 110d109 < pseudo-device bpfilter 4 ========================================================================== Paul D. Jorgensen "Truely great madness can not be achieved Student Lab Coordinator without significant intelligence." University of Wisconsin - Oshkosh -- Henrik Tikkanen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9507120332.AA10203>
