Firmware version is 1.1.10
You can restore these images to a new or empty drive and use it in your NAS, perfect for hard disk failures e.t.c.
The home partition (sdX2) isn't on the images so you have to create them manually accordingly to the disk size.
Instructions for restoring image:


Software needed: Clonezilla http://clonezilla.org/. Download the ISO and burn a CD or create USB flash drive for booting with.



- Select Language > Start > device-image > local_dev >
- Select you system partition where image files are located
(C: but you will see sda1 or something, look at the disk manufacturer and available space)
- Select folder (C:\lacie in this case) > beginner mode > restore disk >
- Select backup (only one should appear in c:\lacie folder)
- Select disk to OVERWRITE, you have to be very careful at this point as you will overwrite
the selected disk, verify disk manufacturer, serial number and space before progressing.
- Answer the confirmations and wait until restoration completes
- After completion, press ENTER and select option (2) Command prompt

- Enter these commands:
Code: Select all
sudo -s
fdisk -l
- Create the new partition on this disk:
Code: Select all
cfdisk /dev/sdg
- Format the created partition with vfat (replace sdg2 with the correct partition in your case):
Code: Select all
mkfs.vfat /dev/sdg2
I´ve tested this with a 160GB drive and a 500GB one, don´t know if it work with bigger drives but possibly it will, try it !
Hope this helps somebody,
Hurky