Jump to content

what are you running now? (so that I could type the CLI commands to set it up)

 

anyway, what you need to install is the samba-package. Samba or SMB is the windows file server/client component.

 

search for "samba" in your package manager and install.

 

After that it will just work, except when you don't have SMB allowed in your firewall for instance.

You need two things coming through in your firewall to drag and drop from/to windows governed network volumes: basic network tools and samba.

Link to post
Share on other sites

what are you running now? (so that I could type the CLI commands to set it up)

 

anyway, what you need to install is the samba-package. Samba or SMB is the windows file server/client component.

 

search for "samba" in your package manager and install.

 

After that it will just work, except when you don't have SMB allowed in your firewall for instance.

You need two things coming through in your firewall to drag and drop from/to windows governed network volumes: basic network tools and samba.

Right now I'm running ZorinOS. I installed Samba through package manager. It shows my windows network but it says 0 bytes over there. Even though i have shared stuff.

Link to post
Share on other sites

I could post you an smb.conf file if you tell me what features you want in it, I'm obviously not posting my smb.conf, as you don't need to know my workgroup or the services that are active or the way and sequence NetBIOS is resolved or not resolved LOL.

You may do as you wish. 

Good luck.

Link to post
Share on other sites

1. Change security = user in /etc/samba/smb.conf.

2. Run smbpasswd $username, username needs to exist on the Linux server.

3. Restart samba, /etc/init.d/samba restart

4. Monitor log: tail -f /var/log/samba/log.smbd 

5. Try connecting from windows machine.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×