United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
After downloading the RPM best suited for your system install the package as follows:# uname -r 2.4.21-20.EL
This will configure all necessary items to have the module load correctly on bootup. For now, load the module manually type the following:# rpm -ivh kernel-ntfs.rpm
If the module loads successfully you will be able to mount a NTFS partition just like any other filesystem type:# modprobe ntfs
Next edit /etc/fstab and append the following line to have your NTFS partition mounted during each boot:# mount -t ntfs /dev/hdb /mnt/ntfs
/dev/hdb /mnt/ntfs ntfs defaults 0 0
|