-> [Go to the download page] -> [Download Now]
help " Ideal 2TB HDD, 256GB partitions, Optimal alignment help " Cyls = 267349[cyl], Cyls*63*255*512 = 2047[GB] help " Notes: Script to make 2048[sct] aligned / 2^n[GB] normalized partitions help " Usage: # parted -ao < id256o.txt unit s help " Don't forget to check and change the device to be selected. select /dev/sdb help " Don't forget to make the partition table before making partitions. help "mktable msdos y mkpart primary 2048s 536870911s mkpart primary 536872960s 1073741823s mkpart primary 1073743872s 1610612735s mkpart extended 1610612736s -1s mkpart logical 1610614784s 2147483647s mkpart logical 2147485696s 2684354559s mkpart logical 2684356608s 3221225471s mkpart logical 3221227520s 3758096383s help " Cyls = 267349[cyl], int(Cyls*63*255/2048)*2048-1 = 4294961151[sct] help "mkpart logical 3758098432s 4294967295s help "mkpart logical 3758098432s -1s mkpart logical 3758098432s 4294961151s set 4 lba on align-check min 4 align-check min 9 align-check opt 4 align-check opt 9 unit MiB print unit s print help " Format temporarily with GParted etc. before formatting on Windows. quit