Now it's time to share files in Ubuntu. After modifying the /etc/samba/smb.conf, I could see the shared folder from Nautilus, but not from Windows box. When I tried to access this folder from Windows box, I was prompted to input username and password, and my username/password is always rejected. The reason is that the system is asking for username/password of SAMBA, not u/p of Ubuntu. The solutions is to create a samba password:
sudo smbpasswd -a ben
After doing so, I can visit Ubuntu shared folder from Windows box.
No comments:
Post a Comment