Como montar o Intel Matrix RAID 0 no Ubuntu 13.10 live?

1

Eu não sou um usuário pesado do Ubuntu. Eu tenho um laptop da série Sony Vaio Z com dois discos SSD de 64 GB trabalhando em RAID 0 (Intel Matrix - Intel Rapid Storage Technology) no Windows 7.

A missão é montar este volume RAID 0 no Ubuntu 13.10 live (iniciado em USB) e então executar o clamav para verificação de vírus.

Eu li isto: Ubuntu 11.04 no Sony Vaio ssd Raid 0 e este: ISW/FAKERaid - DMRAID: - Status: quebrado , mas ainda não consigo entender como montar esse volume.

Alguém pode me explicar em inglês como fazer isso?

The result of fdisk -l:

Disk /dev/sda: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 cylinders, total 125045424 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: 0x01ec5406

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048    30359551    15178752   27  Hidden NTFS WinRE
/dev/sda2   *    30359552    30564351      102400    7  HPFS/NTFS/exFAT
/dev/sda3        30564352   250079231   109757440    7  HPFS/NTFS/exFAT

Disk /dev/sdb: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 cylinders, total 125045424 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: 0x00000000


Disk /dev/sdc: 16.0 GB, 16013852672 bytes
78 heads, 14 sectors/track, 28641 cylinders, total 31277056 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: 0x000a36fb

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        8064    31277055    15634496    c  W95 FAT32 (LBA)

The result of dmraid -s:
ERROR: isw: wrong number of devices in RAID set "isw_iffifahhi_Volume0" [1/2] on /dev/sdb
*** Group superset isw_iffifahhi
--> Subset
name   : isw_iffifahhi_Volume0
size   : 125040896
stride : 256
type   : stripe
status : broken
subsets: 0
devs   : 1
spares : 0

The result of: ls -la /dev/mapper/
total 0
drwxr-xr-x  2 root root      60 Apr  6  2014 .
drwxr-xr-x 16 root root    4200 Apr  6 14:01 ..
crw-------  1 root root 10, 236 Apr  6  2014 control
    
por user265849 06.04.2014 / 14:47

1 resposta

2

Eu descobri! É muito simples.

  1. Inicie o laptop no Windows 7.
  2. Use a ferramenta fornecida pela Intel para desmarcar o erro de RAID em uma unidade.
  3. Inicialize o Ubuntu pela USB novamente e pronto. Todo o volume será montado automaticamente. E a mensagem de erro
  

ERRO: isw: número incorreto de dispositivos no conjunto RAID "isw_iffifahhi_Volume0" [1/2] em / dev / sdb    * Superconfiguração do grupo isw_iffifahhi

desapareceu.

    
por user265849 07.04.2014 / 01:33