sudo fdisk provides the following;
Disk /dev/sda: 960.2 GB, 960197124096 bytes
240 heads, 63 sectors/track, 124033 cylinders, total 1875385008 sectors
Units = sectors of 1 *512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xf6f5436e
Device Boot Start End Blocks Id System
/dev/sda1 * 63 131060159 65530048+ 7 HPFS/NTFS/exFAT
Partition 1 does not start on physical sector boundary.
/dev/sda2 131060160 426686399 147813120 7 HPFS/NTFS/exFAT
/dev/sda3 426686400 482738959 28026280 7 HPFS/NTFS/exFAT
sudo parted output is as follows:
Model: ATA Crucial_CT960M50 (scsi)
Disk /dev/sda: 1875385008s
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Number Start End Size Type File System Flags
1 63s 131060159s 131060097s Primary NTFS boot
2 131060160s 426686399s 295626240s Primary NTFS
3 426686400s 482738959s 56052560s Primary NTFS
I hope this information shows something useful.
gedakc wrote:Would you be able to provide the output from the following two commands?
where one of the options is a lower case "L" and not the number one.
sudo parted /path-to-your-device unit s print
where /path-to-your-device is something like /dev/sda.