westwood@westwood-PC:/tom$ sudo mount -t cifs ///tom /tom -o username=tom
mount: /tom: cannot mount ///tom read-only.
$ ls /sbin/mount.cifs
ls: cannot access /sbin/mount.cifs: No such file or directory
$ mount.cifs
The program 'mount.cifs' is currently not installed. You can install it by typing:
apt-get install cifs-utils
westwood@westwood-PC:/tom$ sudo mount -t cifs //10.21.76.104/ /tom -o username=tom
Password for tom@//10.21.76.104/: **********
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
.html
Linux挂载Windows共享时,报以下错误:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
解决方法:
用户名和密码用双引号括起
mount -t cifs -o username=“域用户名”,password=“密码” //10.72.16.111/test /mnt
所以要对挂载的时候加上文件掩码
这样除了root之外的用户不用sudo也能修改里面的文件了
本文发布于:2024-01-31 22:09:12,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170671015531702.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |