请不要将其标记为重复--我已经阅读了许多其他问题并提出了答案,而且似乎无法让它们发挥作用。
我有3个1TB硬盘驱动器,2个SSD和1个硬盘。我无意中删除了分区表,并可能在试图在其中一个SSD上安装Windows 10时格式化了HDD。
我正试图从HDD中恢复我的数据,它有很多10年前的照片。HHD只是一个数据磁盘,尽管它在2018年曾短暂安装过Linux。
磁盘模型: ST1000DM003-1SB1
我一直试图用TestDisk恢复照片,结果好坏参半。我无法恢复分区表,但是我知道数据仍然在磁盘上,因为我能够使用Photorec提取它。唯一的问题是照片评审已经删除了大约8K照片的所有结构和顺序。
TestDisk的结果如下:
Disk /dev/sda - 1000 GB / 931 GiB - CHS 121601 255 63
Current partition structure:
Partition Start End Size in sectors
1 * FAT32 0 1 1 242 254 63 3903732 [RECOVERY]
2 P FAT32 LBA 243 0 1 7401 254 63 115009335 [NO NAME]
3 E extended LBA 7402 0 1 102927 254 63 1534625190
5 L FAT32 LBA 7402 1 1 12160 254 63 76453272 [NO NAME]
X extended 102927 97 1 102927 232 38 8543
Invalid FAT boot sector
6 L FAT16 <32M 102927 98 62 102927 232 38 8419
6 L FAT16 <32M 102927 98 62 102927 232 38 8419运行fdisk -l返回:
Disk /dev/sda: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000DM003-1SB1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x17556621
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 63 3903794 3903732 1.9G b W95 FAT32
/dev/sda2 3903795 118913129 115009335 54.9G c W95 FAT32 (LBA)
/dev/sda3 118913130 1653538319 1534625190 731.8G f W95 Ext'd (LBA)
/dev/sda5 118913193 195366464 76453272 36.5G c W95 FAT32 (LBA)
/dev/sda6 1653528490 1653536908 8419 4.1M 4 FAT16 <32M
Partition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.
Partition 5 does not start on physical sector boundary.
Partition 6 does not start on physical sector boundary.试图挂载返回:
billy@billy-Mint:~$ ntfsfix -b /dev/sda3
Mounting volume... Error opening read-only '/dev/sda3': Permission denied
FAILED
Attempting to correct errors... Error opening read-only '/dev/sda3': Permission denied
FAILED
Failed to startup volume: Permission denied
Error opening '/dev/sda3': Read-only file system
Volume is corrupt. You should run chkdsk.sudo fsck /dev/sda3 3产生了以下结果:
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sda3 Could this be a zero-length partition?任何帮助都将不胜感激。我对如何继续下去感到困惑。
发布于 2021-07-19 03:04:42
只是为了给将来发现这一切的人带来一个完整的循环。我和一位软件工程师在我的工作中交谈,他告诉我,我已经取得了最好的结果。也就是说,用photorec恢复数据是我所希望的最好的,因为当我删除分区表时,无法恢复文件夹结构中的数据,因为文件夹结构已经丢失。希望这能帮上忙!
https://unix.stackexchange.com/questions/658693
复制相似问题