摘要:系统运维 在Ubuntu上执行挂载命令:sudo mount -t cifs -o domain=leiligroup,user=zrt1234,password=LEIli1234 //lsn-zbb8377/data /mn
系统运维
在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
挂载成功(临时挂载)
相关文章推荐
虚拟主机的专业参数,分别都是什么意思?2022-09-09
中非域名注册规则是怎样的?注册域名有什么用处? 2022-01-10
HostEase新年活动促销 美国/香港主机全场低至五折2021-12-28
HostGator下载完整备份教程分享2021-12-28
Flink中有界数据与无界数据的示例分析2021-12-28