Date: Fri, 26 Oct 2001 09:50:09 +0100 From: Ceri <ceri@techsupport.co.uk> To: chia an <alan_qc@yahoo.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: how to mount ntfs partition Message-ID: <20011026095009.A8919@cartman.private.techsupport.co.uk> 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 References: <20011019090310.A1321@it.canterbury.ac.nz> <20011026025459.81155.qmail@web13501.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011026095009.A8919>