欢迎来到资源库(www.zyku.net)

Linux

当前位置:首页 > 服务器教程 > Linux > 系统报错

linux mount报错:you must specify the filesystem type的解决方法

时间:2017-03-13|栏目:Linux|点击:|我要投稿

最近工作中遇到一个问题,在linux mount /dev/vdb 到 /home 分区时报错,如下:

  # mount /dev/vdb /home
  mount: you must specify the filesystem type

先执行:mkfs.ext3 /dev/vdb

  # mkfs.ext3 /dev/vdb
  mke2fs 1.41.12 (17-May-2010)
  Filesystem label=
  OS type: Linux
  Block size=4096 (log=2)
  Fragment size=4096 (log=2)
  Stride=0 blocks, Stripe width=0 blocks
  32768000 inodes, 131072000 blocks
  6553600 blocks (5.00%) reserved for the super user
  First data block=0
  Maximum filesystem blocks=4294967296
  4000 block groups
  32768 blocks per group, 32768 fragments per group
  8192 inodes per group
  Superblock backups stored on blocks:
  32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
  4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
  102400000
  Writing inode tables: done
  Creating journal (32768 blocks): done
  Writing superblocks and filesystem accounting information: done
  This filesystem will be automatically checked every 25 mounts or
  180 days, whichever comes first. Use tune2fs -c or -i to override.

再mount 即可:

#mount -t ext3 /dev/vdb /home

(资源库 www.zyku.net)

上一篇:Linux查看系统版本的方法汇总

栏    目:Linux

下一篇:Linux下普通用户如何使用80端口启动程序

本文标题:linux mount报错:you must specify the filesystem type的解决方法

本文地址:https://www.zyku.net/linux/1195.html

关于我们 | 版权申明 | 寻求合作 |

重要申明:本站所有的文章、图片、评论等内容,均由网友发表或上传并维护或收集自网络,仅供个人学习交流使用,版权归原作者所有。

如有侵犯您的版权,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:95148658 | 邮箱:mb8#qq.com(#换成@)

苏ICP备2020066115号-1

本网站由提供CDN加速/云存储服务