Difference between revisions of "Mount NTFS Drives on Linux"

From HyperSecurity Wiki
Jump to: navigation, search
(No difference)

Revision as of 09:41, 14 March 2006

In order for Linux to be able to read the NTFS information on a mounted drive, the kernal needs to be updated.

Please click HERE

Download the correct rpm for your kernal.

Once that is installed, reboot the system and do the following once the system is back up:

sudo depmod -a
sudo modprobe ntfs

If there are no problems, then everything is done correctly.