Mount NTFS disk as a read and write volume and not read only.

Jason L Tibbitts III tibbs at math.uh.edu
Sat Nov 18 22:55:10 UTC 2006


>>>>> "r" == redhatdude  <redhatdude at bellsouth.net> writes:

r> Can someone tell me how I can get to delete files in this NTFS
r> volume using FC6?

You can install the "ntfs-3g" package from extras, and then mount the
partition:

mount -t ntfs-3g /dev/hda1 /mnt

(or whatever partition the NTFS volume is on).

Then cd /mnt and delete files as you wish.  umount /mnt when you're
done.

 - J<




More information about the users mailing list