Linux NTFS

In order to read a Windows NTFS from Linux, there's a rpm package that can be used.  The files and instructions can be obtained from linux-ntfs.org

First, find the kernel revision
uname -a
then download the right package and install (with root privileges)
rpm -ihv kernel-ntfs.*.rpm
then run the following commands to load the module and read the logs to find NTFS
/sbin/modprobe ntfs
dmesg | grep NTFS 
then mount the drive

No comments: