Skip to content
Syed Sayem edited this page May 16, 2019 · 1 revision

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.

 

Install

sudo pacman -Syu gvfs
sudo pacman -Syu gvfs-smb
sudo pacman -Syu nmap smclient
sudo pacman -Syu avahi

Enable Samba

Enable and start Avahi
sudo systemctl enable avahi-daemon.service
sudo systemctl start avahi-daemon.service
Clone this wiki locally