usare ed abilitare Dmraid

Pubblicità

BartMan

Nuovo Utente
Messaggi
3
Reazioni
0
Punteggio
24
Ciao a tutti
sul PC ho una configurazione del genere:
un disco ide principale
/dev/hda1 * 1 3577 28732221 83 Linux
/dev/hda2 3578 3736 1277167+ 5 Esteso
/dev/hda5 3578 3736 1277136 82 Linux swap / Solaris
e poi due dischi in fake raid divisi in due partizioni (una con il so e l'altra dove salvo i dati)
/dev/sda: nvidia, "nvidia_fedcdebb", stripe, ok, 490234750 sectors, data@ 0
/dev/sdb: nvidia, "nvidia_fedcdebb", stripe, ok, 490234750 sectors, data@ 0
Ho scaricato dmraid, e vorrei montare ed utilizzare da linux i dischi su cui ho windows in fake raid.
Come posso fare grazie.
ps il tool di configurazione NTFS
ovviamente mi da errore
$MFT has invalid magic.
Failed to load $MFT: Errore di I/O
Failed to mount '/dev/sdb1': Errore di I/O
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1).
Please see the 'dmraid' documentation
for the details.
 
Ciao Ho risolto così:


dmraid -ay -v

che nel mio caso restituisce
RAID set "nvidia_fedcdebb" already active
INFO: Activating stripe RAID set "nvidia_fedcdebb"
RAID set "nvidia_fedcdebb1" already active
INFO: Activating partition RAID set "nvidia_fedcdebb1"
RAID set "nvidia_fedcdebb5" already active
INFO: Activating partition RAID set "nvidia_fedcdebb5"

dove nvidia_fedcdebb è il raid 0, ossia l'insieme dei due dischi uniti in uno...

nvidia_fedcdebb1 è il disco on il SO

nvidia_fedcdebb5 è il disco Dati.

A questo punto ho creato le cartelle dove fare il mont dei due dischi
: win e dati

sudo mkdir /mnt/win
sudo mkdir /mnt/dati

fatto questo ho fatto il mount dei due dischi:

sudo mount -o ro /dev/mapper/nvidia_fedcdebb1 /mnt/win
sudo mount -o ro /dev/mapper/nvidia_fedcdebb5 /mnt/dati
 
Pubblicità
Pubblicità
Indietro
Top