Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: supersoft on July 24, 2006, 08:52:53 AM

Title: How to mount NTFS ?
Post by: supersoft on July 24, 2006, 08:52:53 AM
Can any body help me how to mount NTFS on RedHat 9.0 Through a mount command???
Title: How to mount NTFS ?
Post by: Ricky on July 25, 2006, 06:22:34 AM
if your kernel is 2.4.x then goto
sourceforge.net/projects/linux-ntfs/
and download that patch .

After that edit your /etc/fstab and make entry for that partiton. ie.
Code: [Select]
/dev/hda2 /mnt/windows ro,umask=0222,users 0 0
Replace /dev/hda2 with actual partition and /mnt/windows with actual mountpoint.