Skip to content

Instantly share code, notes, and snippets.

@neerajadsul
Last active April 8, 2024 13:28
Show Gist options
  • Save neerajadsul/eaee7d6d128085f8f09a596d94dbc351 to your computer and use it in GitHub Desktop.
Save neerajadsul/eaee7d6d128085f8f09a596d94dbc351 to your computer and use it in GitHub Desktop.
Fstab Config for Mounting SMB Share from Unraid to Ubuntu 22.04
//UNRAID.local/network_share /mnt/network_share cifs username=userK,password=guesswho,iocharset=utf8,rw,uid=1000,gid=1000,nounix,file_mode=0777,dir_mode=0777 0 0
# Hints from https://forums.unraid.net/topic/71986-solved-automounting-shares-in-linux-with-fstab-not-working/
# Once added `sudo umount /mnt/network_share` followed by `sudo mount /mnt/network_share'
# Also make sure to set read/write permission for `userK` in settings for the share
# This is using SMB in Private Mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment