关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

Linux挂载文件系统时出现wrong fs type

发布时间:2023-06-01 11:59:20
1491984010112764.jpg

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

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

解决方法
检查该磁盘的文件系统,即运行命令:

  1. fsck -t ext4 /dev/sdb1
复制代码

上面的选项“ -t ext4 ”表示文件系统类型为 ext4.



/template/Home/8a/PC/Static