Linux下挂载samba共享文件夹

需要安装cifs-utils包:

yum install cifs-utils -y
mount -t cifs //ip/remote -o username=guozi,password=123456 /mnt

发表评论

滚动至顶部