Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 699

Mounting a WD Livebook share on raspberry Pi using fstab

$
0
0

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


Viewing all articles
Browse latest Browse all 699

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>