硬盘无法挂载

硬盘无法挂载

插入硬盘时出现此消息

 /dev/sdb1 at /media/filip/f28823a2-4de1-44c5-90fe-62fb3c241b73: Command-line   `mount -t "ext4" -o "uhelper=udisks2,nodev,nosuid" "/dev/sdb1" "/media/filip/f28823a2-4de1-44c5-90fe-62fb3c241b73"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
   missing codepage or helper program, or other error
   In some cases useful info is found in syslog - try
   dmesg | tail  or so

这是 dmesg | tail 输出:

[11870.811559] sd 4:0:0:0: [sdb] Mode Sense: 28 00 00 00
[11870.814268] sd 4:0:0:0: [sdb] No Caching mode page found
[11870.814283] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[11870.825302] sd 4:0:0:0: [sdb] No Caching mode page found
[11870.825318] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[11870.878658]  sdb: sdb1 sdb2
[11870.884220] sd 4:0:0:0: [sdb] No Caching mode page found
[11870.884235] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[11870.884244] sd 4:0:0:0: [sdb] Attached SCSI disk
[11871.387003] EXT4-fs (sdb1): bad geometry: block count 121048832 exceeds size of device (1695488 blocks)

fdisk -l 输出:

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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003bff7

设备启动开始结束块ID系统

/dev/sdb1   *        2048    13565951     6781952   83  Linux
/dev/sdb2        13565952    15663103     1048576   83  Linux

如果缺少一些关键信息,我提前道歉。我恳请您告诉我需要哪些信息,我会立即发布。如果有人能指导我,我将不胜感激。

答案1

这个驱动器发生了一些奇怪的事情,但 resizefs 可能是你的救星!看看这篇文章:http://www.linuxquestions.org/questions/linux-general-1/cannot-mount-hard-disk-block-count-exceeds-size-of-device-bad-partition-table-880149/

相关内容