dach :)
hab das mal nach dem wiki von matzewe01 versucht!
hab wohl auch das radi gekilled hat auch wunderbar geklappt, rettunssys einstellen, booten usw geht noch, aber dann...
was nu nit klappt is das löschen und neu erstellen der partitionen
er behält immer die alte konfig bei!
auch das mounten zum umkopieren geht nit!
meint dann immer das schon mounted wäre bzw mountpoint busy
aber weder das eine noch das andere ist der fall!
umounten geht auch da ja nit mounted is :(
sehr komisch die sache!
mal paar hinweise
vllt sieht ja jemand was :)
/# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid10]
md1 : active raid1 sdb3[1]
159726144 blocks [2/1] [_U]
md0 : active raid1 sdb1[1]
56128 blocks [2/1] [_U]
unused devices: <none>
----------------------------------------------------------------------------
/# fdisk -l
Disk /dev/sda: 164.6 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
ALSO hier schon mal das erste Prob! Ich kann die Parts löschen und neu erstellen wie ich ich will, auch nach write und reboot ists so!!!
Device Boot Start End Blocks Id System
/dev/sda1 * 1 7 56196 fd Linux raid autodetect
/dev/sda2 8 138 1052257+ 82 Linux swap / Solaris
/dev/sda3 139 20023 159726262+ fd Linux raid autodetect
Disk /dev/sdb: 164.6 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7 56196 fd Linux raid autodetect
/dev/sdb2 8 138 1052257+ 82 Linux swap / Solaris
/dev/sdb3 139 20023 159726262+ fd Linux raid autodetect
Disk /dev/md0: 57 MB, 57475072 bytes
2 heads, 4 sectors/track, 14032 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md0 doesn't contain a valid partition table
Disk /dev/md1: 163.5 GB, 163559571456 bytes
2 heads, 4 sectors/track, 39931536 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1 doesn't contain a valid partition table
----------------------------------------------------------------------------
/# fdisk /dev/sda1
Command (m for help): d
Selected partition 1
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-6, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-6, default 6):
Using default value 6
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 22: Invalid argument.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
Und das kömmt dann bei jeder der Partitionen, aber mit mkfs kann ich die jeweiligen Systeme draufschreiben, kann auch die Partitionstypen mit fdisk ändern, nur nach write hab ich (auch nach reboot) wieder die obige Fdisk liste!
----------------------------------------------------------------------------
/# mkdir /mnt/boota
/# mkdir /mnt/bootb
/# mkdir /mnt/roota
/# mkdir /mnt/rootb
/# cd mnt
/mnt# dir
boota bootb roota rootb
/# mount /dev/sdb1 /mnt/bootb
mount: /dev/sdb1 already mounted or /mnt/bootb busy
/# mount /dev/sdb3 /mnt/rootb
mount: /dev/sdb3 already mounted or /mnt/rootb busy
/# umount /dev/sdb1
umount: /dev/sdb1: not mounted
/# umount /mnt/bootb
umount: /mnt/bootb: not mounted
/# umount /dev/sdb3
umount: /dev/sdb3: not mounted
/# umount /mnt/rootb
umount: /mnt/rootb: not mounted
Das zweite Prob! Kann die zweite Platte nit mounten zum umkopieren usw!
Bin nit der Held von Bielefeld, aber so in Grundzügen kenn ich mich schon aus und kann auch tuts befolgen und logisch vorgehen, aber ... ;)
Thx schonmal für´s not RTFM, !GOOGLE! und "Linuxfibel"
und paar hinweise dazu!
Das Alte system booten geht natürlich nicht mehr, is klar hehe