【求助】mount: wrong fs type, bad option, bad superblock on /dev/sdd

向雅 2013-07-16 12:21:26
机器A(centos6系统)有5块硬盘,分别为
/dev/sda (系统盘)
/dev/sdb (数据盘)
/dev/sdc (数据盘)
/dev/sdd (数据盘)
/dev/sde (数据盘)

由于系统盘/dev/sda损坏,故更换了系统盘,重装了系统。
那么其他4块硬盘的数据是没有动的。
重装完系统后,想将其他几块硬盘挂载使用,发现无法挂载。

[root@hdp4 ~]# mount -t ext4 /dev/sdd /disk4
mount: wrong fs type, bad option, bad superblock on /dev/sdd,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

想保留原有的数据,不希望重新格式化硬盘。
请问这种情况有好的解决办法吗?求赐教。
...全文
63420 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
zhwhaorena 2014-07-11
  • 打赏
  • 举报
回复
超级块损坏,但是文件系统都是有超级块备份的,只需要重新恢复超级块就可以了 mkfs.ext4 -n device 该命令最好就是超级块的备份位置 mkfs.ext4 -b superblocknum device 这样就行了
mingzz 2013-11-13
  • 打赏
  • 举报
回复
您好,我遇到了与您一样的问题,请问您的问题解决了吗,是怎么解决的呢,谢谢!!!
践行见远 2013-11-13
  • 打赏
  • 举报
回复
e2fsck /dev/sdd 检测下文件系统怎么个情况,话说一块硬盘就分一个区就没有sdd1了吗?
cogbee 2013-09-16
  • 打赏
  • 举报
回复
难道不能备份数据,然后格式化解决吗
向雅 2013-07-19
  • 打赏
  • 举报
回复
顶一下,求大侠。
Carl_CCC 2013-07-16
  • 打赏
  • 举报
回复
mount是mount分区,/dev/sda这些是硬盘,分区是/dev/sda1 /dev/sda2
你应该mount -t ext4 /dev/sdd1 /disk4吧
向雅 2013-07-16
  • 打赏
  • 举报
回复
引用 1 楼 Idle_Cloud 的回复:
mount是mount分区,/dev/sda这些是硬盘,分区是/dev/sda1 /dev/sda2 你应该mount -t ext4 /dev/sdd1 /disk4吧
硬盘格式在系统重装之前是格式化ext4了的,正常使用。 现在是重装了系统,无法识别。但是不能格式化,因为上面的数据不能丢。
向雅 2013-07-16
  • 打赏
  • 举报
回复
TO:Idle_Cloud 整块硬盘不分区,直接当一个分区来使用的。/dev/sdd就是一个分区。 [root@hdp1 ~]# fdisk -l Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00000000 Disk /dev/sde: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00000000 Disk /dev/sdd: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00000000 Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x00000000 Disk /dev/sda: 2000.4 GB, 2000398934016 bytes 255 heads, 63 sectors/track, 243201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disk identifier: 0x0003f1e6 Device Boot Start End Blocks Id System /dev/sda1 * 1 13055 104857600 83 Linux /dev/sda2 13055 17232 33554432 82 Linux swap / Solaris /dev/sda3 17232 243201 1815098976+ 83 Linux
u010576100 2013-07-16
  • 打赏
  • 举报
回复
这个错误是不是硬盘格式不对导致的?

19,613

社区成员

发帖
与我相关
我的任务
社区描述
系统使用、管理、维护问题。可以是Ubuntu, Fedora, Unix等等
社区管理员
  • 系统维护与使用区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧