๐ŸŒ
Ubuntu
ubuntu.com โ€บ tutorials โ€บ install-and-configure-samba
Install and Configure Samba | Ubuntu
A Samba file server enables file sharing across different operating systems over a network. It lets you access your desktop files from a laptop and share files with Windows and macOS users.
free software re-implementation of the SMB networking protocol
Samba is a free software implementation of the SMB networking protocol, and was originally developed by Andrew Tridgell. Samba provides file and print services for various Microsoft Windows clients and can integrate โ€ฆ Wikipedia
Factsheet
Release 1992; 34 years ago (1992)
Stable release 4.24.4
/ 30 June 2026
Written in C, Python
Factsheet
Release 1992; 34 years ago (1992)
Stable release 4.24.4
/ 30 June 2026
Written in C, Python
๐ŸŒ
Samba
samba.org
Samba - opening windows to a wider world
Samba is the most feature-rich Open Source implementation of the SMB and Active Directory protocols for Linux and UNIX-like systems ยท Samba provides secure, stable and fast file and print services for all clients using SMB and other AD protocols such as LDAP and Kerberos
Discussions

How do I find my samba share in Windows Explorer?
You need to map the network drive to the windows machine, you should be able to just put the ip address in \xxx.xxx.xxx.xxx\ format in your windows explorer 'url bar' and it should display any shares at that IP. Reading your description though, i'm sceptical that it will do anything productive... More on reddit.com
๐ŸŒ r/Proxmox
3
2
March 11, 2024
Samba share - safe on network?
Yep, it's only visible to your local network. I'd suggest changing the 'guest ok' line to 'no' though, if you're worried about people snooping through your stuff. You'll have to setup a login for the computers to login with if you do change that though. More on reddit.com
๐ŸŒ r/raspberry_pi
16
6
March 1, 2022
Samba is kicking my ass. Does someone have a "perfect" setup file that I could copy to ensure it will work? What does it take to get samba working?
Okay, this is a config for a simple single server that's not a member of an AD domain and is doing it's own internal username/password verification. It's taken from my home server, but it should be relevant for your needs. Some of the entries should no longer be needed (TCP_NODELAY for example) however I'm a believer of "if it aint broke..." You'll want to modify the share sections for what your shares are, and also modify the security modes etc to something a bit more secure once you've confirmed it's working. Also don't forget to run "smbpasswd" for each user that you want authenticated access for... [global] workgroup = CORP netbios name = FILESERVER server string = Linux Samba File Server map to guest = Bad User null passwords = Yes guest account = guest wins support = Yes client NTLMv2 auth = Yes log file = /var/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY IPTOS_LOWDELAY disable spools = Yes show add printer wizard = No preferred master = No domain master = No idmap uid = 15000-20000 idmap gid = 15000-20000 winbind use default domain = Yes dont descend = ./lost+found use sendfile = yes hide unreadable = yes hide files = /lost+found/ cache directory = /var/run/samba/locks/cache directory name cache size = 500 os level = 0 [Homes] comment = Home Directories read only = No hide files = /.*/lost+found/ browseable = No browsable = No [Fileshare] comment = A basic file share path = /srv/fileshare write list = user1, user2, user3, @group1, @group2 force create mode = 0666 force security mode = 0666 force directory mode = 0777 force directory security mode = 0777 guest ok = Yes hide special files = Yes hide files = /.*/lost+found/ dont descend = /lost+found More on reddit.com
๐ŸŒ r/linux
38
53
January 26, 2013
Is it a good idea to use Samba for sharing between Ubuntu and Windows 10
Yeah, used it for years. Just make sure you're not opening the Samba ports to the world - I mean, those ports aren't open on my router firewall but I still restrict the Samba ports to 192.168.1.* anyway on the Ubuntu firewall and Samba still required user authentication. More on reddit.com
๐ŸŒ r/Ubuntu
23
37
December 26, 2021
๐ŸŒ
Reddit
reddit.com โ€บ r/windowshelp โ€บ how do i set up a samba share in windows 10?
r/WindowsHelp on Reddit: How do I set up a samba share in windows 10?
December 19, 2025 -

I have looked up tutorials but they are all for Linux and I want to share files between my steamdeck and my windows laptop + NAS (Lenovo 330-15AST + Windows 10 home version 10.9.19045 build 19045) any help would be useful please and thank you I am trying to stretch this more to post.

๐ŸŒ
TechRepublic
techrepublic.com โ€บ home โ€บ networking
How to Use Samba File Sharing for Linux and Windows
November 6, 2025 - Samba has long been the go-to solution for organizations that need seamless interoperability between Linux and Windows. Itโ€™s free, open source, and fully compatible with Windows file sharing, allowing users across platforms to access the same network shares securely.
๐ŸŒ
OneUptime
oneuptime.com โ€บ home โ€บ blog โ€บ how to access samba shares from windows, mac, and linux
How to Access Samba Shares from Windows, Mac, and Linux
March 2, 2026 - Samba exposes file shares over the SMB protocol, which is natively supported on Windows and macOS and available on Linux through additional packages. Once your Ubuntu Samba server is configured, connecting from client machines involves a few ...
๐ŸŒ
Wikipedia
en.wikipedia.org โ€บ wiki โ€บ Samba_(software)
Samba (software) - Wikipedia
1 month ago - However, Tridgell got a trademark ... "SMBserver". The name "Samba" was derived by running the Unix command grep through the system dictionary looking for words that contained the letters S, M, and B, in that order (i.e. grep -i '^s.*m.*b' /usr/share/dict/words)....
๐ŸŒ
Red Hat
redhat.com โ€บ en โ€บ blog โ€บ samba-file-sharing
How to share files with Samba
December 9, 2025 - It uses the Server Message Block and Common Internet File System (SMB/CIFS) protocol, so the services created by running Samba are available to Linux, macOS, and Windows clients. It's an essential service to run in organizations that support multiple operating systems, and it's even useful on homogenous networks. It's not difficult to set up, and all you need is at least one server you want to designate as a file-share host (it doesn't have to be rack mounted and could even be a dedicated workstation).
Find elsewhere
๐ŸŒ
Microsoft Learn
learn.microsoft.com โ€บ en-us โ€บ windows-server โ€บ storage โ€บ file-server โ€บ file-server-smb-overview
What is SMB File Sharing for Windows and Windows Server? | Microsoft Learn
Both Windows Server and Windows client operating systems include the SMB client and SMB server components. Meaning a Windows client computer, such as Windows 11, can host file shares (acting as an SMB server) while also connecting to shares on other computers (acting as an SMB client).
๐ŸŒ
ArchWiki
wiki.archlinux.org โ€บ title โ€บ Samba
Samba - ArchWiki
May 26, 2026 - Since 1992, Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others. To share files through Samba, see #Server section; to access files shared through Samba on other ...
๐ŸŒ
Rocky Linux Documentation
docs.rockylinux.org โ€บ 10 โ€บ guides โ€บ file_sharing โ€บ samba_file_share
Samba Windows File Sharing - Documentation
If you are a seasoned Linux ... if you have not, Samba is the de facto open-source implementation of SMB to enable file sharing and Active Directory access from Linux machines to Windows networks. ... Replace /var/store with the directory to be shared....
๐ŸŒ
Chuck Carroll
chuck.is โ€บ samba
How to Set Up a Samba Share on a Linux Server | Chuck Carroll
August 21, 2024 - Create a new Samba File Server user with sudo smbpasswd -a [username] and enter a password. You first need to create a folder or choose an existing one to share, for example /home/[user]/share.
๐ŸŒ
Red Hat
redhat.com โ€บ en โ€บ blog โ€บ samba-windows-linux
Mounting and mapping shares between Windows and Linux with Samba
November 20, 2025 - Server Comment --------- ------- Workgroup Master --------- ------- SAMBA SAMBA-SERVER ยท Create a directory that we can use as our mount point. I'm going to create a directory under /mnt, but you can use any directory you would like to. You may need to configure SELinux on that directory. ... Now, mount the share.
๐ŸŒ
ZDNET
zdnet.com โ€บ home โ€บ tech โ€บ services & software โ€บ operating systems โ€บ linux
How to create Samba share on Linux for guests to access on your network | ZDNET
October 3, 2023 - Samba is a great way to share folders from your Linux desktop with other users on your network. For example, you might have documents that others need to access -- or perhaps you have photos, video, or just about any type of file to share.
๐ŸŒ
Webmin
webmin.com โ€บ documentation โ€บ samba windows file sharing
Samba Windows File Sharing | Webmin
May 28, 2023 - About The Samba Windows File Sharing ... Unix server available to Windows clients. Intro SMB (Server Message Block) is the protocol used by Windows systems to share files and printers across a network, just like the NFS and LPR protocols are used by Unix systems....
๐ŸŒ
Samba
samba.org โ€บ samba โ€บ docs โ€บ using_samba โ€บ ch01.html
Chapter 1. Learning the Samba
Samba is an extremely useful networking tool for anyone who has both Windows and Unix systems on his network. Running on a Unix system, it allows Windows to share files and printers on the Unix host, and it also allows Unix users to access resources shared by Windows systems.
๐ŸŒ
Solus
help.getsol.us โ€บ software โ€บ networking โ€บ samba file sharing
Samba File Sharing | Solus Help Center
January 26, 2025 - Samba is the standard Windows interoperability suite of programs for Linux and Unix. Among other things, it allows Linux, macOS and Windows users to share files via the Server Message Block (SMB) protocol.
๐ŸŒ
Substack
hakedev.substack.com โ€บ hake hardware โ€บ ubuntu samba share
Ubuntu Samba Share - Hake Hardware - Substack
September 26, 2024 - But if you want to share a specific folder inside that, or create a share on your OS drive, you need to create it. If using the OS drive, I suggest creating something under /media. I will be doing just that: ... By default folders created under /media are owned by root, but we will update the permissions to be appropriate for Samba later
๐ŸŒ
DigitalOcean
digitalocean.com โ€บ community โ€บ tutorials โ€บ how-to-set-up-a-samba-share-for-a-small-organization-on-ubuntu-16-04
How To Set Up a Samba Share For A Small Organization on Ubuntu 16.04 | DigitalOcean
May 11, 2018 - Samba is an open-source implementation of the SMB/CIFS networking protocol that is used in Windows environments for shared services such as file and printer โ€ฆ
๐ŸŒ
Reddit
reddit.com โ€บ r/proxmox โ€บ how do i find my samba share in windows explorer?
r/Proxmox on Reddit: How do I find my samba share in Windows Explorer?
March 11, 2024 -

Perpetually new user here. I followed a couple videos from Virtualize Everything and I think Iโ€™ve successfully formatted and mounted a hard drive, created a container on that hard drive with an Ubuntu template, and installed samba share in that container. Everything seemed to go as planned according to the videos, but honestly I understood maybe 20% of what I was doing. The container thing kinda makes my head spin.

I want to use this samba connection to transfer video files from my Windows machine to this newly mounted hard drive which will ultimately become my new Plex Server, but I canโ€™t locate it in Windows Explorer. When I did this on the pi for my old Plex Server the drives showed right up in the left column of Windows Explorer. It was more or less plug-n-play so I donโ€™t know where to begin to troubleshoot.

Please advise.