How do I get NTFS support in linux?

NCstateBen

Member
Mar 24, 2001
180
0
0
I have a Win2k - Linux dual boot, and of course I use NTFS with Win2k which Red hat does not seem to support. Furthermore, win2k does not support the ext3 fs.

1) How can I add NTFS support to linux (Red Hat 7.2)?

2) How can I get windows to see files on my linux partition?
 

LuckyTaxi

Diamond Member
Dec 24, 2000
6,044
23
81


<< I have a Win2k - Linux dual boot, and of course I use NTFS with Win2k which Red hat does not seem to support. Furthermore, win2k does not support the ext3 fs.

1) How can I add NTFS support to linux (Red Hat 7.2)?

2) How can I get windows to see files on my linux partition?
>>



You can only read NTFS partitions. You can mount it just ilke other partitions, but you can't write to it.
 

spamsk8r

Golden Member
Jul 11, 2001
1,787
0
76
Win2k only supports NTFS and FAT filesystems, you can't get it to read linux partitions, period
 
Sep 3, 2001
131
0
0
Here's a pretty straightforward explanation of how to add support for NTFS partitions to your kernel in RedHat 7.2. RedHat doesn't enable NTFS support by default as it is still fairly experimental and can ruin the data on your NTFS partition if you try to write to it.

As for accessing your ext3 partition from Windows, there are a couple tools that can do it. Here's an article that talks about a couple of them. The one that I've heard the most about is Explore2fs. I think they're all designed to work with the ext2 file system, but since ext3 is backward compatible with ext2 it may still work.
 

Derango

Diamond Member
Jan 1, 2002
3,113
1
0


<<
You can only read NTFS partitions. You can mount it just ilke other partitions, but you can't write to it.
>>



Not quite....you CAN write to a NTFS partition using linux...you just have a fair chance of corrupting the filesystem in the process. Its in the kernel as one of the unstable and experimental options (which it should be)

Win2k will never be able to see your ext3 partitions without 3rd party software, and thats dangerous as well.

BTW, ignore the sig...it dosen't work quite right yet ;)
 

NCstateBen

Member
Mar 24, 2001
180
0
0
Thanks for all the info everyone...it seems like accessing ntfs from linux is buggy at best, so I think I'll wait a bit on this one until it gets a little better. :)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
it seems like accessing ntfs from linux is buggy at best, so I think I'll wait a bit on this one until it gets a little better.

Reading it works fine, it's writing that's problematic.

Win2k only supports NTFS and FAT filesystems, you can't get it to read linux partitions, period

There is a driver for NT, not sure if it works in Win2K, hell I'm not sure if works in NT and someone wrote a program that reads ext2 in Windows. I've used the explorer-like program and it works ok, but I didn't want to trust the driver. And both only work with ext2, since I've moved to XFS it doesn't matter anymore.
 

Damascus

Golden Member
Jul 15, 2001
1,434
0
0
I use explore2fs in Win2K to read my ext2 partition. I read only. I'm not daring
enough to try writing to it. Haven't had any problems.