Pular para o conteúdo principal

Upgrading Iomega ix2-200 to Cloud Edition


You just got your ix2-200 from eBay and there are no disks inside the NAS. Or you have a brand new ix2-200 -yet you could not afford Cloud Edition. No problem. With just a USB stick and a SATA adapter or desktop PC, you will easily upgrade your ix2-200 to ix2-200 Cloud Edition.


Not only your ix2-200 will have a brand new interface and Cloud options, but also will become Mac OS X Lion compatible!


What do we need?



  • Decrypted! ix2-200 Cloud Edition Firmware 3.1.12.47838 SendSpace or RapidShare*
  • USB Flash Drive with at least 2 GB capacity and LED indicator**
  • SATA to USB adapter or desktop PC
  • Toothpick or paperclip

Preparing Hard Drives

Preparing hard drives is the first step because you have to wipe all the data inside the hard drives and make them just like brand new. We used 2 x Seagate 2 TB 5900 RPM Drives.

  1. Backup any files if you have and then remove both disks from ix2-200 and attach them to SATA to USB adapter or your desktop PC's SATA port.
  2. Using Easeus Partition Master Home Edition, delete all partitions on the drive. Apply this process to both disks. Don't forget to click on Apply button after you delete partitions on Easus Partition Master HE.
  3. Now put the disks back into the ix2-200.

Preparing USB Flash Drive


  1. First of all, format your USB drive with FAT32 file system. We used Quck Format and drive defaults.
  2. Then create a folder named “emctools” and create another folder inside that one named “ix2-200d_images”. It should be like this: X:\emctools\ix2-200d_images (For some, the folder name needs to be “ix2-200_images”.)
  3. Now copy the ix2-200 Cloud Edition Firmware (ix2-boot.tgz) you have downloaded into “ix2-200d_images” folder.

The Upgrade [Update: You have to do this process twice! We had to!]


  1. Plug the USB stick you have prepared into ix2-200.
  2. Get yourself a paperclip or better, a toothpick. Make sure that you are properly pressing the reset button and you won’t get tired easily.
  3. Now while holding the reset button, plug in the power cord. White LED in front will start to blink. After about 30 seconds both disks will start spinning, keep pressing the reset button. After 1 minute, USB’s LED will turn on but it won't blink.
  4. Wait until USB sicks LED continously blinks. When it starts blinking, stop pressing the reset button. In our case, this happened about 70 seconds after we we plugged in the power cord.

In this process, ix2-200 will crate a Temp folder inside the USB stick and extract the contents of ix2-boot.tgz into that folder. When all files are extracted, ix2-200 will copy those files into the hard drive and those files will be your Cloud Edition OS.

After about 5 minutes when this process is done, ix2-200 will shut itself down. Remove the USB Flash Drive, plug in the network cable and press the power button in front of the device. Again after about 5 minutes, ix2-200 will preapere the OS for the first time and you will be able to reach it via web interface.

If you can't reach the device's web interface, wait for 10 minutes. After that, plug out the power cord. Now put the USB stick back into your PC and go into emctools\ix2-200d_images folder. You will see a Temp folder there. Delete it and then apply The Upgrade process again. This time, device will properly reconstruct the OS.

If you want RAID 1, you will have to wait for RAID reconstruction to finish which will tkae more than 5 hours with 2 x 2TB disks installed.

But if you want RAID 0, you can cancel the resconstruction process by simply selecting RAID 0 and then applying that from the menu.

This is it, now you have a fully functional ix2-200 Cloud Edition.


*Special thanks to netboy69 for providing the decrypted firmware.

**A different USB Stick may be required in some cases. Looks like USB sticks are creating a lot of trouble. Try with another one if process fail as in this case, the 3rd USB stick worked...

Reported List of Succesfull USB Drives (Does not mean that you have to use those):

Lexar JumpDrive TwistTurn 8 GB (LJDTT8GB)
Kingston DataTraveler 2GB
Sandisk 8GB Cruzer Slice
Verbatim Store&Go 4GB

Comentários

Postagens mais visitadas deste blog

Cuckoo com Vmware Esxi

Cuckoo is an open-source malware analysis platform using sandboxing technology. The tool allows people like us to analyze malicious binaries in an isolated environment. Since Cuckoo is commonly used with Oracle VirtualBox as its virtualization platform, a majority of online documentation is focused on configuration using VirtualBox. PlantainStan and I decided to test running Cuckoo on ESXi and document our success. This guide will help with the basic configuration of ensuring Cuckoo properly interacts with ESXi. We will continue to update this post as we make continue to make an even more baller Cuckoo environment! Note: In order to successfully interact with vSphere's API, you will need the VMWare ESX Standard license. API functionality is required for Cuckoo to work with ESX. Configure ESX Since this guide is not a "how to" on installing ESXi, we will assume that you have successfully installed the hypervisor on your system. There

CentOS7 with Snort Barnyard2 Snorby PulledPork SElinux

This post is about how to install Snort "stack" on CentOS7 with potentially all the latest libs an stuff. Here I will install and configure everything to run Snort as IDS. I will write another post shortly how to run it as IPS - INLINE. System details: [ root@nfsec-ids-01 ~ ] # cat /etc/redhat-release CentOS Linux release 7.3.1611 ( Core ) [ root@nfsec-ids-01 ~ ] # uname -a Linux nfsec-ids-01.nfsec.co.uk 3.10.0-514.2.2.el7.x86_64 #1 SMP Tue Dec 6 23:06:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Snort 2.9.9.0 Installation of snort is very basic: yum install https://www.snort.org/downloads/snort/daq-2.0.6-1.centos7.x86_64.rpm yum install https://www.snort.org/downloads/snort/snort-2.9.9.0-1.centos7.x86_64.rpm Register at Snort and download registered rule set: mkdir /usr/local/src/snortrules cd /usr/local/src/snortrules wget https://www.snort.org/rules/snortrules-snapshot-2990.tar.gz?oinkcode = < oinkcode > tar -zxvf snort