Linux – How to create an open smb share on a Windows 7 box

linuxmacossambasmbwindows 7

I have a Windows 7 (Home Premium if that matters) box witch I want to set up a SMB share on for a network media player to play videos from. Ideally I would like this to be open so it can be copied into from any computer on the network (both MacOS and Linux).

Following this http://www.howtogeek.com/howto/windows-7/share-files-and-printers-between-windows-7-and-xp/ I've chosen the option to "Turn on sharing so anyone with network access can read and write files in the Public folders.". However when I try to write to smb://winbox/videos/ (assuming that is the Public Video folder) on Linux it gives me a Permission denied (Linux can read the files).

How to I set up an smb share on Windows 7 that can be written to by Linux/MacOS?

Best Answer

One thing the guide you linked to forgot to mention was permissions on the shared folder. Right click the folder you're sharing, then go to:

Properties > Sharing > Advanced Sharing > Permissions > Add > "Anonymous Logon" > Check Names > OK > Check Full Control > Apply > OK > Apply > OK > Close.

Related Question