Setting Up an ezRAID Enclosure

Another post inspired by the lack of information on the Internet. Here’s some background information. I run a Linux file server at home for about 5 years now. I recently hit the 80% capacity of a 200GB hard disk and was looking for more storage on my file server. The file server is a dual processor Celeron 500Mhz with the 200GB in a RAID 1 configuration and about 768MB of memory. That means my data is being mirrored between both drives. In theory if one should fail, I still have the other one. I also have an extensive back-up procedure using 2 external hard drives. I’ll go over that at a later time.

At first I wanted to rebuild my entire system and stick in a couple of higher capacity drives. That didn’t seem feasible since that may cost me a chunk of change and in reality, I don’t need a faster system. Just more storage. I had opened up my system and realized I couldn’t even add another disk controller since I am out of PCI slots. Since I have a Firewire card in the machine and my external drives are attached that way, I decided to see if there are any possibilities of getting a hard drive enclosure with Firewire (IEEE1394a specifically), RAID capabilities, and SATA drive interface. There were many that fulfilled 2 of the 3 features but there was only 1 that had all these requirements met. I even posted a question on LinuxQuestions.org to see if anybody had used this before. Unfortunately no one responded. Instead I was asked to see if I can provide some feedback. So here it is!

I snatched one up at FireWire Depot’s website. I also bought 2 500GB hard drive from Fry’s Electronics which was mentioned in the previous post. For $.18 per GB, it was the cheapest deal around. I was so tempted to get the 1TB drive but decided to save some money. That’s still plenty of storage for awhile.

The enclosure finally was delivered today. So I spent sometime installing and documenting the setup. But first let’s see what is included:

The Box
The Box Again
Here are a couple of pictures of the box that arrived

The Enclosure -Front
The Enclosure - Rear
A bit fuzzy but here are the front and rear of the enclosure. The box seems very well built.

Packaging
Here is what’s included. You get a power cord, Firewire cables (both 400 & 800), USB cable, some screws with the disk lock key, and a sheet of instructions. Pure and simple.

Ports
The ports in the back reveals 2 Firewire connections and a USB connection.

Racks
Here are both of the disk rack removed from the enclosure.

Enclosure - No Racks
The enclosure without the racks.

Fan
Under each disk rack, there is a fan for cooling.

Rack Rear
Empty disk rack. A view from the rear.

Rack Front
Front of the rack with a display and some buttons.

Ok, enough eye candy for now. Let’s see what is needed to get things setup on my Linux Slackware 10 system.

  1. I changed the setting on the enclosure to make sure that it treats the disks as a RAID 1 setup and nothing else. The number was suppose to be “0”. You do that by simply pressing on little “-” and “+” buttons with a pen or pencil tip.
  2. I changed the jumper settings on my disk to SATA I opting for reliability than performance. Even though the company I bought it from stated that SATA II was supported, the literature did not mention SATA II anywhere. Seeing that so many people are having DOA disk, it seems that they are using the disk in default setting of SATA II enabled.
  3. I installed both disk into the drive racks. It took 6 screws to hold a snug fit. The rack had a heat sensor that I had to slip in there. Fairly straight-forward.
    Disk Rack & Disk
  4. Plugged the drives back into the enclosure and connected the enclosure to my laptop. I powered the enclosure and the laptop on with System Rescue CD booting up (If you haven’t done so, I highly recommend downloading this and burning it onto a CD to add to your arsenal of tools for techie problems.).
    Enclosure On
    Shiny blue lights!
  5. Start X-windows and launched gparted. I used this tool to an upgrade of my laptop hard drive a couple of months ago. Excellent tool. It had no problems recognizing the single device. Remember, the OS has no idea that this enclosure is RAID 1.
    Gparted Screenshot
  6. Gparted asked me to create a disk-label. I selected MS-DOS, which was default. I did some research and found that this is correct for Linux systems.
  7. It then let me create a partition. I selected ext3 since my other drives on the box was ext3. It had no problems creating this partition.
  8. I then quit out of System Rescue CD and powered down everything.
  9. The enclosure was attached to the file server finally. Before I powered it on, I had to unmount and turn off the other enclosures. I also had create an entry of the /etc/fstab file and create the new mount point.

    /dev/sda1 /u2 ext3 defaults 1 2

    You may notice that this was created on the sda device. Depending on which devices is plugged in and powered first, it will get the first device name. This means the RAID enclosure must always be the first Firewire device plugged in and powered before any of the other enclosures.

  10. I finally powered the RAID device on. Unfortunately the system didn’t see the device. I had run the rescan-scsi-bus.sh script. Slackware 10 apparently has a bug that it won’t detect hotplugged Firewire drives without rescanning for it. I had to add the script call in my /etc/rc.d/rc.local file as well as the mount to the enclosure so that it boots up mounted. Why not upgrade to the recent Slackware? Nah! Upgrading to another version is a waste of my time when Slack 10 has been great. It may not be an elegant solution but it’s been working for 5 years now!
  11. Rebooted the system to double-check that the enclosure comes up. It did!
    My Server
    Here’s my server with the ezRAID enclosure sitting on top.

All-in-all a very simple implementation. I’m still testing the enclosure by transferring items into and out of it. Symbolic linked a couple of folders that I access through Samba and testing on both a PC and OS X system. I am streaming videos and music off of it. So far so good. Hopefully no dead hard drives. If so I’ll note it in another post.

**Edit 01/20/2008: This post is linked from the following website: http://technology.anything08.com/setting-up-an-ezraid-enclosure/. This looks like a generic blog that someone put together that takes posts from various blogs online. It thinks that this site is called Patrickâ??s Notebook? I did a quick whois search and found that it is owned by NameCheap.com. Looks like a parked site from a domain company.

6 Responses to “Setting Up an ezRAID Enclosure”

  1. Chris Says:

    Hey, I just ordered this but was wondering if you have used the drives in SATA II or just continued with the SATA I jumper config? I’ll be using it for Time Machine on OS X and was wanting the faster speed but like you don’t want to remove the jumpers unless I know it will support it. Thanks.

  2. Johnny Says:

    Chris: I still leave it in SATA I. My file server has been running without issues and in reality, I don’t have speed requirements. Because Time Machine runs on and off by itself, I think you are fine with leaving this at SATA I. Now if you were using the drives for more intensive work like video editing or any high-level of hard drive access, I would recommend that you test out SATA II.

  3. Steve Says:

    Hi:
    I’m wondering if you’ve actually tried rebuilding a drive, as you’d have to do if a drive mirrored in RAID1 failed? I’m thinking about getting the ezRAID 2-bay enclosure, but need to know the rebuild speed. I looked at the DATAWhale, but buried in the manual’s fine print is the revelation that rebuilding proceeds at about 2 MBs/hour. So, rebuilding a drive with 150GB data would take about a whole day – and night.
    So has anyone with an ezRAID tried rebuilding a drive and if so, how fast was it (GB/time)?
    Any info is appreciated.

  4. Johnny Says:

    Unfortunately (or rather fortunately) I have not had to rebuild a drive. Considering that my setup has been about 1 month, I don’t think I will need to do so for some time so I can’t answer your question. Good luck in finding your answer, the information seems very scarce specifically for the ezRAID enclosure.

  5. Jim Says:

    Johnny,

    I am thinking seriously about purchasing this enclosure and I was hoping you could answer a few questions:

    1. Is there good airflow through the enclosure? I see that there are fans on each tray, and a fan on the back of the enclosure, but I am unclear as to what the airflow path is (or if there even is one) and whether or not it cools adequately. On the picture at firewire depot, they show perforations on the front of the enclosure, but your picture does not, which concerns me. Also, where does the bottom fan on each tray get its air from? It looks as if the intake side is covered over by that plastic piece!

    2. Who exactly makes this? It says assembled in USA on the enclosure, but the grammar of the sentences on the cardboard shipping box seems to imply otherwise for the manufacture. But what I’m really wondering is whether or not one would have a recourse in the event of failure—a company to contact for repair or replacement or service? Because the places that sell this on the internet pretty much tell you that you will need to contact the manufacturer for warranty.

    3. What is your overall impression of the build quality and design of the ezRAID? Still pretty much what you presented above, or are you more or less impressed with it?

    Thanks very much for any information you can give me!

  6. Johnny Says:

    Jim: 1. Yes, there are vents at the side of the enclosure which you can’t really see from the photos. Also, each tray does have a hole where the fan is so it does get some air to the hard drive.

    2. Unfortunately, I think it is a generic brand. Only clue as what company is responsible for this is the front sticker of Dat Optics. Because I couldn’t find any information on the Internet on it that is why I wrote about it to help others. I placed the box in storage and would need to see who to contact for repairs most likely it would be out of warranty by the time issues come up. So far so good going on the 7th month of being on continuously.

    3. I thought the build quality was superb. It was not loose and plasticky but rather built to last. I’m not complaining because I haven’t dealt with any issues since. It’s been running w/o problem through cold and heat of California summer.

    I do have my setup near a window if that helps as far as helping dissipate heat.

Leave a Reply