挂载samba/smb提示不支持的问题
挂载samba/smb提示不支持的问题
umount /nfs-files/pic mount -t cifs -o username="Share",password="xxx...",iocharset=utf8,dir_mode=0777,file_mode=0777 //121.43.161.147/Share /nfs-files/pic
查看日志提示:
正确的挂载方式
umount /nfs-files/pic mount -t cifs -o vers=2.0,username="Share",password="xxx...",iocharset=utf8,dir_mode=0777,file_mode=0777 //121.43.161.147/Share /nfs-files/pic
验证已正常挂载