|
Home > Archive > alt.os.linux > December 2002 > RedHat 7.3
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I have installed RedHat 7.3 (kernel 2.4.18) in my server.
Within the server, there is a disk with NTFS partition.
I have tried to mount it, but it seems that filesystem the NTFS is not
recognized. I have used the following command:
mount -t NTFS /dev/hdc1 /mnt/nt
How can I do?
Thanks in advanced
Mulan
| |
| Sybren Stuvel 2002-12-12, 5:24 am |
| In article <JVZJ9.9032$ab2.257164@news1.tin.it>, Mulan wrote:
> I have tried to mount it, but it seems that filesystem the NTFS is not
> recognized. I have used the following command:
>
> mount -t NTFS /dev/hdc1 /mnt/nt
>
>
> How can I do?
RTFM: "man mount", search for "ntfs". You might want to begin with
writing "-t ntfs" in lower case. You also need support in your kernel.
There are plenty of docs about this subject, juts use google.
Sybren
-- [colo
r=darkred]
>>> RUNNING A MICROSOFT GAME USING WINE <<<[/color]
sybren@sybren:Mechwarrior Mercenaries$ wine MW4Mercs.exe
INSTR_IDT_Emulate Evil attempt to exploit win9x system security flaws detected
INSTR_IDT_Emulate UNIX system security is too strong, can't emulate properly
| |
| Joe Fredrickson 2002-12-12, 4:25 pm |
| Thu, 12 Dec 2002 09:54 pm will from hence forward be known as the day Mulan
blabbered:
> I have installed RedHat 7.3 (kernel 2.4.18) in my server.
>
> Within the server, there is a disk with NTFS partition.
NTFS support is disabled by default in any RH install.
You will need to recompile your kernel.
You shouldve read the docs about NTFS when installing or even from
man mount
--
Mushrooms always grow in damp places and so they look like umbrellas.
Registered Linux User 282072
<www.volutin.net -- everything irrelevant>
| |
| fox73-Zz 2002-12-19, 2:25 am |
| *** post for FREE via your newsreader at post.newsfeed.com ***
Mulan wrote:
> I have installed RedHat 7.3 (kernel 2.4.18) in my server.
>
> Within the server, there is a disk with NTFS partition.
>
> I have tried to mount it, but it seems that filesystem the NTFS is not
> recognized. I have used the following command:
>
> mount -t NTFS /dev/hdc1 /mnt/nt
>
>
> How can I do?
>
>
> Thanks in advanced
>
>
> Mulan
>
>
At least in RH7.2, NTFS support was not compiled by default. I had to
recomplie the kernel with NTFS support. NTFS support is not fully
matured at this point (or at least at that point, I am not 100% sure
about now). Linux could read the NTFS fine, but writing to the NTFS was
experimental and COULD result in disk errors IIRC.
Good Luck getting it fixed
Fox73-Zz
-----= Posted via Newsfeed.Com, Uncensored Usenet News =-----
http://www.newsfeed.com - The #1 Newsgroup Service in the World!
-----== 100,000 Groups! - 19 Servers! - Unlimited Download! =-----
| |
| Sybren Stuvel 2002-12-19, 5:25 am |
| > Linux could read the NTFS fine, but writing to the NTFS was
> experimental and COULD result in disk errors IIRC.
Almost right: writing to NTFS *WILL* result in disk erros.
Sybren
-- [colo
r=darkred]
>>> RUNNING A MICROSOFT GAME USING WINE <<<[/color]
sybren@sybren:Mechwarrior Mercenaries$ wine MW4Mercs.exe
INSTR_IDT_Emulate Evil attempt to exploit win9x system security flaws detected
INSTR_IDT_Emulate UNIX system security is too strong, can't emulate properly
|
|
|
|
|