最近、Acer Aspire S5ウルトラブックのWindows 7で起動の問題に遭遇しました。起動する前に、システムは物理ディスクの1つ(ultrabookにはRAID0構成がプリインストールされた2つの128 GB SSDがあります)に問題があることを示し、起動時にWindowsがブルースクリーンのデスモードになります。
基本的に、これらを再フォーマットしてUbuntuを再インストールする前に、ディスクからデータを回復したいと思います。
USBスティックを使用して、Ubuntuを(インストールせずに)起動することができ、「ディスク」を使用して表示すると、これらの両方のディスクを見ることができました(そして、これらは不良セクタではありますが両方とも正常に表示されます)。
fdisk -lコマンドの出力は次のとおりです。
ubuntu@ubuntu:~$ Sudo fdisk -l /dev/sda
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Warning: invalid flag 0x3d49 of partition table 5 will be corrected by w(rite)
Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x33fc577e
Device Boot Start End Blocks Id System
/dev/sda1 2048 16779263 8388608 84 OS/2 hidden C: drive
/dev/sda2 16779264 50333695 16777216 27 Hidden NTFS WinRE
/dev/sda3 * 50333696 50538495 102400 7 HPFS/NTFS/exFAT
/dev/sda4 50538496 500127743 224794624 f W95 Ext'd (LBA)
/dev/sda5 ? 2025907283 4860989575 1417541146+ 61 SpeedStor
ubuntu@ubuntu:~$ Sudo fdisk -l /dev/sdb
Disk /dev/sdb: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe1d9c00c
Device Boot Start End Blocks Id System
/dev/sdb3 3823264065 4948320604 562528270 0 Empty
「dmraid -ay」を使用して、RAID(Intel MATRIX Raidに基づく)をマウントしてみました。
ubuntu@ubuntu:~$ Sudo dmraid -ay
ERROR: isw: wrong number of devices in RAID set "isw_bbdaaaifgc_Aspire S5-391" [1/2] on /dev/sdb
RAID set "isw_bbdaaaifgc_Aspire S5-391" was not activated
追加の入力:
ubuntu@ubuntu:~$ Sudo dmraid -r
/dev/sdb: isw, "isw_bbdaaaifgc", GROUP, ok, 250069678 sectors, data@ 0
元のRAID0構成でディスクをマウントするにはどうすればよいですか?
ディスクの1つが故障すると、ディスクはRAID0でマウントされなくなります... RAID0は基本的にストライピングセットであり、ディスクの1つが故障すると、RAIDアレイ全体が故障し、 fat lady歌われた...
今できることは、再フォーマット(または置換)と---(バックアップの復元 ...のみです。