HighPoint RocketRAID 2720GSL & NAS4Free

If you are the type to roll your own NAS, then you will most likely have looked at various operating systems to complete the package.  There are a ton of them out there, but if you are looking for a smooth install with your brand new RocketRaid 2720 controller, look no further than NAS4Free. 

I have been experimenting with a slew of different packages including: OpenMediaVault, Zentyal, OpenFiler, ClearOS, SMEServer, and just plain old Linux OS with Webmin installed.  Although they all offer something a bit different, rolling new hardware into any of them can be a pain.  However, as far as compatibility goes, I haven’t found one variant yet that was as easy as NAS4Free to get going.  In my scenario, I run an SSD for the OS drive and have the HighPoint RocketRAID controller handle the rest of the hard drives with a couple of breakout cables.  Although the aforementioned card is a RAID card, I prefer to let ZFS do the talking.

To get the RocketRaid 2720 going in NAS4Free, all you have to do is edit one simple line of code in your configuration.  To do so, you have to ensure that you have the SSH server enabled and that you are permitting root access.

buildabetternas (2)

Open up your favorite ssh command line utility (for me it’s putty), login to your NAS4Free server and enter the following

nano /boot/loader.conf

Enter the following at the bottom of the file

hpt27xx_load="YES"

  buildabetternas (3)

buildabetternas (4)

buildabetternas (5)

Press Ctrl-X to exit and save when prompted.  Reboot and enjoy! 

You may have to import disks in NAS4Free as they probably won’t show up when you reboot.

buildabetternas (7)

About Joe D

I have always had a passion for everything computing. In early 2000, I decided to take my passion to the web. Thus, C.O.D. was born. Through the years we have made many great friends at C.O.D. and hope to continue our journey for years to come.

Check Also

Windows Storage Server 2012 R2 Essentials Overview

Just when I thought I had it all figured out, Microsoft drops another one on my lap. I had already covered what I thought was Windows Storage Server 2012 R2 and its functions and flavors when I learned about Essentials. Essentials is still built for a NAS device, but it adds some fantastic functionality to the platform. Some of these include Active Directory Services, Computer Backups, and IIS.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.