I mount the NTFS Partitions using the NTFS-3G in FC6 whose kernel is 2.6.18. there is a warming. But the Partitions mounted successly. After i restart the computer, there is nothing in the floder where i monuted the NTFS partition.Then i updated the kernel to 2.6.22,did the same thing to mount the partitions, there is nothing in the floder where i monuted the NTFS partition too. what should i do?
Here is what i do to mount the paritions:
1 yum install fuse fuse-libs ntfs-3g ntfsprogs ntfsprogs-gnomevfs
2 cd /media/ then mkdir c_drive d_drive e_drive
3 mount /dev/hda1 /media/c_drive -t ntfs-3g -r -o umask=0222
4 gedit /etc/fstab
5 add /dev/hda1 /media/c_drive ntfs-3g ro,defaults,umask=0222 0 0 to the end of the file.