Complete Ubuntu 24.04 File Sharing Tutorial (GUI & Command Line)

Опубликовано: 08 Июнь 2026
на канале: viper in Minokamo
20,377
64

【File Sharing Setup on Ubuntu 24.04 LTS】
⚠️ IMPORTANT NOTE ⚠️
As of April 2024, Ubuntu 24.04 LTS desktop environment does not support GUI-based file sharing configuration out of the box. This video demonstrates how to enable it by installing the necessary packages.
We anticipate that future updates may introduce direct file sharing configuration through the right-click menu. This feedback to the Ubuntu community might help improve the user experience in upcoming updates.

【Required Commands】
sudo apt install nautilus-share
sudo usermod -a -G sambashare $USER
sudo smbpasswd -a $USER
sudo systemctl restart smbd
sudo chown root:sambashare /var/lib/samba/usershares
sudo chmod 1770 /var/lib/samba/usershares
nautilus -q (※requires restart)

【Video Contents】
How to set up Windows shared folders on Ubuntu 24.04 LTS
Common errors and their solutions
Accessing Ubuntu shared folders from Windows
Security-focused configuration tips

【Environment】
Ubuntu 24.04 LTS Desktop
Windows 10/11

【Prerequisites】
Both computers must be on the same network
Basic understanding of terminal commands
Administrator privileges on both systems

Questions and comments are welcome below!
#Ubuntu #Linux #Windows #FileSharing #TechTutorial

Related Links:

wsdd2 Repository
https://github.com/Netgear/wsdd2

File Sharing Between Linux (Ubuntu) and Windows for "Beginners, Introduction"
   • Linux(Ubuntu)とWindowsでファイル共有「初心者、入門」  

File Sharing Between Linux (Black Screen) and Windows (tcp445, tcp139)
   • File sharing between Linux and Windows[NFS...  

Detailed Explanation
https://betelgeuse.work/linux-windows...