vps交流

linux 挂载smb 中文乱码


https://blog.csdn.net/sanpi329/article/details/110947924


iocharset=utf8

  1. mount -t cifs //192.168.123.x/home /mnt/remotes/192.168.123.x_home -o username=x,password=xxx,dir_mode=0777,file_mode=0777,iocharset=utf8
  2. mount -t cifs //192.168.123.x/home /mnt/remotes/192.168.123.x_home -o username=x,password=xxx,dir_mode=0777,file_mode=0777

复制代码