FAI 4.3.2: Fehler bei setup-storage 1.7
looper
looper at gmx.li
Thu May 7 21:18:48 CEST 2015
Hallo Thomas,
ich habe die Befehle jetzt mal einzeln ausgeführt:
----------------------------------------------------------------
root at fai:~# wipefs -a /dev/sda1
root at fai:~# wipefs -a /dev/sda5
root at fai:~# parted -s /dev/sda mklabel msdos
root at fai:~# parted -s /dev/sda mkpart primary "ext3" 1048576B 525336575B
root at fai:~# parted -s /dev/sda set 1 boot on
root at fai:~# parted -s /dev/sda mkpart extended "" 525336576B 17179869183B
root at fai:~# parted -s /dev/sda mkpart logical "linux-swap" 525337600B
2672821247B
Warning: The resulting partition is not properly aligned for best
performance.
Error: Error informing the kernel about modifications to partition
/dev/sda2 -- Invalid argument. This means Linux won't know about any
changes you made to /dev/sda2 until you reboot -- so you shouldn't mount
it or use it in any way before rebooting.
Error: Partition(s) 2 on /dev/sda have been written, but we have been
unable to inform the kernel of the change, probably because it/they are
in use. As a result, the old partition(s) will remain in use. You
should reboot now before making further changes.
root at fai:~# echo $?
1
root at fai:~#
----------------------------------------------------------------
Leider weiß ich absolut nicht, warum der parted-Befehl für das swap hier
fehl schlägt. Die gleiche Fehlermeldung erscheint, wenn ich die
Festplatte vorher lösche.
----------------------------------------------------------------
Wenn ich die 'disk_config' so anpasse:
disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid
primary /boot 500 ext3 rw
primary swap 2G swap sw
primary / 8G- ext4 rw,noatime,errors=remount-ro
... läuft die Partitionierung sauber durch. Es scheint also an der
Konfiguration zu liegen, oder?
Ich weiß hier irgendwie nicht weiter
Peter
More information about the linux-fai
mailing list