From owner-freebsd-questions Fri Aug 17 13:46:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mithras.erudition.net (mithras.erudition.net [209.9.98.138]) by hub.freebsd.org (Postfix) with ESMTP id E21D737B407 for ; Fri, 17 Aug 2001 13:46:08 -0700 (PDT) (envelope-from dougp@mithras.erudition.net) Received: (from dougp@localhost) by mithras.erudition.net (8.11.4/8.11.1) id f7HKk6n21643 for questions@freebsd.org; Fri, 17 Aug 2001 16:46:06 -0400 (EDT) (envelope-from dougp) Date: Fri, 17 Aug 2001 16:46:06 -0400 From: Doug Poland To: questions@freebsd.org Subject: help with nfs mount syntax in fstab Message-ID: <20010817164606.A21480@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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