首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >腐化超块

腐化超块
EN

Ask Ubuntu用户
提问于 2013-09-04 06:49:55
回答 1查看 1.7K关注 0票数 1

好吧,这让我发疯了。我不得不重新启动我的机器,现在我在引导磁盘上出现了超级块问题。我有一个联想u310,它有两个驱动器,一个小的ssd,另一个500 and。我在ssd上安装了Ubuntu,并将我家安装在500 on上。从我所看到的一切,大驱动器是好的(谢天谢地),但ssd有超级块/日志问题。当我重新启动并尝试从ssd运行时,它会通过grub,然后沿着" error :未能写入扇区0x0938e9“这一行抛出一个错误。

我目前正在运行一个现场usb,我四处看看,找到了我所能找到的,但似乎没有任何工作。我尝试过从这里的备份中更新超级块的过程。但我尝试的每一次备份都说了同样的话:

代码语言:javascript
复制
e2fsck 1.42 (29-Nov-2011)
e2fsck: Bad magic number in super-block while trying to open /dev/sda1

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
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>

我差点试着运行mke2fs -S -B 4096 /dev/sda1,但听起来我应该把它保存到最后。

我不是想从这个驱动器中检索数据。我只是想做一个干净的Ubuntu安装,但我不能,因为这些错误。有什么办法可以把它擦掉重新开始吗?我发现的所有清理超级街区的东西都是mdadm raid的东西。

*编辑这里是sudo -l的输出

代码语言:javascript
复制
Disk /dev/sda: 24.0 GB, 24015495168 bytes
255 heads, 63 sectors/track, 2919 cylinders, total 46905264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf6f8853b

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1    46905263    23452631+  ee  GPT

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0004005f

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048   976773119   488385536   83  Linux

/dev/sda是有问题的ssd,/dev/sdb是包含我所有(干净)数据的ssd。

Update刚刚尝试从这里中清除inode。但是,它无法打开文件系统:

代码语言:javascript
复制
sudo debugfs -w /dev/sda
debugfs 1.42 (29-Nov-2011)
/dev/sda: Bad magic number in super-block while opening filesystem
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2013-09-14 19:32:33

我想驱动器刚刚被烧坏了。幸运的是,我的家有一个不同的驱动器,所以我拉出死亡的一个,并重新安装在一个好的。不过,真希望我能救出ssd。

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

https://askubuntu.com/questions/341142

复制
相关文章

相似问题

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