This is a FAQ question, but it's not as simple as the FAQ makes it sound. The question should be updated for those distros that do not provide NTFS support in the default kernel build:
http://www.belg88.com/faqman/index.php?op=view&t=6Now, since that FAQ question will not help you: NTFS support is extremely experimental (in all distributions of Linux). Before you can mount an NTFS partition in RedHat you have to reconfigure your kernel and compile in NTFS support (read-only would be strongly recommended). After you install the new kernel you should be able to mount your NTFS partitions read-only. If at all possible it would be recommended that you convert your NTFS partitions to FAT32 (not supported in NT) or FAT16 (limited drive size). I realize that you may need NTFS for security reasons and converting to FAT can be a pain. But FAT/FAT32 support works very well in Linux, NTFS does not.
The poor NTFS support is certainly not the fault of Linux. Microsoft does not publish the NTFS file system structure (this is normal procedure with Microsoft). Because of this there is a lot of "guess" work in the NTFS driver. If you compile in write support they say you most likely will destroy your NTFS partition if you use it.
[ November 22, 2002: Message edited by: void main ]