- usb stick (1GB - /dev/sdb) needs to be formatted as fat32 type c
fdisk /dev/sdb
- press
pto print and check if there's any existing partition - press
dto remove any existing partitions - otherwise just hit
cto create new parition - select
pto set new partition as primary enterto accept default- another
enterto accept default tto set the typecto set fat32wto write and save the config
- after formatting the stick, don't forget to run mkfs.vfat
mkfs.vfat /dev/sdb1/
- just run the script as root user
chmod 700 mkix2fw2usb.sh
./mkix2fw2usb.sh
- make sure all the folders and the files need to be owned by root user and group
chown -R root:root /usb_mounted_path/emctools/
ls -l /usb_mounted_path/emctools/
ls -l /usb_mounted_path/emctools/ix2-200_images/
- using ix2-200d_images directory doesn't work and had to change the path to ix2-200_images
Ref #1 http://iomega.nas-central.org/wiki/Category:Ix2-200-usb-init
Ref #1.1 https://web.archive.org/web/20190401094139/iomega.nas-central.org/wiki/Category:Ix2-200-usb-init
Ref #2 https://www.technopat.net/sosyal/konu/upgrading-iomega-ix2-200-to-cloud-edition.2651/
Ref #3 http://download.lenovo.com/lenovoemc/na/en/app/answers/detail/a_id/26789.html