Forum
Unused external disk led blinking - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: Unused external disk led blinking (/thread-2445.html)



Unused external disk led blinking - effemmeffe - 27th Aug, 2014 10:34 PM

I have an usb external powered hard disk connected to my pi and even if the disk is not in use i.e. there is no pi activity that uses that disk I still see the disk led blinking at ~1 second rate. What colud it be that keeps the disk busy? What should I check? All my tv and movie sources are on another disk right now.


RE: Unused external disk led blinking - IriDium - 28th Aug, 2014 02:45 AM

I'm pretty sure this is normal activity - it shows that the USB drive is connected. To check the actual activity, install something like, nmon and check the usage. I'm sure it will be zero activity and nothing to be concerned about.


RE: Unused external disk led blinking - effemmeffe - 28th Aug, 2014 05:07 AM

Thanks. I'm not concerned, the only problem is that the hd is behind the tv and I see the blue led blinking while I watch a movie and I'd rather try to turn it off via software than by putting something in front of it if possible...


RE: Unused external disk led blinking - josch - 29th Aug, 2014 04:00 PM

As I know, the LEDs on external hard disks are controlled by their firmwares. So, if you don't
have a custom firmware or an appropriate option that comes with your hard disk, you won't
be able to disable any LED on it.

My tip:
If you don't want to destroy the annoying LED, then just use a small piece of some thick tape, to tape the light shut. Wink


RE: Unused external disk led blinking - f1vefour - 31st Aug, 2014 01:09 AM

I don't know if this is still an issue but the splash daemon used to cause this to happen.


RE: Unused external disk led blinking - mk01 - 18th Dec, 2014 12:54 AM

@f1vefour

in March-2013 Wink


RE: Unused external disk led blinking - effemmeffe - 18th Dec, 2014 02:19 AM

Actually it's still an issue, every information about it would be helpful. I'll check what is the splash daemon.


RE: Unused external disk led blinking - mk01 - 18th Dec, 2014 02:27 AM

@effemmeffe

believe me. it is not related.
back in 2013 splash daemon and control process communicated via mmaped file opened on SDcard (root partition). so each byte transfer between them (although mem-to-mem), was generating workload at storage subsystem and even cpu load via constant interrupts handling .

not even was that fixed (still back in 2013), but current splash daemon process IS a different software, using different way - net socks.


RE: Unused external disk led blinking - IriDium - 18th Dec, 2014 02:37 AM

(18th Dec, 2014 02:19 AM)effemmeffe Wrote:  Actually it's still an issue, every information about it would be helpful. I'll check what is the splash daemon.

I've used plenty of USB drives WD, Seagate and have not had this issue. Yes the light stays on when connected but only flashes when in use.

It sounds to me, that something is accessing the disk.

1) Install nmon (sudo apt-get install -y nmon) then #nmon. Press D. With the RPi idle check the output on /dev/sdyxx. Where y is your external drive.

If there is activity, then check "top" for any process that is using /dev/sdyxx

If nothing, install iotop and check the output.

I've a feeling it is an addon that is causing the problem - if there is one

BTW: What external HDD are you using?


RE: Unused external disk led blinking - effemmeffe - 18th Dec, 2014 06:59 AM

@mk01 I thougth you were referring to the date of my old message when you wrote 2013, I didn't checked the actual date.


RE: Unused external disk led blinking - mk01 - 18th Dec, 2014 07:01 AM

Big Grin