Share Linux Folder with Windows PC over LAN or WiFi | SMB File Sharing @TechyDruid
Share Linux Folder with Windows PC over LAN or WiFi | SMB File Sharing  @TechyDruid
Uploaded March 2026 | Updated September 2026, 1 week ago
In this step-by-step tutorial, I show you how to share a Linux folder over a local network using Samba (SMB).

You’ll learn how to install Samba, create a shared folder in Ubuntu, configure it properly, and access it directly from Windows File Explorer using the IP address. This method works perfectly when both computers are connected to the same Wi-Fi network or router.

By the end of this video, you’ll be able to transfer files between Linux and Windows quickly and efficiently. For faster speeds, you can also use an Ethernet connection instead of Wi-Fi.

This guide is perfect for:
• Ubuntu to Windows file sharing
• Linux SMB/Samba setup
• Transfer files over LAN without internet
• Access Linux files from Windows
• Fast file transfer between two computers

👉 Install Samba on Ubuntu / Linux

sudo apt update
sudo apt install samba

👉 Configure Samba to Share the Folder

sudo nano /etc/samba/smb.conf

[Shared]
path = /home/USERNAME/Shared
browseable = yes
read only = no
writable = yes
guest ok = yes
force user = USERNAME
create mask = 0777
directory mask = 0777

👉 Restart the Samba Service

sudo systemctl restart smbd

\\IP_Address


If you found this helpful, don’t forget to like, share, and subscribe to Techy Druid for more useful tech tutorials 🚀
Share Linux Folder with Windows PC over LAN or WiFi | SMB File SharingHow to Use your Laptop as a Monitor via HDMIClean Install Nvidia Graphics Drivers using DDUFree Up HUGE Space on Windows 10 & 11Root Any Xiaomi, Redmi, or POCO Phone using MagiskBest Free Download Manager for Windows 2026 (Open-Source)Back Up and Restore an iPhone on Windows PC [with iTunes]Dual Boot Windows after Installing Ubuntu | UEFI | EFIWireless Android Screen Mirroring to PC | SCRCPY WiFiRemove Multiple Devices from Google Play StoreDon’t Buy a Console! Turn Your PC Into an Xbox Instead 🎮😱Install a Full Linux Desktop on Android — No Root
Techy Druid |

Share Linux Folder with Windows PC over LAN or WiFi | SMB File Sharing

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER