最初のうちは HDD3 LED は緑だったが
そのうちオレンジになり、E22 を示し始めた。
「ハードウェアに異常が発生しました。
修理センターに修理をご依頼ください。」
root@LS-QL233:~# fdisk /dev/sdc The number of cylinders for this disk is set to 19929. There is nothing wrong with that, but this is larger than 1024, and could in certain setups cause problems with: 1) software that runs at boot time (e.g., old versions of LILO) 2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK) Command (m for help): p Disk /dev/sdc: 163.9 GB, 163928604672 bytes 255 heads, 63 sectors/track, 19929 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdc1 1 19930 160086527+ ee EFI GPT Command (m for help): q root@LS-QL233:~#
oot@LS-QL233:~# mkdir /tmp/root root@LS-QL233:~# mount /dev/sdc1 /tmp/root mount: mounting /dev/sdc1 on /tmp/root failed: Device or resource busy root@LS-QL233:~# mount /dev/sdc2 /tmp/root mount: mounting /dev/sdc2 on /tmp/root failed: No such device or address root@LS-QL233:~#GPT に対応していないみたい。
root@LS-QL233:~# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4]
md2 : active raid1 sda6[0] sdb6[1]
      148448512 blocks [2/2] [UU]
md1 : active raid1 sda2[0] sdb2[1]
      5004160 blocks [4/2] [UU__]
md10 : active raid1 sda5[0] sdb5[1]
      1003904 blocks [4/2] [UU__]
md0 : active raid1 sdc1[2] sda1[0] sdb1[1]
      1003904 blocks [4/3] [UUU_]
unused devices: 
root@LS-QL233:~#
 
sdc は使われていない。まぁ、当たり前。
すぐに「フォーマットが正常に完了しました。」といわれたが
root@LS-QL233:~# fdisk -l /dev/sdc Disk /dev/sdc: 163.9 GB, 163928604672 bytes 255 heads, 63 sectors/track, 19929 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sdc1 1 19930 160086527+ ee EFI GPT root@LS-QL233:~#かわってへんやん。
と、おもってたら
root@LS-QL233:~# fdisk -l /dev/sdc
Disk /dev/sdc: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot      Start         End      Blocks  Id System
/dev/sdc1               1         125     1004031  83 Linux
/dev/sdc2             126         748     5004247+ 83 Linux
/dev/sdc4             749       19929   154071382+  5 Extended
/dev/sdc5             749         873     1004031  82 Linux swap
/dev/sdc6             874       19354   148448601  83 Linux
root@LS-QL233:~# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4]
md2 : active raid1 sda6[0] sdb6[1]
      148448512 blocks [2/2] [UU]
md1 : active raid1 sdc2[4] sda2[0] sdb2[1]
      5004160 blocks [4/2] [UU__]
      [========>............]  recovery = 44.5% (2230144/5004160) finish=1.0min speed=42345K/sec
md10 : active raid1 sdc5[4] sda5[0] sdb5[1]
      1003904 blocks [4/2] [UU__]
        resync=DELAYED
md0 : active raid1 sdc1[2] sda1[0] sdb1[1]
      1003904 blocks [4/3] [UUU_]
unused devices: <none>
root@LS-QL233:~# 
3台目の HDD で RAID1 を組み始めた。
しばらくして
root@LS-QL233:~# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4]
md2 : active raid1 sda6[0] sdb6[1]
      148448512 blocks [2/2] [UU]
md1 : active raid1 sdc2[2] sda2[0] sdb2[1]
      5004160 blocks [4/3] [UUU_]
md10 : active raid1 sdc5[2] sda5[0] sdb5[1]
      1003904 blocks [4/3] [UUU_]
md0 : active raid1 sdc1[2] sda1[0] sdb1[1]
      1003904 blocks [4/3] [UUU_]
unused devices: <none>
root@LS-QL233:~#
鉄壁
| 
 | 
| ← LS-QLシリーズファームウェア Ver.1.05 | ハックの記録 LinkStation/玄箱 をハックしよう | → 4台目の HDD の追加 |