- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Share Linux Folder with Windows PC over LAN or WiFi | SMB File Sharing
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 Sharing канала Techy Druid
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 Sharing канала Techy Druid
Комментарии отсутствуют
Информация о видео
23 марта 2026 г. 12:04:01
00:05:08
Другие видео канала




![Boot Multiple ISOs From Hard Drive or SSD [No USB]](https://i.ytimg.com/vi/6hOKoJgBvlQ/default.jpg)

![How to Mirror Phone Screen to Windows PC [Wireless & No Software]](https://i.ytimg.com/vi/GVdCbVqj97c/default.jpg)
![Build Your Own NAS with TrueNAS SCALE [Access over Internet]](https://i.ytimg.com/vi/KPqYjB9jq-o/default.jpg)












