-
Download the specific kernel module rpm from linux-ntfs.org .
You can check the currently installed kernel version using `uname -rm` .
Install via:
# rpm -ivh kernel-module-ntfs-*.rpmCheck the partitions to be mounted:
# fdisk -l | grep NTFS
Note: If using a dual boot, then windows is normally installed in the first partition, "/dev/hda1".
The listed NTFS partition can be mountable after a restart via:# mount -r -o umask=0222 -t ntfs /dev/hda1 /mnt/ntfsFor automated mounts during startup, add the below line in "/etc/fstab" .
/dev/hda1 /mnt/ntfs ntfs ro,defaults,umask=0222 0 0