Let me tell you it was a serious Faceplam moment once I figured it out.
It turns out when you build the RAID you can just configure whatever size you want under the handy Array Size option. UGH!! How easy is that!?!?
Oh god it hurts.
Seems like 2TB would be more than enough storage on your boot volume. Well turns out it's all you get no matter what you want!
As you may have noticed these machines I’ve been testing and building this week have been built for high performance.
I’ve been discussing the RAID configuration which involves 6 x 2TB drives. This insane amount of storage has been configured in RAID10. Performance is good and we’ve got some redundancy which is nice.
The problem is when once we get the OS up and running we can only address the first 2TB of disk leaving the remaining 4TB in an unreachable limbo!
This is because the OS is booting from a MBR drive. The MBR system is old. It’s limited to 4 partitions and 2TB of space.
We really want the disk to be a GPT Disk so we can use the rest of disk. But as far as I’ve searched I’ve not discovered how to create a GPT disk at install or convert the System disk from MBR to GPT. I mentioned this issue in a previous post but all week I’ve assumed it’d be easy to resolve.
Turns out your hardware needs to support EFI booting. EFI is the new BIOS. It looks useful here’s a video on the Pre OS environment in windows that is interesting and elaborates on the topic in in a relevant way.
The bummer is the machines I'm working with are BIOS based and thus only boot from MBR.So right now I’ve got a 6TB volume of which I can address on the first 2TB. The research is continuing.
Simple no?
Ok here's what I would do if I had a Hyper-V server built and waiting...
Total time for the job is 90 - 150 minutes depending on image size (and levels of WIN bathing)
NOTE
Clearly in a DR situation this procedure does TRIPLE the time it takes to restore a ShadowProtect image. So the time it takes to set this up and shrink any images needs to be weighed against the time it would take to rebuild the server from scratch.
Also there's no reason this HAS to be done in a VM... If you've got plenty of BIG disks spare this would work just as well on real hardware (with the exception of RAID controller driver issues for both ShadowProtect and GPartED)
OR... if you restore to VMware:
Just make the virtual disk size as big as you need and specify it NOT to use all space up front.
Shadowprotect will be able to restore into the large disk, but it will not take up all the disk space on your host's hdd.
Update
Or you could just do this; http://www.storagecraft.com/kb/questions.php?questionid=88
This snap from HD Tune Pro clearly indicates the performance “sweet spot” for a 250GB WD drive. Looks like it’s about the first 90GB.
As far as I can tell there’s not much more to it than that. I grabbed a couple WD250GB drives and ran them through several tests in different configurations. I consistently measured write speeds at around 150MB/s in all the configurations (I have a feeling OPUS is reporting read speed).
The interesting thing to note is that size of the striped volume made no difference performance as long as the data was in the first 90GB. When we tested “The Rest” at the back end of the disk, things started slowing down, just like in the graph.
The thing is some of the Short Stoking Guides you’ll find online will imply you should only use the outer edge of your disk and not touch the rest. I believe it should be fine to use the rest of the disk as long as it is used for non time critical data, that won’t be accessed when you are using the high performance section of your drive for productivity (IE Gaming), a good candidate for that may be the pr0n folder.
So yeah it’s not a magic bullet. Simply put if you require fast access to data, keep it at the beginning of the drive.
You shouldn’t need to jump through hoops with third party RAID or hard disk management tools (all my testing was with software RAID in Windows).
I recommend putting in some effort to find out what the sweet spot of your drive is, then leverage that with intelligent partitioning. All this “Short Stroking” carry on is pretty much a load of wank!