public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* NTFS--MOUNTING PROBLEM
@ 2001-09-20 12:17 csaradap
  2001-09-20 14:12 ` Richard Russon
  2001-09-20 14:15 ` Anton Altaparmakov
  0 siblings, 2 replies; 3+ messages in thread
From: csaradap @ 2001-09-20 12:17 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org,
	linux-india-help@lists.sourceforge.net


I have installed Red Hat 7.1 from PCQ, and my disk shares NT with LINUX.
By default I think NTFS file support was not installed, so i recompiled
the kernel with that support selected. But still it is giving that
NTFS not suppoted and while mounting under HPFS i get error like too mny
mounted file systems. plz help...

thanx

ch.s.p.nanda


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

* Re: NTFS--MOUNTING PROBLEM
  2001-09-20 12:17 NTFS--MOUNTING PROBLEM csaradap
@ 2001-09-20 14:12 ` Richard Russon
  2001-09-20 14:15 ` Anton Altaparmakov
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Russon @ 2001-09-20 14:12 UTC (permalink / raw)
  To: csaradap; +Cc: lkml, linux-india-help

Hi,

> I have installed Red Hat 7.1 from PCQ, and my disk shares NT with LINUX.
> By default I think NTFS file support was not installed, so i recompiled
> the kernel with that support selected. But still it is giving that
> NTFS not suppoted

The best place to start is /proc/filesystems   This lists all the
filesystem types that the kernel knows about.

When you compliled the kernel did you enable NTFS as an inline part
of the kernel "Y" or a loadable module "M"?

If it's part of the kernel, then you should copy the kernel to /boot
edit /etc/lilo.conf, run lilo and reboot.

If you're using modules, then as root, "make modules_install" from
the kernel source tree and "modprobe ntfs".  If that succeeds then
"lsmod" should show something like:
    Module    Size  Used by
    ntfs     47152   0  (unused)

If this doesn't help, try reading the Kernel HOWTO:

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

Cheers,
  FlatCap (Rich)
  ntfs@flatcap.org



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

* Re: NTFS--MOUNTING PROBLEM
  2001-09-20 12:17 NTFS--MOUNTING PROBLEM csaradap
  2001-09-20 14:12 ` Richard Russon
@ 2001-09-20 14:15 ` Anton Altaparmakov
  1 sibling, 0 replies; 3+ messages in thread
From: Anton Altaparmakov @ 2001-09-20 14:15 UTC (permalink / raw)
  To: csaradap; +Cc: linux-kernel, linux-india-help

At 13:17 20/09/01, csaradap wrote:
>I have installed Red Hat 7.1 from PCQ, and my disk shares NT with LINUX.
>By default I think NTFS file support was not installed, so i recompiled
>the kernel with that support selected. But still it is giving that
>NTFS not suppoted and while mounting under HPFS i get error like too mny
>mounted file systems. plz help...

Sorry if this is a really stupid questions, but did you install the new 
kernel and boot into it after recompiling?

If you compiled NTFS as a module did you also "make modules" and "make 
modules_install"? Did you try to load the ntfs module manually?

Does /proc/filesystems list ntfs as an available filesystem?

If all of the above are ok, can you copy out the EXACT error message you 
get when you try the mount?

Anton


-- 
   "Nothing succeeds like success." - Alexandre Dumas
-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS Maintainer / WWW: http://linux-ntfs.sf.net/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/


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

end of thread, other threads:[~2001-09-20 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-20 12:17 NTFS--MOUNTING PROBLEM csaradap
2001-09-20 14:12 ` Richard Russon
2001-09-20 14:15 ` Anton Altaparmakov

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