网硕互联技术交流社区

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 1550|回复: 0

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

[复制链接]

4

主题

4

帖子

42

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
42
发表于 2019-6-20 14:35:38 | 显示全部楼层 |阅读模式
运行挂载命令如 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.        In some cases useful info is found in syslog - try
  4.        dmesg | tail or so.
复制代码
解决方法
检查该磁盘的文件系统,即运行命令:

  1. fsck -t ext4 /dev/sdb1
复制代码
上面的选项“ -t ext4 ”表示文件系统类型为 ext4.



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|网硕互联技术交流社区

GMT+8, 2024-4-20 14:11 , Processed in 0.194843 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表