I am trying to mount a network drive on startup. Everytime it asks for a password. How can I mount my network drive without filling in the password?
I have created a new mount in /etc/fstab:
Code: Select all
//192.168.1.5/ /mnt/mediabox cifs noauto 0 0Code: Select all
mount /mnt/mediabox