-> [Go to the download page] -> [Download Now]
help " FUJITSU MHT2030AT, 8GB partitions, with gaps for Cyl. boundary help " Cyls = 3648[cyl], Cyls*63*255*512 = 27.9[GB] help " Notes: Script to make 2048[sct] aligned / 2^n[GB] normalized partitions help " Usage: # parted -ao < fj008c.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 16777215s mkpart primary 16779264s 33554431s mkpart extended 33560576s -1s mkpart logical 33562624s 50337791s mkpart logical 50339840s 50348031s help " Cyls = 3648[cyl], int(Cyls*63*255/2048)*2048-1 = 58603519[sct] help "mkpart logical 50350080s 67125247s help "mkpart logical 50350080s -1s mkpart logical 50350080s 58603519s set 3 lba on align-check min 3 align-check min 7 align-check opt 3 align-check opt 7 help " Make and remove a padding primary partition to delete the dummy EPBR. mkpart primary 33556480s 33558527s rm 4 unit MiB print unit s print help " Format temporarily with GParted etc. before formatting on Windows. quit