Hello i have a network disk and i like to mount it at raspberry.
I added this line in /etc/fstab:
//192.168.1.100/Public /mnt/western cifs guest 0 0
Then i run in terminal sudo mount -a and work perfect, the network disk is mounted, i can read, i can write, all is ok.
The problem is that disk don’t mount at startup.
I think that the problem are the permissions, but i don’t know how to fix it
Can anyone help me?
Sorry for my english