From: Ray Olszewski <ray@comarre.com>
To: linux-newbie@vger.kernel.org
Subject: Re: How do I see all my partitions?
Date: Sun, 22 Dec 2002 19:04:13 -0800 [thread overview]
Message-ID: <5.1.0.14.1.20021222185608.020b29b0@celine> (raw)
In-Reply-To: <5.1.0.14.0.20021222212347.00bb77e8@mail.comcast.net>
At 09:26 PM 12/22/02 -0500, Chris wrote:
>OK...now that I can see all my partitions, how do I mount an NTFS
>partition?
>When I try, I receive the error "fs now supported by kernel."
I suspect it says "not" rather than "now". (Sorry to seem picky, and the
mistake is easy to spot here, but in troubleshooting, details matter, and a
seemling harmless mistake in reporting error messages can lead to the wrong
diagnosis.)
And I'm assuming your try consists of a command like "mount -t ntfs
/dev/hdXX /mnt/some_mount_point", with suitable choices for XX and
some_mount_point .If not, plase tell us the exact command you enter and the
exact error you get.
>I'm running Red Hat 8.0 (sorry, no idea what the kernel version is - how
>do I find this info?).
"uname -a" normally reports it.
>Can the kernel be patched to support NTFS?
Probably ... though it does depend on the kernel version, RH8 is unlikely
to use an old kernel by default. Recent kernels support read-only access to
NTFS filesystems. If yours has the ntfs.o moule compiled, you can add it
with "insmod ntfs" or (better) "modprobe ntfs". If it doesn't come with
that module, you'll need to compile or get a kernel that does have it
(either the module or actuallt compiled into the kernel).
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA ray@comarre.com
-------------------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2002-12-23 3:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-18 3:23 How do I see all my partitions? Chris
2002-12-18 6:21 ` Ray Olszewski
2002-12-18 10:47 ` axel
2002-12-18 12:27 ` Thank you (Re: How do I see all my partitions?) Chris
2002-12-18 17:18 ` How do I see all my partitions? Ray Olszewski
2002-12-18 21:43 ` axel
2002-12-23 2:26 ` Chris
2002-12-23 3:04 ` Ray Olszewski [this message]
2002-12-24 1:43 ` Chris
2002-12-23 3:11 ` whitnl73
2002-12-18 22:11 ` Chuck Gelm
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=5.1.0.14.1.20021222185608.020b29b0@celine \
--to=ray@comarre.com \
--cc=linux-newbie@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.