首页 > 其他 > 详细

ack 挂载nas-pvc报错 mount: wrong fs type bad option

时间:2021-03-14 23:45:35      阅读:31      评论:0      收藏:0      [点我收藏+]
1、使用ack 创建nas pvc 报错,如下:

mount -t nfs -o xxxxxx.......:/ /mnt 
mount: wrong fs type , bad option, bad superblock on xxxx missing codepage or helper program, or other error need a /sbin/mount. <type> helper program)

In some cases useful is found in syslog - try dmesg | tail or so . 

2、手动在ack 上挂载卷也报同样错误,后经排查是因为nfs-utils未安装

rpm -qa |grep nfs-utils
yum install nfs-utils -y 

3、nas挂载根据官方文档一般推荐使用v3

ack 挂载nas-pvc报错 mount: wrong fs type bad option

原文:https://blog.51cto.com/keep11/2659783

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!