Доброго времени суток !
Интересно Ваше мнение. Как лучше делать raid 1 на уже существующей системе с учетом того, что там 6 разделов. RAID-массив на каждый раздел или один RAID-массив для всех разделов ?
Device Boot Start End Blocks Id System
/dev/sda1 1 1 1024 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 1 13 97280 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/sda3 13 120855 970662912 83 Linux
/dev/sda4 120855 121602 5998593 5 Extended
/dev/sda5 120855 121353 3998720 82 Linux swap / Solaris
/dev/sda6 121353 121602 1998848 83 Linux
Number Start End Size Type File system Flags
1 1049kB 2097kB 1049kB primary
2 2097kB 102MB 99.6MB primary ext2 boot
3 102MB 994GB 994GB primary ext4
4 994GB 1000GB 6143MB extended
5 994GB 998GB 4095MB logical linux-swap(v1)
6 998GB 1000GB 2047MB logical ext4
И под вопрос. Стоит ли напрягаться, если sfdisk при копировании таблицы разделов выдает варнинг?
root@host01:~# sfdisk -d /dev/sda | sfdisk /dev/sdb
Checking that no-one is using this disk right now ...
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
OK
Disk /dev/sdb: 121601 cylinders, 255 heads, 63 sectors/track
Old situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdb1 0 - 0 0 0 Empty
/dev/sdb2 0 - 0 0 0 Empty
/dev/sdb3 0 - 0 0 0 Empty
/dev/sdb4 0 - 0 0 0 Empty
New situation:
Units = sectors of 512 bytes, counting from 0
Device Boot Start End #sectors Id System
/dev/sdb1 2048 4095 2048 83 Linux
/dev/sdb2 * 4096 198655 194560 83 Linux
/dev/sdb3 198656 1941524479 1941325824 83 Linux
/dev/sdb4 1941526526 1953523711 11997186 5 Extended
/dev/sdb5 1941526528 1949523967 7997440 82 Linux swap / Solaris
/dev/sdb6 1949526016 1953523711 3997696 83 Linux
Warning: partition 1 does not end at a cylinder boundary
sfdisk: I don't like these partitions - nothing changed.
(If you really want this, use the --force option.)