Questions tagged [rebuild]

30 questions
14
votes
1 answer

Reducing Linux Software RAID Rebuild Speed?

This may sound silly, but is there a way to intentionally reduce the speed of a rebuild in a Linux Software RAID? (Basically reducing the throughput of all of the disks so that it's not maxing out.) The RAID itself is just a bunch of drives…
David
  • 858
14
votes
2 answers

Formula to calculate probability of unrecoverable read error during RAID rebuild

I want to compare the reliability of different RAID systems with either consumer (URE/bit = 1e-14) or enterprise (URE/bit = 1e-15) drives. The formula to have the probability of success of a rebuild (ignoring mechanical problems, that I will take…
FarO
  • 1,968
8
votes
4 answers

How to rebuild a Li Ion laptop battery?

I have an aging Gateway NX560XL laptop. The battery is toast and a new one, even aftermarket, starts at $130. So, to experiment, I began tearing apart the old battery to see what can be done. I found it used 8 standard size 18650 Li Ion cells…
spoulson
  • 1,668
6
votes
1 answer

Remove Possible Smoke Damage from a Desktop Computer

I had a fire in my house last week. I have several home brew computers that look like they have not received any actual fire or water damage. I've heard that the acidic qualities of the smoke may also be an issue for the components of…
TedNewk
  • 71
4
votes
1 answer

Fail to re-build package with debuild

In order to build the package 'thunar' in debian-wheezy I did the following steps: sudo apt-get build-dep thunar sudo apt-get source thunar cd thunar-1.2.3/debian sudo debuild -uc -us Till here everything works fine. Some .dep packages are produced…
Alex
  • 180
3
votes
3 answers

System has reached the maximum size allowed for the system part of the registry

To be precise System has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored. WinXP/64 running fine for 2 years (no /3Gb switch), just started happening. I used ntregopt and the…
Bob Denny
  • 303
3
votes
4 answers

Worth upgrading old laptop to Windows 7?

I have an old laptop [c.2007 Sony Vaio 1gb(supports 2gb) 1.83ghz duo core 17" 160gb] currently running xp. I have never rebuilt from scratch and now it's running like a dog - I also suspect the HDD may be on its way…
adolf garlic
  • 2,155
2
votes
1 answer

Do single bit errors during raid 5 rebuild currpt the entire array?

Does a single bit error during a raid 5 rebuild break the entire array? if so, why? If a single block of data was corrupted/misread during the rebuild, would that not simply result in one block of corrupt data on the newly rebuilt drive?
Daniel
  • 577
2
votes
3 answers

New to building computers worried about temps

I'm new to building my own computers and I was wondering about maximum temperatures. I understand that the room temp can affect the computers temp but how relevent is it? I understand that if my room temp is 20°C none of my computer parts could be…
dave
  • 61
2
votes
2 answers

How do I REbuild OpenSuse kernels?

I am trying to install some patches and drivers needed for a wifi card, but im getting an error that says: "build your kernel with CONFIG_LIBIPW=m." How can I recompile the kernel to add that? And can I do it without having to download a new kernel…
ldabl
  • 97
2
votes
2 answers

Whats the best way to find out how which of your computer components fit together with which others?

My motherboard has recently decided to fry itself and I am now in a quandry. I do not know whether to buy a direct replacement motherboard or buy another one that all of my current components would fit (Processor,RAM, PSU etc). My question is, how…
Ben
  • 255
1
vote
3 answers

Can I remove a drive from a rebuilding RAID 5 system?

I want to know if I have a RAID 5 system that had a failed drive, I replaced it with the wrong drive and it started to rebuild. I need to know if I can pull that drive while it is rebuilding and replace it with a new (and correct) drive and expect…
SteveL
  • 21
1
vote
1 answer

Replacing a non-failing drive in a RAID-0 array

I have a Windows 7 machine booting on a RAID-0 pair of 500GB disks, controlled by an ICH9R. One of those was indicating an end-To-end SMART failure, so I added a spare disk as a temporary workaround, before receiving another to replace the failing…
1
vote
3 answers

Activate OEM Windows XP after upgrading HDD and reinstalling

I have a Dell Inspiron 6400 laptop that's a few years old. I've just bought a new 320GB HDD for it, and am looking to rebuild it. I still have the OEM DVDs from Dell that Windows XP was installed with, but I'm concerned that it won't activate with…
1
vote
1 answer

raid-1: increase rebuild speed on current rebuild

I see my raid-1 array rebuilding (first time after adding 2nd partition) and want to increase speed SO I set echo 100000 > /proc/sys/dev/raid/speed_limit_min echo 400000 > /proc/sys/dev/raid/speed_limit_max but it's still around 18000 K/s md1 :…
groovehunter
  • 338
  • 5
  • 18
1
2