How to automount a shared folder without user password. - Raspberry Pi Forums


i'm trying automount sared folder windows computer on raspberry pi , it's not working. first of it's not automounting on startup , second of can't mount shared folder @ all, when don't set password account on windows computer. i've tried before setting password , worked, don't know how without password.

followed tutorial , i've edited /etc/fstab , added following line:
//windowspc/share /mnt/mount-point cifs defaults,rw,username=yourusername,password=yourpassword 0 0
when comes checking automounted share $ df -h i'm not getting response in tutorial (blue line of code).

password set, mounting shared folder, after restart it's unmounted again. , said before want work without password, because don't use password on windows computer.

suggestions?

try replacing "password=yourpassword" "guest".

see http://linux.die.net/man/8/mount.cifs


raspberrypi



Comments