Results 1 to 4 of 4
I finally got my new Debian server up and running. However, I have one last problem. Once the system is finished booting, the hard drive activity light on the case ...
- 07-25-2008 #1Linux Newbie
- Join Date
- Aug 2005
- Location
- Sterling, VA
- Posts
- 100
Disk Utilization
I finally got my new Debian server up and running. However, I have one last problem. Once the system is finished booting, the hard drive activity light on the case is on solid. I can not figure out why. This is only my second experience using a software raid though. It may have something to do with that.
The ps command shows that the md1_raid5 process is using 10-15% of the processor. But that is probably normal if something is reading/writing to disk.
Does anybody know of a way for me to figure out what is going on? My main concern here is that I am going to quickly burn out my hard drives. This is for a web server that I am using to host for someone else, so it needs to be stable.
Thanks,
Dave- EndianX -
- 07-25-2008 #2
you may have connected the hd light of the case backwards on the motherboard, which would cause it to work opposite how it should
- 07-25-2008 #3Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
If you just installed, the md driver is building your RAID5 set.
Look at the status of the RAID set:
You will likely see something like syncing/building/whatever and a progress meter.Code:cat /proc/mdstat
You may also want to read this.
- 08-04-2008 #4Linux Newbie
- Join Date
- Aug 2005
- Location
- Sterling, VA
- Posts
- 100
Thank you both very much for the replies. I think you are right. It was building the RAID set. I left it alone for a night and by morning it was working as expected.
I have much to learn about RAID management.- EndianX -


Reply With Quote