On 07/14/2017 04:12 PM, Patrick Dupre wrote:
I got my previous table. Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x000ee491 Device Boot Start End Sectors Size Id Type /dev/sdb1 63 24981074 24981012 11.9G 7 HPFS/NTFS/exFAT /dev/sdb2 24981075 36258704 11277630 5.4G 7 HPFS/NTFS/exFAT /dev/sdb3 36258705 46508174 10249470 4.9G 7 HPFS/NTFS/exFAT /dev/sdb4 46508175 488397167 441888993 210.7G 5 Extended /dev/sdb5 46508238 59002879 12494642 6G 82 Linux swap / Solaris /dev/sdb6 59004928 60028927 1024000 500M 83 Linux /dev/sdb7 60030976 206897151 146866176 70G 83 Linux /dev/sdb8 206899200 343295999 136396800 65G 83 Linux /dev/sdb9 347351040 435415039 88064000 42G 83 Linux
Is this a text file you had saved somewhere?
but I cannot set the 1st partition starting at 63. it only allow me 2048 How can I force it to 63?
The default for a long time has been to start at 2048 instead of 63. I assume you are using fdisk, which is quite difficult to force in this way. I recommend using parted instead. When specifying start position and size, append an "s" to the number to use sector counts. For example to create the first partition there (assuming an empty table), you would enter:
mkpart p ntfs 63s 24981074s _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx