I have managed to successfully mount a WD Livebook share (called tv with Public access) using the following command:
sudo mount -t cifs -o credentials=/smb-credentials,dir_mode=0777,file_mode=0777,rw,soft,sec=ntlm,vers=1.0 //192.168.0.18/tv /home/pi/livebook
However, I would like to do this automatically by amending /etc/fstab. But doing that just doesn't seem to work. Here is the line I added to the fstab file:
//192.168.0.18/tv /home/pi/livebook cifs credentials=/smb-credentials,dir_mode=0777,file_mode=0777,rw,soft,sec=ntlm,vers=1.0 0 0
Help would be much appreciated. I'm new to this but have got shares on a WDMirror mounting automatically but not with the WDLiveBook? Seems very odd.
Cheers
Andre