安装samba
sudo apt-get insall samba
sudo apt-get install smbfs
建立目录
/home/samba chmod 777 /home/samba
将smb.conf配置文件改为
[global] workgroup = flyteam security = share guest ok = yes display charset=UTF-8 unix charset=UTF-8 [share] path = /home/samba browseable = yes writeable = yes
重启samba
/etc/init.d/samba restart
3138

被折叠的 条评论
为什么被折叠?



