RobbH wrote: 
> Before I switched to SSD, I had problems like this. Not a lot,
> necessarily, but more than now. One thing that seemed to help while I
> was still using a HDD was running a command to write something trivial
> to the problem disk every two minutes, while music was playing. This
> works in Linux:
> 
> > 
Code:
--------------------
  >   > while true; do echo "$(date)" > "<PROBLEM_DRIVE>/keepawake.txt"; sleep 
120; done &
--------------------
> > 
> 
> That simply writes the current date and time to the root directory of
> the drive every two minutes.

Thanks RobbH,

In the Linux forum, i have been advised to try to change some
Squeezelite buffer settings back to default and also reverse back to LMS
7.9.3/4. I will give that a shot first. 
If the problem isn't solved, i'll try your command line :)


------------------------------------------------------------------------
dkskl's Profile: http://forums.slimdevices.com/member.php?userid=69538
View this thread: http://forums.slimdevices.com/showthread.php?t=112723

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to