Linux挂载文件系统时出现遇到问题wrong fs type

    科技2022-07-13  163

    运行挂载命令如 mount /dev/sdb1 mnt出现错误:

    mount: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so.

    解决方法: 检查该磁盘的文件系统,即运行命令: fsck -t ext4 /dev/sdb1

    Processed: 0.012, SQL: 8