>>>>> "r" == redhatdude <redhatdude@xxxxxxxxxxxxx> 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<