One of the principal negatives I've been reading about Storage Spaces is the poor performance of parity-protected volumes. Having used UnRaid for some time, I'm quite used to the performance limitations of parity-protection and am quite happy to live with this in my use case (serving media files) as it's mostly about reading data and the benefits of parity protection in terms of maximising disk space usage and resilience are important factors to me.
However, I'm interested in the performance I'm getting and finding ways of improving access speeds and so have conducted some tests to benchmark the current system and have a way of determining the efficacy of any future improvements.
A blog about building a smart-house automation, media storage and playback systems centered on Windows Server 8.
Saturday, 14 April 2012
Friday, 13 April 2012
UnRaid is a tough old cookie
![]() |
| The Reconfigured UnRaid |
As part of this process, I also downgraded the hardware from an i3 based CPU & motherboard to an old Dual Xeon config with PCI-X SATA card.
So, having removed three of six 1TB drives from the UnRaid system and replaced them with the 500GB drives, replaced the CPU & motherboard and completely changed the way the drives were connected to the system, to my utter amazement, the UnRaid system booted perfectly on the new hardware and furthermore, a lot of my data was still accessible!
Of course, anything that resided on the 3x removed drives was gone but a remarkable amount of stuff was still there. In fact, it proved somewhat difficult to erase the entire system and get back to a fresh, empty UnRaid.
I'm impressed that the system was so resilient and am happy to continue using it for my work archive now that I've seen how it reacts to catastrophic events!
Thursday, 12 April 2012
Comparing directory contents using PowerShell
In transferring files to and from Windows Server 8 storage spaces, I found myself needing to compare source and target directories to determine if any had not copied correctly.
I could have used something like WinDiff but having been using Linux for a while, thought there should be a command line way to do it :-)
Here's what I found to work;
I could have used something like WinDiff but having been using Linux for a while, thought there should be a command line way to do it :-)
Here's what I found to work;
$d1 = get-childitem -name -path F:/from/directory -recurse
$d2 = get-childitem -name -path T:/target/directory -recurse
compare-object $d1 $d2
I'll just be a minute dear....
![]() |
| This should have been easy! |
My task was to extend my storage pool on Windows Server 8. What should have been a 5 minute operation turned into days of hacking and frustration. But I got there in the end.
My motherboard provides 6x SATA connectors on the board itself along with a single (2 channel) PATA connector and some free PCIe slots.
To get the server up and running, I had connected 3x 1TB drives to the onboard SATA ports and had configured them in a Storage Pool. The OS was installed to a 500GB IDE drive and a DVD ROM was also on the IDE channel.
This ran great but when I set about adding drives to extend the storage pool, things started going seriously downhill.
Friday, 6 April 2012
Whole House Audio - Step 1
| SqueezeBox Radio |
- I've invested in some hardware (Squeezebox II & Squeezebox Radio)
- The SqueezeServer (now Logitech Media Center) Software is flexible & mature
- There are software players available as well as the command line SqueezeSlave
Based on all of the above, I'm happy to stick with the system for my DIY whole house audio set up and want to get it configured on the MediaServer8. First step is getting the SqueezeServer software installed...
Thursday, 5 April 2012
Intel Graphics really do leave a lot to be desired
| Sapphire HD 4350 |
I'd configured the machine with the onboard X3500 graphics which provide HDMI and VGA outputs. With the HDMI connected to my Sony Bravia and with the latest Intel drivers, no settings in driver control panel or inside Plex seemed to have any affect.
I decided to try a discrete video card to confirm whether or not it's a problem with the intel video chipset.
Subscribe to:
Posts (Atom)


