After installing kmod-fuse rpm, I had given "/dev/sda3    /mnt/win    ntfs   rw,umask=0000,defaults" in the file /etc/fstab. Then I gave mount /mnt/win. But I couldn't copy files from system to the hard disk so I removed kmod-fuse by rpm -e command. I installed fuse-ntfs-3g rpm. Now what are the changes that have to be made on the file /etc/fstab? <br>