Skip to content

Instantly share code, notes, and snippets.

@pulketo
Created July 1, 2021 20:29
Show Gist options
  • Save pulketo/b0fc67fcd42e1db021d090d60edb1bcc to your computer and use it in GitHub Desktop.
Save pulketo/b0fc67fcd42e1db021d090d60edb1bcc to your computer and use it in GitHub Desktop.
etc fstab samba smb mount en linux
//10.x.y.z/Direcotorio\040con-espacios /dir-en-linux cifs credentials=/var/tmp/.smbcred,domain=DOMINIO,iocharset=utf8,sec=ntlm,vers=1.0 0 0
------
/var/tmp/.smbcred
-
username=mamartinez
password=xxxxxxxxx
------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment