Created
December 3, 2023 06:15
-
-
Save tabrez/5b9533d81c4d68724890e375c9c32261 to your computer and use it in GitHub Desktop.
fstab entries to mount samba and nfs shares
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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