April 19, 2024, 11:07:47 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to mount NTFS ?  (Read 3494 times)

Offline supersoft

  • New Member
  • Posts: 1
How to mount NTFS ?
« 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???

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to mount NTFS ?
« Reply #1 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.