I have followed the PI instructions given here but my windows share will not auto mount after reboot.
I have inserted the following in /etc/fstab
//10.0.0.47/public/Media/Musik /home/pi/nas cifs username=myusername,password=mypassword 0 0
A manual mount after reboot like "sudo mount -t cifs -o username=myusername,password=mypassword //10.0.0.47/public/Media/Musik /home/pi/nas" work fine until next reboot of cause.
I am no expert in Linux :-(
What do I do wrong?
I have inserted the following in /etc/fstab
//10.0.0.47/public/Media/Musik /home/pi/nas cifs username=myusername,password=mypassword 0 0
A manual mount after reboot like "sudo mount -t cifs -o username=myusername,password=mypassword //10.0.0.47/public/Media/Musik /home/pi/nas" work fine until next reboot of cause.
I am no expert in Linux :-(
What do I do wrong?
Comment