Tony Nelson wrote:
E. Robert Tisdale wrote:What do I need to do to mount a Windows XP partition in /mnt/ with Fedora Core 7?This should work: # mkdir /mnt/c # ntfs-3g /dev/sda1 /mnt/c Note that I'm using FC6 so my device is different. NTFS-3G provides full read-write access, unlike the one in the mount command.
Thanks. It seems to work just fine.