-> [Go to the download page] -> [Download Now]
help " Ideal USB Memory, single partition, 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 < sp000o.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 help " Cyls = 267349[cyl], int(Cyls*63*255/2048)*2048-1 = 4294961151[sct] help "mkpart primary 2048s 4294961684s mkpart primary 2048s -1s help "mkpart primary 2048s 4294961151s align-check min 1 align-check opt 1 unit MiB print unit s print help " Format temporarily with GParted etc. before formatting on Windows. quit