How i can get read and write access to ntfs files system in fedora?
Fedora kernel has module for read and write access to the ntfs file system, that should be enabled, but for munually compiled kernel install the ntfs modules, get the kernel ntfs moudles from here or use yum to install the module: yum install kernel-ntfs-module For users to access the ntfs partition add this line to /etc/fstab: /dev/hdax /mnt/ntfs ntfs users,rw,umask=0 0 0 0 0 make ntfs directory in the /mnt and change the hdax for the present partition number.