From owner-freebsd-questions Fri Oct 26 1:51: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id CDE4A37B405 for ; Fri, 26 Oct 2001 01:51:01 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15x2gr-0004LU-00; Fri, 26 Oct 2001 09:50:09 +0100 Date: Fri, 26 Oct 2001 09:50:09 +0100 From: Ceri To: chia an Cc: freebsd-questions@FreeBSD.org Subject: Re: how to mount ntfs partition Message-ID: <20011026095009.A8919@cartman.private.techsupport.co.uk> References: <20011019090310.A1321@it.canterbury.ac.nz> <20011026025459.81155.qmail@web13501.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011026025459.81155.qmail@web13501.mail.yahoo.com>; from alan_qc@yahoo.com on Thu, Oct 25, 2001 at 07:54:59PM -0700 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 On Thu, Oct 25, 2001 at 07:54:59PM -0700, chia an said: > someone know how to mount ntfs partition, please help > me, thank for ur attention mkdir /MyNTFS && mount -r -t ntfs /dev/whatever /MyNTFS where /dev/whatever is the device file for the relevant slice, and /MyNTFS is the directory that your NTFS filesystem will be mounted on (certain operating systems vendors would have you believe that this kind of naming scheme makes the system more user-friendly). This will mount the partition read-only; the driver is not yet ready to write to NTFS filesystems safely (see mount_ntfs(8)). Ceri -- I can please only one person per day. Today is not your day. Tomorrow isn't looking good either. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message