Samba
Server
Install
sudo apt install samba
Configure
See /etc/samba/smb.cnf
You must add samba users manually!
sudo smbpasswd -a m
After making changes, restart:
sudo service smbd restart
Client
See /etc/fstab on any lan box.
sudo apt install samba
See /etc/samba/smb.cnf
You must add samba users manually!
sudo smbpasswd -a m
After making changes, restart:
sudo service smbd restart
See /etc/fstab on any lan box.