Skip to content

Commit

Permalink
Update setup-fstab.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedyoda authored May 7, 2024
1 parent f6f09ed commit 80cbc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fstab-setup/setup-fstab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir naspublic-share2

# Echo the command below into the file /etc/fstab
echo '//nas/public /media/naspublic cifs vers=2.0,username=admin,password=$PASSWORD,file_mode=0777,dir_mode=0777,_netdev,auto 0 0
//nas/DownloadedMedia /media/nasdownloadedmedia cifs vers=2.0,username=admin,password=$PASSWORD,file_mode=0777,dir_mode=0777,_netdev,auto 0 0
//nas/DownloadedMedia /media/nasmedia cifs vers=2.0,username=admin,password=$PASSWORD,file_mode=0777,dir_mode=0777,_netdev,auto 0 0
//nas/public-share2 /media/naspublic-share2 cifs vers=2.0,username=admin,password=$PASSWORD,file_mode=0777,dir_mode=0777,_netdev,auto 0 0' | sudo tee -a /etc/fstab

# Mount the file systems
Expand Down

0 comments on commit 80cbc89

Please sign in to comment.