源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

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

  • 时间:2022-03-15 08:15 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:linux mount报错:you must specify the filesystem type的解决方法
最近工作中遇到一个问题,在[code]linux mount /dev/vdb[/code] 到 [code]/home [/code]分区时报错:
# mount /dev/vdb /home
mount: you must specify the filesystem type
先执行:[code]mkfs.ext3 /dev/vdb[/code]
# 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
[b]总结[/b] 以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作能带来一定的帮助,如果有疑问大家可以留言交流,谢谢大家对编程素材网的支持。
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部