3
Does anyone know what would happen if an external hard drive that was part of a set of spanned discs was powered off whilst the computer was running? Also what would happen if it was turned off before the computer booted and windows couldn't find it?
Would the whole virtual drive just disappear from my computer and re-appear again afterwards when all the discs are available or would it break it?
I'm using windows 7 ultimate.
Thanks.
What would happen if there was a power cut or I had to do a hard reset? Is the chance of data loss roughly the same as the chance with one drive (which I presume is relatively low) or is there a very high chance of loosing things? It's bound to get a bsod or completely lock up some time. Thanks. – Tom Jenkinson – 2012-06-10T21:12:35.787
1Even in a normal set up you may lose data as in the write process as it may be in the disk's cache. In spanning (not striping) the risk of losing data is probably no greater during a power fail. However I must agree with Zac B, it is dangerous and doing it with external volumes is even worse especially as USB can also throw a fit and disconnect at times. If you want data to be safe and are doing it cheaply either use RAID1 and/or regular backups. Spanning, Striping and distributed RAID is risky especially with external drives, cheap drives or cheap controllers. – Paul Ridgway – 2012-06-10T22:33:03.773
With any sort of live parity (like RAID1), the risk of corruption in the event of a power loss is the same as if you had one disk: if a boot-critical file is in the process of being rewritten when you lose power, it's partially written on both RAID disks, same as it would be on just one disk. That's why half of any good disaster recovery plan is good backups that are taken offline and kept in case of corruption. – Zac B – 2012-06-11T18:08:37.500
Also, even for small desktop environments, a good UPS that will give you the 5 or 6 minutes you need to save all of your open files and shut down is a really great asset. You can get one cheaply, and in many cases can even interface the computer with it to initiate a soft shutdown in the event of a power loss. – Zac B – 2012-06-11T18:08:48.623