Skip to content

Instantly share code, notes, and snippets.

@tabrez
Created December 3, 2023 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tabrez/5b9533d81c4d68724890e375c9c32261 to your computer and use it in GitHub Desktop.
Save tabrez/5b9533d81c4d68724890e375c9c32261 to your computer and use it in GitHub Desktop.
fstab entries to mount samba and nfs shares
//192.168.2.133/smb /home/tabrez/smb cifs credentials=/home/tabrez/smb_creds,guest,file_mode=0644,dir_mode=0755,uid=1000,gid=1000 0 0
192.168.2.133:/mnt/truenas/nfs /home/tabrez/nfs nfs defaults,timeo=800,retrans=5,_netdev 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment