bash-2.04$ cat /proc/mdstat Personalities : [raid1] read_ahead 1024 sectors md0 : active raid1 sdc1[1] sda1[0] 292969216 blocks [2/2] [UU] unused devices:
[root@hackkit /root]# mkfs -j /dev/md0 mke2fs 1.29 (24-Sep-2002) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 36634624 inodes, 73242304 blocks 3662115 blocks (5.00%) reserved for the super user First data block=0 2236 block groups 32768 blocks per group, 32768 fragments per group 16384 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424, 20480000, 23887872, 71663616 Writing inode tables: done Creating journal (8192 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 26 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override. [root@hackkit /root]#
[root@hackkit /root]# mkdir /mnt/md0 [root@hackkit /root]# mount /dev/md0 /mnt/md0 [root@hackkit /root]# df ファイルシステム 1k-ブロック 使用中 空き 使用% マウント場所 /dev/hda1 2071384 433340 1532820 23% / /dev/hda3 7534776 348384 6803644 5% /mnt /dev/md0 288370784 32828 273689496 1% /mnt/md0 [root@hackkit /root]#わかっているとはいえ、半分しか使えないとはもったいないお化けが出そう。
ただ、時々引っ掛かるような動作をし、
アクセスが止まってしまうことがあった。
やはり玄箱/HG には荷が重いのか。
← ミラーリング |
ハックの記録 LinkStation/玄箱 をハックしよう |
→ RAID1 故障 |