linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert N Wood <rob@rnwood.co.uk>
To: Linux Admin List <linux-admin@vger.kernel.org>
Subject: Re: Mounting NTFS Partitions
Date: 17 Jun 2002 10:29:27 +0100	[thread overview]
Message-ID: <1024306168.5864.13.camel@super.sleazyrob.net> (raw)
In-Reply-To: <Pine.LNX.4.33.0206171431530.16696-100000@nmsworks.co.in>

Rams

On Mon, 2002-06-17 at 10:03, Ramasubramanian wrote:
> Dear All,
> 	Can anyone tell me the way to mount a NTFS partion in Linux ?
> Though there is one such option in mount command, I am unable to use it.
> 	Any help is appreciated.

You need to make sure NTFS is compiled into your kernel. Only read-only
access is considered stable at the current time.
To check if your kernel supports it "cat /proc/filesystems | grep ntfs"
If you get a line like "nodev	ntfs" your kernel supports it. 
If not try "modprobe ntfs" and try again.
If none of this works you'll need to compile the kernel with support for
ntfs.

To mount:
	mount -t ntfs /dev/hda6 /mnt/myntfsdisk -o rw
	      (type)  (partition) (mount point) (option readonly)
Take a look at the man page for further -o's.
(If the kernel doesn't support NTFS you'll get "mount: fs type NTFS not
supported by kernel".)

Further info and HOWTO:
http://linux-ntfs.sourceforge.net/

Regards
Rob
 
-- 
Robert N Wood
rob@rnwood.co.uk



      parent reply	other threads:[~2002-06-17  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-17  9:03 Mounting NTFS Partitions Ramasubramanian
2002-06-17  9:14 ` Dirk Bonenkamp - Bean IT
2002-06-17  9:29 ` Robert N Wood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1024306168.5864.13.camel@super.sleazyrob.net \
    --to=rob@rnwood.co.uk \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).