From owner-freebsd-questions@FreeBSD.ORG Fri Nov 26 01:53:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CBB016A4CE for ; Fri, 26 Nov 2004 01:53:12 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E312A43D49 for ; Fri, 26 Nov 2004 01:53:11 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.199] (really [68.169.225.230]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041126015311.FMWB18426.mta10.adelphia.net@[192.168.0.199]> for ; Thu, 25 Nov 2004 20:53:11 -0500 Message-ID: <41A6FD07.1020900@adelphia.net> Date: Fri, 26 Nov 2004 01:53:11 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041120 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mount ntfs (windows) file system in /etc/fstab fails at boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 01:53:12 -0000 I am able to mount my windows partition manually by either: > mount -t ntfs /dev/ad0s1 /windows or by putting an entry in by /dev/fstab that looks like: /dev/ad0s1 /windows ntfs ro 2 2 and using command: > mount /windows -however, If I leave this entry in my /etc/fstab, the OS reports inconsistency errors on bootup when it tries to mount and goes into single-user mode. I then had to remount / for read-write and delete the line in the fstab before it would boot again. Am I using the wrong syntax for the fstab entry ?- also, why does it mount manually with no error - but complain at boot time ? -K