突然,朋友的 Windows 磁盘停止工作(当您尝试启动它时,您会看到以下消息:非系统磁盘或磁盘错误,请更换并在准备好时按任意键。
于是我从 Ubuntu 的 LiveCD 启动并希望挂载她的磁盘。然而,没有成功...
所以,我想要做的是访问该磁盘数据来恢复文件。你能帮帮我吗?
问题是该磁盘不在 fstab 中,当我查看 /dev 时,看到的是:
./by-id:
total 0
drwxr-xr-x 2 root root 120 ene 15 10:29 .
drwxr-xr-x 6 root root 120 ene 15 10:29 ..
lrwxrwxrwx 1 root root 9 ene 15 10:30 ata-FUJITSU_MHW2120BH_NZ1DT7730D0K -> ../../sda
lrwxrwxrwx 1 root root 9 ene 15 10:30 ata-TSSTcorp_CDDVDW_TS-L632H -> ../../sr0
lrwxrwxrwx 1 root root 9 ene 15 10:30 usb-Kingston_DataTraveler_2.0_5B830900004B-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 ene 15 10:30 usb-Kingston_DataTraveler_2.0_5B830900004B-0:0-part1 -> ../../sdb1
./by-label:
total 0
drwxr-xr-x 2 root root 60 ene 15 10:29 .
drwxr-xr-x 6 root root 120 ene 15 10:29 ..
lrwxrwxrwx 1 root root 10 ene 15 10:30 PENDRIVE -> ../../sdb1
./by-path:
total 0
drwxr-xr-x 2 root root 80 ene 15 10:29 .
drwxr-xr-x 6 root root 120 ene 15 10:29 ..
lrwxrwxrwx 1 root root 9 ene 15 10:30 pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 ene 15 10:30 pci-0000:00:1d.7-usb-0:2:1.0-scsi-0:0:0:0-part1 -> ../../sdb1
./by-uuid:
total 0
drwxr-xr-x 2 root root 80 ene 15 10:29 .
drwxr-xr-x 6 root root 120 ene 15 10:29 ..
lrwxrwxrwx 1 root root 10 ene 15 10:30 7482-7C6A -> ../../sdb1
lrwxrwxrwx 1 root root 11 ene 15 10:30 90951fb7-d63c-415a-bed2-1a6ca944f428 -> ../../loop1
正如您所看到的,'ata-FUJITSU_.....' 可以通过 id 找到,但不能通过标签、路径或 uuid 找到 - 糟糕的是,我是个新手,不知道如何“通过 id”安装磁盘。
另外,当我尝试“GUI 智能测试工具”时,它说该磁盘失败。
一些可能有用的额外数据:
sudo fdisk-lu:
Disco /dev/sda: 120.0 GB, 120034123776 bytes
255 cabezas, 63 sectores/pista, 14593 cilindros, 234441648 sectores en total
Unidades = sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico / físico): 512 bytes / 512 bytes
Tamaño E/S (mínimo/óptimo): 512 bytes / 512 bytes
Identificador del disco: 0x570a7939
Disposit. Inicio Comienzo Fin Bloques Id Sistema
Disco /dev/sdb: 4005 MB, 4005560320 bytes
255 cabezas, 63 sectores/pista, 486 cilindros, 7823360 sectores en total
Unidades = sectores de 1 * 512 = 512 bytes
Tamaño de sector (lógico / físico): 512 bytes / 512 bytes
Tamaño E/S (mínimo/óptimo): 512 bytes / 512 bytes
Identificador del disco: 0x0007e6ff
Disposit. Inicio Comienzo Fin Bloques Id Sistema
/dev/sdb1 * 63 7823359 3911648+ b W95 FAT32
sudo blkid:
/dev/loop0: TYPE="squashfs"
/dev/loop1: UUID="90951fb7-d63c-415a-bed2-1a6ca944f428" TYPE="ext3"
/dev/sdb1: LABEL="PENEDRIVE" UUID="7482-7C6A" TYPE="vfat"
答案1
我看不到 /dev/sda1,我只看到 /dev/SDA/。可能您已经破坏了 Windows 分区。您可以在 gparted 上看到 Windows 分区吗?可能您无法恢复任何数据……
如果您仅删除了第一个扇区(包含分区表),您可以尝试使用 hiren 工具进行恢复。
这就是我所知道的一切,我希望其他的可以更有用。