Date: Fri, 17 Aug 2001 16:46:06 -0400 From: Doug Poland <doug@polands.org> To: questions@freebsd.org Subject: help with nfs mount syntax in fstab Message-ID: <20010817164606.A21480@polands.org>
next in thread | raw e-mail | index | archive | help
Hello, I'm unsuccessful attempting to add a complex NFS mount statement in my fstab. This is the syntax of the mount command: # mount -t nfs -o nfsv3,intr,rdirplus,-r=32768,-w=32768 judeah:/data /data In my fstab, I have: judeah:/data /data nfs nfsv3,intr,rdirplus,-r=32768,-w=32768 0 0 What I see when I type: # mount /data # fstab: /etc/fstab:8: Inappropriate file type or format # fstab: /etc/fstab:8: Inappropriate file type or format # mount: /data: unknown special file or file system Could someone shed some light on what I'm doing wrong and suggest a solution? Many TIA -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010817164606.A21480>