Hello I am trying to mount a windows 7 partition using a Fedora 16 live CD.
fdisk -l shows the following
Code:
Device Boot Start End Blocks Id System
/dev/sda1 63 80324 40131 de Dell Utility
/dev/sda2 * 81920 30801919 15360000 7 HPFS/NTFS/exFAT
/dev/sda3 30801920 625140399 297169240 7 HPFS/NTFS/exFAT
and here is the command and result I am getting:
Code:
[root@localhost liveuser]# mount -t ntfs-3g /dev/sda3 ./windisk
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Any help would be greatly appreciated. Thanks.