目次
LinuxのソフトウェアRAIDをインストール後に構築する手順。(RHEL6系)
fdisk /dev/sdb 〜中略〜 fdisk /dev/sdc 〜後略〜
mdadm --create /dev/md0 --level=raid1 --raid-device=2 /dev/sdf1 /dev/sdi1
mkfs.ext4 /dev/md0~
mke2fs 1.41.12 (17-May-2010)
Discarding device blocks: done
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
117202944 inodes, 468810192 blocks
23440509 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4294967296
14307 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 35 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.mdadm: Note: this array has metadata at the start and may not be suitable as a boot device. If you plan to store '/boot' on this device please ensure that your boot-loader understands md/v1.x metadata, or use --metadata=0.90
| GRUB | 0.90 | メタデータがディスクの末尾に保存される |
| GRUB2 | 1.0, 1.1, 1.2 | メタデータがディスクの先頭または中央に保存される |