How to build your own 300 dollar 1T RAID NAS (part 2)
- March 30th, 2009
- Write comment
If you started reading from this page, you might want to visit the introduction article first.
Now that we have built a PC from our components and closed it so that we can power it up, we are ready to install an OS on it. Well… Almost ready. Since we do not have a CDROM installed into the NAS, we need to figure out a way how to get the OS onto our PC so that we can create a NAS out of it. Of course you need a temporary monitor, keyboard and mouse for it to get Linux installed so hook those up too. If you do have a CDROM in it you can of course skip the whole USB key process.
The way I did it was take a USB memory stick of at least 1GB, and turn that into a bootable drive containing a linux server edition. As I stated in the previous article, I chose for Ubuntu 8.10 Intrepid Ibex Server Edition. Some may argue that for stability i better choose the 8.04-2 LTS Hardy Heron Server Edition and in my defense I can say that I actually tried that, but it would not install from the stick, so I had to choose for 8.10 since that one worked flawlessly. The reason why 8.04 wouldn’t install will be explained later on.
First we need to build ourselves a bootable USB stick with Ubuntu 8.10 installation media on it. The way I did it was just use the Create Bootable USB Stick on my laptop with Ubuntu 8.10 on it and using the Server Edition ISO. It all went by itself. However, i will assume you will not have linux or not the 8.10 version of Ubuntu, and thus do not have access to this neato tool. We will tackle that with unetbootin ! Read more