码迷,mamicode.com
首页 > 其他好文 > 详细

挂载cifs文件系统类型 报错mount: /mnt: bad option解决

时间:2019-10-22 15:07:35      阅读:520      评论:0      收藏:0      [点我收藏+]

标签:filesyste   执行   ram   解决   类型   several   use   you   for   

在Ubuntu上执行挂载命令:
sudo mount -t cifs -o domain=leiligroup,user=zrt1234,password=LEIli1234 //lsn-zbb8377/data /mn
时报出如下错误:
mount: /mnt: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program.

解决方法:
sudo apt install -y cifs-utils
centos下安装方法:yum install -y cifs-utils

接着使用命令挂载
sudo mount.ntfs -o domain=leiligroup,user=zrt1234,password=LEIli1234 //lsn-zbb8377/data /mnt
挂载成功(临时挂载)

挂载cifs文件系统类型 报错mount: /mnt: bad option解决

标签:filesyste   执行   ram   解决   类型   several   use   you   for   

原文地址:https://blog.51cto.com/3108485/2444458

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!