Hi all,
I try to mount a network drive for NCP backup purposes. My /etc/fstab looks like the following:
//192.168.188.1/fritz.nas/320GB/NextcloudPi_Backup /media/fritznas cifs defaults,credentials=/home/pi/.smbcredentials,uid=1000,gid=1000,_netdev,vers=1.0 0 0
when manually mounting with
sudo mount -av
it works properly.
But when rebooting the share is not mounted. I don’t understand why…