public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* mounting NTFS
@ 2001-11-27 15:56 rohit prasad
  2001-11-27 16:12 ` François Cami
  2001-11-27 16:59 ` Richard Russon
  0 siblings, 2 replies; 3+ messages in thread
From: rohit prasad @ 2001-11-27 15:56 UTC (permalink / raw)
  To: linux-kernel

Hi, 

 I have a kernel version of 2.4.7 .

When I try ,

 mount -t ntfs /dev/hda1 /mnt/msdos

I get a message ntfs not supported, where as the manual on mount indicates that ntfs is supported / mountable.

 Am I missing something.

Thanks I A,
Rohit
___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mounting NTFS
  2001-11-27 15:56 mounting NTFS rohit prasad
@ 2001-11-27 16:12 ` François Cami
  2001-11-27 16:59 ` Richard Russon
  1 sibling, 0 replies; 3+ messages in thread
From: François Cami @ 2001-11-27 16:12 UTC (permalink / raw)
  To: linuxlist; +Cc: linux-kernel

rohit prasad wrote:

>  mount -t ntfs /dev/hda1 /mnt/msdos


seems fishy to mount an ntfs filesystem in
/mnt/msdos
:-)


> I get a message ntfs not supported, where as the manual on mount indicates that ntfs is supported / mountable.


NTFS needs to be supported by kernel to work.
do : "cat /proc/filesystems"
it should look like this, at least for the NTFS line :
~$ cat /proc/filesystems
nodev 
rootfs
nodev 
bdev
nodev 
proc
nodev 
sockfs
nodev 
tmpfs
nodev 
shm
nodev 
pipefs
nodev 
binfmt_misc
	ext2
	minix
	msdos
	vfat
	iso9660
nodev 
smbfs
	ntfs
nodev 
autofs
	reiserfs
nodev 
devpts
	xfs
nodev 
usbdevfs

If it doesn't, either you have to load the NTFS module :
"modprobe ntfs" should do the trick, or compile it directly
into your kernel, if you know how to do.

BTW write support for NTFS is dangerous, only works
(barely) for NT4 volumes, not W2K. You can read
from NTFS safely though.

Regards,

François Cami




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: mounting NTFS
  2001-11-27 15:56 mounting NTFS rohit prasad
  2001-11-27 16:12 ` François Cami
@ 2001-11-27 16:59 ` Richard Russon
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Russon @ 2001-11-27 16:59 UTC (permalink / raw)
  To: linuxlist; +Cc: lkml

Hi Rohit,

> I have a kernel version of 2.4.7

Ah.  Is that RedHat's 2.4.7?

> When I try ,
> 
>  mount -t ntfs /dev/hda1 /mnt/msdos
> 
> I get a message ntfs not supported, where as the manual on mount
> indicates that ntfs is supported / mountable.

As Francois says, check /proc/filesystems.  If you don't find ntfs
there, you'll have to build a new kernel (not as scary as it sounds).

  http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html

covers ALL the details.  If you have a RedHat system, then install the
kernel source and you'll find a .config that matches your system.  You
just need to select NTFS support.

If you have any more questions or problems please go to our NTFS help
forum:

  http://sourceforge.net/forum/forum.php?forum_id=44085

Cheers,
  FlatCap (Rich)
  ntfs@flatcap.org




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-27 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-27 15:56 mounting NTFS rohit prasad
2001-11-27 16:12 ` François Cami
2001-11-27 16:59 ` Richard Russon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox