castalla wrote: 
> Update to LMS install
> -----------------------------
> 
> I noticed after sometime that the usual method of mounting a NAS share
> by adding to the fstab file doesn't actually work.  If you use mount -a
> at the command line then the mount works.   I can't find any workaround
> within fstab itself to fix this.  
> 
> After a lot of trial and error, I finally hit on a 'solution'
> 
> Creat an executable script file with the mount command in it.  Use cron
> to run the script at boot.   It works.
> 
> Joggler LMS back up and running !

Just for the record: I stated earlier that my setup does not need the
above... wrong - I overlooked that the mount did not survive a
reboot...

-> To make the mount (in /etc/fstab: add //192.168.xxx.xxx/station
/mnt/diskstation cifs password=yourpassword,iocharset=utf8,file_mode=077
7,dir_mode=0777,rw,mand 0 0) permanent, I also have to add this line to
crontab:

@reboot /bin/bash -c 'sleep 30 && /bin/mount -a'



LMS 8 on Open Peak Joggler (SqueezePlay OS)
Player: 5 x Squeezebox Classic, Slimp3, SqueezeAmp
2nd System: PiCorePlayer (and LMS) on Pi Zero;
------------------------------------------------------------------------
slimhase's Profile: http://forums.slimdevices.com/member.php?userid=31958
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to