Hallo!
Ich stehe vor folgendem Problem:
Code:
paux:~# fdisk -l /dev/hda
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 123 987966 fd Linux raid autodetect
/dev/hda2 124 125 16065 fd Linux raid autodetect
/dev/hda3 126 8636 68364607+ 5 Extended
/dev/hda4 8637 9729 8779522+ 83 Linux
/dev/hda5 126 369 1959898+ fd Linux raid autodetect
/dev/hda6 370 1586 9775521 fd Linux raid autodetect
/dev/hda7 1587 2195 4891761 fd Linux raid autodetect
/dev/hda8 2196 2318 987966 fd Linux raid autodetect
/dev/hda9 2319 8636 50749303+ fd Linux raid autodetect
paux:~# fdisk -l /dev/hdb
Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 123 987966 fd Linux raid autodetect
/dev/hdb2 124 125 16065 fd Linux raid autodetect
/dev/hdb3 126 8636 68364607+ 5 Extended
/dev/hdb4 8637 9729 8779522+ 83 Linux
/dev/hdb5 126 369 1959929+ fd Linux raid autodetect
/dev/hdb6 370 1586 9775552 fd Linux raid autodetect
/dev/hdb7 1587 2195 4891792 fd Linux raid autodetect
/dev/hdb8 2196 2318 987997 fd Linux raid autodetect
/dev/hdb9 2319 8636 50749334+ fd Linux raid autodetect
D.h. die 4 primären Partitionen hd?1-4 sind noch gleich, die logischen hd?5-9 dagegen nicht mehr, obwohl die Platten dieselbe Geometrie haben. Die hdb hat immer ein paar Blocks mehr pro Partition, deshalb kann ich die hda auch nicht ins RAID eingliedern, weil sie "too small" sind.
Kann ich die hda irgendwie anpassen, oder muß ich alles auf hda rüber-synchronisieren und dann hdb neu partitionieren (ich hoffe daß es dann kein "too large" gibt...)?
lg paux