-> [Go to the download page] -> [Download Now]
help " Ideal 2TB HDD, 256GB partitions, with gaps for Cyl. boundary 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 < id256c.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 2147491840s 2684360703s mkpart logical 2684368896s 3221237759s mkpart logical 3221243904s 3758112767s help " Cyls = 267349[cyl], int(Cyls*63*255/2048)*2048-1 = 4294961151[sct] help "mkpart logical 3758120960s 4294989823s help "mkpart logical 3758120960s -1s mkpart logical 3758120960s 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