Share Any Linux Folder with Windows Over LAN or Wi-Fi
Share Any Linux Folder with Windows Over LAN or Wi-Fi
Ever wanted to access your Linux files from a Windows PC without dealing with USB drives or cloud uploads? In this step-by-step tutorial, we show you how to share any folder on Linux with Windows over your local network (LAN) or Wi-Fi.
Whether you are running Ubuntu, Linux Mint, Debian, or Pop!_OS, we will walk you through setting up a fast, secure Samba network share so you can seamlessly transfer files between operating systems in seconds.
⏱️ Timestamps
0:00 – Introduction: Linux to Windows File Sharing
0:29 – Installing Samba Server on Linux
1:36 – Create Shared Folder
2:14 — Configuring the Shared Folder & Permissions
3:35 — Restart SAMBA And Enable Permanently
3:53 — Setup Username and Password
5:05 – Finding Your Linux Local IP Address
5:43 – Checking Your Network Settings (LAN vs. Wi-Fi)
6:46 – Accessing the Linux Folder from Windows Explorer
7:56 – Summary & Pro Tips
🔗 Useful Links & Resources
Official Samba Documentation:
Linux Terminal Commands used in this video:
👉 Install Samba on Ubuntu / Linux
sudo apt update
sudo apt upgrade
sudo apt install samba
👉 Configure Samba to Share Your Folder
sudo nano /etc/samba/smb.conf
[Shared]
path = /home/britec/Shared
browseable = yes
read only = no
writable = yes
guest ok = no
force user = britec
create mask = 0777
directory mask = 0777
ctrl + o
enter
ctrl + x
sudo systemctl restart smbd
sudo systemctl enable smbd
sudo smbpasswd -a britec
sudo ufw allow samba
If this video helped you bridge the gap between Linux and Windows, make sure to drop a LIKE, SUBSCRIBE for more cross-platform tech tutorials, and leave a comment if you run into any issues!
🔔 SUBSCRIBE for more:
——————————————————————————————
🛍 Support me with your Amazon purchases:
UK
US
Please note that as an Amazon Associate I earn a commission from any qualifying purchases that you may make through these links.
——————————————————————————————
❤️ Join Britec YouTube Members:
——————————————————————————————
📃Watch related playlists and videos
——————————————————————————————
📃Join us on DISCORD
——————————————————————————————
👕Check out our merch:
—————————————————————————————-
🐦Follow and interact with me on Twitter:
——————————————————————————————
✅Follow and interact with me on Facebook:
—————————————————————————————–
🎬 View my Website:
—————————————————————————————–
⚠️ Disclaimer: This video is for educational purposes only! Everything shown here is based on my own experience and research. Please do your own research and follow at your own risk. I’m not responsible for any damage, loss, or injury that may occur.
—————————————————————————————–
#LinuxToWindows #FileSharing #Samba #LinuxTutorial #Windows11 #Networking #TechTips #SysAdmin #Ubuntu #crossplatformplay
