Un partage Samba (SMB) fonctionnel sur Linux Mint

time6 mo agoview5 views

CONFIGURATION UTILISÉE DURANT LA VIDÉO

sudo mkdir -p /home/bbl_share sudo chmod 777 /home/bbl_share

sudo nano /etc/samba/smb.conf

Change this to the workgroup/NT-domain name your Samba server will part of

workgroup = WORKGROUP netbios name = MINT20 client max protocol = default client min protocol = NT1 server max protocol = SMB3 server min protocol = NT1

[bbl_share] path=/home/bbl_share writable=yes guest ok=yes create mode=0777 directory mode=0777

sudo apt update sudo apt install samba

Loading comments...