Results 1 to 1 of 1
fdisk -l:
Code:
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xd9740b28
Device Boot ...
- 05-21-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
can't mount HPFS/NTFS newly formatted SATA Drives :(
fdisk -l:
mounting:Code:Disk /dev/sdb: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xd9740b28 Device Boot Start End Blocks Id System /dev/sdb1 * 1 9729 78148161 7 HPFS/NTFS Disk /dev/sdc: 60.0 GB, 60022480896 bytes 255 heads, 63 sectors/track, 7297 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x3f72f337 Device Boot Start End Blocks Id System /dev/sdc1 * 1 7297 58613121 7 HPFS/NTFS
what am i missing? help helpCode:bash-3.2$ sudo mount -t ntfs /dev/sdb1 /media/vdisk/ NTFS signature is missing. Failed to mount '/dev/sdb1': Invalid argument The device '/dev/sdb1' 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? bash-3.2$ sudo mount -t ntfs /dev/sdc1 /media/vdisk/ NTFS signature is missing. Failed to mount '/dev/sdc1': Invalid argument The device '/dev/sdc1' 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? bash-3.2$


Reply With Quote