I have ubuntu 15.10 installed on two PCs.
On PC A I have shared the /home folder (as a result samba + other were installed automatically).
From PC B I can see the folder but when I try to open it I just get this greyed out screen:
Before getting that screen I did select Registered User and typed the user and password for the user I use to login to PC A.
How do I access the shared folder from PC B?
Is there some mandatory checklist that I need to go through to make this work, since it apparently is not something that works out of the box?
I made it work using this guide: https://help.ubuntu.com/community/How%20to%20Create%20a%20Network%20Share%20Via%20Samba%20Via%20CLI%20(Command-line%20interface/Linux%20Terminal)%20-%20Uncomplicated,%20Simple%20and%20Brief%20Way!
And connecting using this guide: https://help.ubuntu.com/community/Samba/SambaClientGuide
Do you configure correctly :
adduser john
addgroup users
sudo chown -R john:users folder
sudo chmod -R 0770 folder/
sudo nano /etc/samba/smb.conf
And add following lines:
/etc/init.d/samba restart
sudo usermod -a -G users john
sudo smbpasswd -a john