Około dwóch tygodni temu miałem problem z komputerem, o którym mój brat napisał pytanie, czy komputer nie uruchamia się po użyciu automatycznej naprawy systemu Windows 7 .
Nadal nie rozwiązałem problemu, więc mój komputer jest teraz bezużyteczny.
Teraz myślę, że łatwiej byłoby ponownie zainstalować Win7 i Ubuntu niż je naprawić, ale na ich partycjach jest trochę danych. Chcę odzyskać te dane.
Z jakiegoś powodu nie można montować tych partycji. Nie wiem dlaczego.
sudo fdisk -l
o problematycznych partycjach:
Device Boot Start End Blocks Id System
/dev/sda1 2048 147912703 73955328 83 Linux
/dev/sdb2 206848 174079999 86936576 7 HPFS/NTFS/exFAT
I w GParted:
I błąd mount
polecenia:
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?
I dokładnie taka sama wiadomość dla /dev/sda1
Jak mogę odzyskać moje dane z tych dysków twardych?
EDYTOWAĆ
Próbowałem określić typ napędu:
$ 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?
EDYTOWAĆ
sudo ntfsfix /dev/sdb2
zwroty:
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
i udostępnij wynik
sdb2
ale obraz pokazuje, że sdb5
jest to także partycja NTFS. Do którego chcesz uzyskać dostęp?