How to I create an open smb share on a Windows 7 box?

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 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?

1 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.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like