首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >损坏的外部硬盘

损坏的外部硬盘
EN

Ask Ubuntu用户
提问于 2015-10-27 21:42:19
回答 2查看 1.1K关注 0票数 0

当我意外地拔出我的外部硬盘驱动器时,我正在用grsync做一个备份。

结果是它不会再上山了。我知道这个错误:

我试着运行sudo fsck /dev/sdb,结果并不乐观:

代码语言:javascript
复制
e2fsck 1.42.12 (29-Aug-2014)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

因此,我运行了建议的命令: sudo e2fsck -b 32768 /dev/sdb

代码语言:javascript
复制
e2fsck 1.42.12 (29-Aug-2014)
e2fsck: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
 or
    e2fsck -b 32768 <device>

任何想法。理想情况下,我希望恢复磁盘上的内容(非常多,事实上!)

EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2015-10-28 13:49:17

方便的工具"testdisk“将对您的磁盘进行非常彻底的扫描。它还包括photorec,这将帮助您在数据恢复之前,您可以再次分区磁盘。

请查看这篇文章,以获得适合您恢复需求的其他工具列表。

票数 0
EN

Ask Ubuntu用户

发布于 2015-10-27 23:29:47

我有一个USB棒,因为某种原因而损坏了,而且不会挂载。我用G-parted重新划分驱动器。一旦它被重新划分,它就会挂载。

可能帮不上忙,因为你很可能想把数据保存在你的外部驱动器上。

pce~

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/690814

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档