iimuz
6/15/2018 - 1:00 AM

CIFS mount command

CIFS mount command

sudo apt install -y --no-install-recommends cifs-utils
sudo mount -t cifs -o uid=1000,gid=1000,user=username,domain=domainname,vers=2.1 src dst