Skip to main content

Samba Client CIFS

https://www.thomas-krenn.com/en/wiki/Mounting_a_Windows_Share_in_Linux

sudo apt-get install cifs-utils
mount -t cifs //192.168.1.100/freigabe /mnt -o user=testuser

For permanent mount

http://timlehr.com/auto-mount-samba-cifs-shares-via-fstab-on-linux/

    .smb
    user=docker
    password=pass
    domain=madsprite.com
    
      /etc/fstab
      //192.168.0.5/media /mnt/media cifs uid=0,credentials=/root/.smb,iocharset=utf8,vers=3.0,noperm,nofail 0 0