An alternative to Drobo. The MediaSonic StarTech HFR2-SU3S2 ProRaid USB 3
Being a photographer, storage is incredibly important; storage that can expand and offer protecting is crucial.
When it comes to direct access storage devices that offer built in disk failure redundancy features and multi drive capabilities the biggest name is Drobo by Data Robotics.

However, I lived with a Drobo V2 for just over a year. This version had the USB2 and Firewire 800 interfaces. In the beginning it was great. Drobo was small, quiet and kept my files safe and protected. But I was soon wanting more from the diminutive device. I needed faster random access, faster sequential data throughput and finally I wanted an transfer interface that wasn’t based on 10 year old technology (USB and FireWire). So it was time to move on and I sold it.
18 months later there was a Drobo shaped space next on my desk. I still wanted all those features which the Drobo couldn’t offer. I looked at the Drobo’s newer siblings; the Drobo S and Drobo FS but reviews slated them for the slow speed and their inadequate ability to maximize their eSata and USB 3 interfaces. Plus they were notoriously expensive.
The search continued for many months when I stumbled on a small device from MediaSonic for around £100 (approx $160 US).
The device has a very silly name, it’s called the HFR2-SU3S2. Even with the silly name it does have a lot features. It has an eSata and USB 3 interface, 4 drive bays and a choice of RAID 0, 1,5 and 10.




This is how I’ve configured it:
- Three 2TB Western Digital drive at 5200RPM
- USB 3 interface
- RAID 5 configuration giving me 4TB of usable storage
Using the USB 3 interface it’s as speedy as any SATA drive in my PC; I was hoping it would be faster since I have it configured in RAID 5. I was expected higher performance since the data is spread across the three 2TB drives I have installed but without doubt the results are faster than the Drobos.
There is no software provided and the instructions are short; however this was not an issue for myself as I have a lot of experience with these devices, but I can imagine it would be a bit intimidating for the absolute beginner.
I have read other comments about the HFR2-SU3S2 being quite noisy; I have found it to be very quiet. It is by no means silent. I would describe the noise level to be on the ‘very quiet’ scale. I set the fans on auto and it just does the rest!

In the box, you get a USB3 and a eSATA cable. Both are quite short so if you plan on having the unit on your desk and your computer is underneath your desk, then you may have to purchase a longer lead like I did. I got a 2m eSATA cable for only £2.00
The lights on the front are bright but not distracting. When the drives are being accessed the activity lights turn purple. There have been comments from other users saying it’s too bright but I disagree. While they are noticeable on my desk they don’t annoy me.
Overall, this is a magnificent little device that has little compromise when compared to the more expensive Drobo. The only limitation I see is all the drives have to be matched (you can mix up manufacturers and sizes on the Drobo).
Buy it, it’s cheap and offers an expandable means of storage with redundancy.
I was reading through your posts and wanted to comment and point something out that I see people do far to often, and that is to consider a RAID as a backup. Its not. RAID is for speed and HA (high availability). It should never be used as a primary backup solution (especially RAID5). The problem is bit error rates and the controller and PCs ability to handle them. Without ECC ram and a checksumming filesystem like ZFS you can write bad data and never know it until you check the file and find it corrupted or your array drops. Raid5 rebuilds put the whole array at risk because a single bad block in the parity information will kill the rebuilt and drop the array. Then "poof" goes the data.
As an ex-IT guy and fulltime photographer I am constantly trying to improve my backup solutions (well, photographers helper, lol, its the wife who's the "real" boss).
Currently I use a LTO3 tape drive (400GB/800GB tapes fit right around 400GB of RAWs because they do not compress well). I also back up to bluray and JPGs to smugmug and keep the files alive on my drive arrays until space is needed, then they get wiped (but still exist on the LTO tapes, Blurays and online on smugmug).
You can find the LTO drives for a few hundred dollars now if you watch craigslist or ebay closely and a bluray drive is 60-90$ with disks running 1-2$ each.
Using those two methods combined costs about.08 cents a GB or in my case about 3.75$ per wedding. If you do say 25 weddings a year you would be at 93$ a year for double backups on each event even if you wiped them off the HDDs right after the backup.
I love arrays for speed (raid0 with file or block level nightly syncs to a backup drive, *if* your willing to lose a days worth of data) or RAID10, or RAID6. I guess RAID5 could be ok if you also treat it like RAID0 and sync it to another drive nightly. Or just use ZFS RAIDz.