public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Richard Russon <ntfs@flatcap.org>
To: csaradap <csaradap@mihy.mot.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
	linux-india-help@lists.sourceforge.net
Subject: Re: NTFS--MOUNTING PROBLEM
Date: 20 Sep 2001 15:12:30 +0100	[thread overview]
Message-ID: <1000995161.7530.59.camel@home.flatcap.org> (raw)
In-Reply-To: <3BA9DE60.2511DB44@mihy.mot.com>
In-Reply-To: <3BA9DE60.2511DB44@mihy.mot.com>

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



  reply	other threads:[~2001-09-20 14:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-20 12:17 NTFS--MOUNTING PROBLEM csaradap
2001-09-20 14:12 ` Richard Russon [this message]
2001-09-20 14:15 ` Anton Altaparmakov

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=1000995161.7530.59.camel@home.flatcap.org \
    --to=ntfs@flatcap.org \
    --cc=csaradap@mihy.mot.com \
    --cc=linux-india-help@lists.sourceforge.net \
    --cc=linux-kernel@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