setup-storage, extended partition 1, preserve partition 2

Frank Doepper fd at taz.de
Mon Mar 21 19:03:24 CET 2011


Am 14.03.11 um 22:01 schrieb Michael Tautschnig:

>> Previous partitions overflow begin of preserved partition /dev/sda2

> seems to be fixed in 4.0~beta2+experimental62

With experimental69 this looks good, thank you!

would run command parted -s /dev/sda mklabel msdos; to have it executed, use -X
would run command parted -s /dev/sda mkpart extended "" 32256B 147898759679B; to have it executed, use -X
would run command parted -s /dev/sda mkpart primary "fat32" 147900211200B 152444436479B; to have it executed, use -X
would run command parted -s /dev/sda mkpart logical "ext3" 33280B 143942399999B; to have it executed, use -X
would run command parted -s /dev/sda mkpart logical "linux-swap" 143950625280B 147898759679B; to have it executed, use -X
would run command mkfs.ext3  /dev/sda5; to have it executed, use -X
would run command mkswap  /dev/sda6; to have it executed, use -X

regards,
Frank.


More information about the linux-fai mailing list