Yaklaşık iki hafta önce bilgisayarımla ilgili bir sorun yaşadım, kardeşim Windows 7 otomatik onarımını kullandıktan sonra PC'de önyükleme yapmama hakkında bir soru yazdı .
Sorunu hala çözemedim, bu yüzden bilgisayarım şimdi kullanılamıyor.
Şimdi hem Win7 hem de Ubuntu'yu yeniden onarmaktan daha kolay bir şekilde kurmanın daha kolay olacağını düşünüyorum, ancak bölümlerinde bazı veriler var. Bu verileri kurtarmak istiyorum.
Bu bölümler herhangi bir nedenle monte edilemez. Neden bilmiyorum.
sudo fdisk -l
sorunlu bölümler hakkında:
Device Boot Start End Blocks Id System
/dev/sda1 2048 147912703 73955328 83 Linux
/dev/sdb2 206848 174079999 86936576 7 HPFS/NTFS/exFAT
GParted'te:
Ve mount
komutun hatası :
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?
Ve aynı mesaj /dev/sda1
Verilerimi bu HDD'lerden nasıl kurtarabilirim?
DÜZENLE
Sürücünün türünü belirtmeye çalıştım:
$ 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?
DÜZENLE
sudo ntfsfix /dev/sdb2
İadeler:
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
ve sonucu paylaşın
sdb2
yazdınız, ancak resim sdb5
bunun bir NTFS bölümü olduğunu da gösteriyor . Hangisine erişmeye çalışıyorsunuz?