- 积分
- 94
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 20
- 听众
- 收听
助理工程师
 
|
使用samba服务在客户机上挂载服务端的目录报错,如下:怎么解决?求助高手。
[root@localhost ~]# cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Mon Aug 10 11:22:19 2020
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/centos-root / xfs defaults 0 0
UUID=9fe31909-b656-4ffb-a78c-3027ae7bdaf8 /boot xfs defaults 0 0
/dev/mapper/centos-swap swap swap defaults 0 0
//192.168.233.145/database /database cifs credentials=/root/auth.smb 0 0
[root@localhost ~]# mount -a
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
[root@localhost ~]#
|
|