23
Tue, Apr
1 New Articles

TechTip: Turn Old Hardware into Network-Attached Storage

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

I'd be surprised to find any of you without old hardware taking up space in your offices. I know my office is a junkyard at times. With the speed at which technology advances, it's hard to find a home for hardware that's still good but isn't bleeding-edge enough to be considered fast for everyday computing tasks. If you're like me, you just hate to dispose of such equipment. Why not recycle some of that old "junk" and turn it into storage capacity?

NAS is a hot buzzword in IT these days. Do a quick Internet search, and the results are almost limitless when it comes to either preconfigured NAS systems or hardware to build your own. I recently had the opportunity to build two of these types of servers, each offering 1 TB of disk space. For my needs, it was still cheaper to build my own than to purchase a NAS device. But if you're just looking to put some storage online with old equipment, then look no further than FreeNAS.

The FreeNAS Project

The FreeNAS project is a beautifully small open-source application based on the FreeBSD distribution. FreeNAS supports Samba, FTP, RSYNC, and NFS protocols across your network. It contains its very own Web-based interface and supports software RAID (0, 1, 5). The best part is how small the package is even after installation: 16 MB total. This makes it perfect to install to USB keys or other removable media.

The first thing to do is to piece together some hardware. Basically, the only requirements are a machine capable of holding 96 MB of RAM, a bootable CD-ROM drive, and of course at least a hard drive. For example, if you have a few 20 G or 30 G IDE drives sitting around, you can convert your paperweights into 40 G or 60 G of network shares. After you have the equipment you are going to work with, download the ISO image from the link provided and burn it to a CD. There's also a VMWare image for use with VMWare Player if you prefer to experiment with the package.

Installation

I'll demonstrate installation on a single IDE drive, but you are free to choose installation onto compact-flash and USB keys as well. Follow the documentation on the site provided in a PDF for further details. Either way, it's rather straightforward. Next, boot the machine with the CD image you just created. Once at the prompt, select "7) Install on HD/CF/USB Key" to start the process.

BSD handles naming devices a bit differently than other Linux distributions, so you might be a bit confused at first if you're used to, say, Red Hat naming conventions. The installer seems to do a good job of automatically discovering your hardware for you, so this shouldn't present any issues.

The next selection screen asks you if you want to create one or two UFS partitions. If you choose to install on only one, this installs the actual system and will not allow you to use the remainder of the drive for storage. This option gives you the choice to install FreeNAS onto compact-flash or USB keys, but have hard drives serve as data partitions. Choose your preferred method to move along.

Next, my instance tells me the CD-ROM drive is device acd0 and the hard drive is da0, so type your parameters in accordingly. Remove the CD media and follow the prompts to reboot the machine.

After you reboot, you'll end up back at the same FreeNAS console setup menu you were at before. At first I was confused, but don't worry, this is normal. You now have to be very careful configuring your network interfaces. It's very specific to its configuration order.

Choose the "1) Interfaces: assign network ports" option and hit Enter. Enter the information displayed for your network card and hit Enter (mine shows up as lnc0). Hit Enter again to skip the optional interface name. Choose to reboot the machine and move to the next section.

Choose the "2) Set up LAN IP address" option to enter the next menu. Enter the appropriate IP address for your machine, and then enter the subnet mask you are using. Now choose the "6) Ping host" option and enter a valid IP on your network to ping. If you can successfully ping another host, that's it for installation.

Configuration of the Web Interface

Open up a Web browser and navigate to the IP address or host name of the machine. The default user name is "admin" and the password is "freenas." As soon as you log in, be sure to change these to your desired credentials. You should see something like the image below:


http://www.mcpressonline.com/articles/images/2002/freenasV4--07210601.jpg

Visit the Disks/Management section to add your disks. Click on the small plus sign symbol (+) to add the physical path to the devices. You'll be given a drop-down menu box to select the partitions you want to add. There are also options for power management features. If you used the single hard drive installation method I referred to above, do not add the boot partition here. When you're finished, make sure you click to apply the changes.

Under the same section, choose the Format tab. This part is a bit confusing as well. If you chose to create both a boot partition and a storage partition on a single drive, you don't have to format the disks you just added. That step was completed at the time of installation. Otherwise, follow the directions in the documentation for formatting drives. The documentation provides very detailed steps for doing so, since the method depends on your hardware configuration.

Next, you have to add a mount point for the drives to be mounted on. Choose the Disks/Mount Point section and click the plus sign symbol (+) to add a mount point. Choose the correct disk, partition number, and file system options. Also, be sure to type in a useful share name. When finished, choose to save, and on the next screen, apply the changes. Again, if you've used the same drive for the FreeNAS installation and the storage data, make sure you select partition 2 as the mount point, since partition 1 contains the boot records.

The last step is to configure the Samba section. Choose the Services/CIFS section. Click the Enable check box, and answer no to both the master browser and time server questions. Then choose Save. This gets the share up and running quickly without any authentication. From a Windows XP client, browse to the netbios name that you called the share. The share name that you typed in will be displayed. For example, Start -> Run -> freenas. Now you have a read/write share running and online.

Other Options

From here, everything else depends on your needs. You can configure FTP and NFS access, control users, and tie the installation into your existing network. I've successfully experimented with installing FreeNAS onto a USB stick and then setting up two 20 G IDE disks in a Raid 1 setup.

Free NAS with FreeNAS

When you need network-attached storage up and running quickly or when you don't have the time and resources available for installing a pre-baked NAS or Samba installation, then FreeNAS might be able to assist you. With its extremely lightweight size and the power of its included configurations, it seems to be the perfect project for resurrecting old hardware. But don't forget it supports more modern setups as well.

Max Hetrick is a PC Support Analyst/Specialist who holds a certification as an MCSA. He also has experience with installation and maintenance of Linux operating systems from the PC to server levels. Max can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

Max Hetrick

Max Hetrick is an Information Systems Assistant for an electric utility. He has experience with installation and maintenance of both Windows and Linux operating systems from the PC to server levels. Max is also an open-source software advocate. He welcomes all comments and can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it..

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: