好吧,这让我发疯了。我不得不重新启动我的机器,现在我在引导磁盘上出现了超级块问题。我有一个联想u310,它有两个驱动器,一个小的ssd,另一个500 and。我在ssd上安装了Ubuntu,并将我家安装在500 on上。从我所看到的一切,大驱动器是好的(谢天谢地),但ssd有超级块/日志问题。当我重新启动并尝试从ssd运行时,它会通过grub,然后沿着" error :未能写入扇区0x0938e9“这一行抛出一个错误。
我目前正在运行一个现场usb,我四处看看,找到了我所能找到的,但似乎没有任何工作。我尝试过从这里的备份中更新超级块的过程。但我尝试的每一次备份都说了同样的话:
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的输出
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。但是,它无法打开文件系统:
sudo debugfs -w /dev/sda
debugfs 1.42 (29-Nov-2011)
/dev/sda: Bad magic number in super-block while opening filesystem发布于 2013-09-14 19:32:33
我想驱动器刚刚被烧坏了。幸运的是,我的家有一个不同的驱动器,所以我拉出死亡的一个,并重新安装在一个好的。不过,真希望我能救出ssd。
https://askubuntu.com/questions/341142
复制相似问题