Circa due settimane fa ho avuto un problema con il mio PC sul quale mio fratello ha scritto una domanda sul PC che non si avviava dopo aver usato la riparazione automatica di Windows 7 .
Non ho ancora risolto il problema, quindi il mio PC è inutilizzabile ora.
Ora penso che sarebbe più semplice reinstallare sia Win7 che Ubuntu che ripararli, ma ci sono alcuni dati sulle loro partizioni. Voglio recuperare questi dati.
Queste partizioni non sono montabili per qualche motivo. Non so perché.
sudo fdisk -l
sulle partizioni problematiche:
Device Boot Start End Blocks Id System
/dev/sda1 2048 147912703 73955328 83 Linux
/dev/sdb2 206848 174079999 86936576 7 HPFS/NTFS/exFAT
E in GParted:
E l'errore del mount
comando:
Failed to mount '/dev/sdb2': Invalid argument
The device '/dev/sdb2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
E lo stesso identico messaggio per /dev/sda1
Come posso recuperare i miei dati da quegli HDD?
MODIFICARE
Ho provato a specificare il tipo di unità:
$ sudo mount -t ext4 /dev/sda1 /olddisk
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
$ sudo mount -t ntfs /dev/sdb2 /olddisk
NTFS signature is missing.
Failed to mount '/dev/sdb2': Invalid argument
The device '/dev/sdb2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
MODIFICARE
sudo ntfsfix /dev/sdb2
ritorna:
Mounting volume... NTFS signature is missing.
FAILED
Attempting to correct errors... NTFS signature is missing.
FAILED
Failed to startup volume: Invalid argument
NTFS signature is missing.
Trying the alternate boot sector
Unrecoverable error
Volume is corrupt. You should run chkdsk.
-t ntfs-3g
.
ntfsfix /dev/sdb2
e condividi il risultato
sdb2
ma l'immagine mostra che sdb5
è anche una partizione NTFS. A quale stai tentando di accedere?