To install fvdw-sl you can use fvdw-sl console and choose option install firmware anf follow the instructions in the main window or in the help files of the console (more detail).
Note: all data and lacie software on the disk will be lost.
However installing fvdw-sl firmware it is in your case necessary to delete the partition tables on both disks. This because otherwise if on one the disk lacie firmware is present the bootloader will try to load it.
To remove the partition tables. Load the standalone kernel and login with telnet client.
In telnet client give command.
- Code: Select all
gdisk /dev/sda
gdisk will start and when having disk prompt give command
- Code: Select all
d
It will ask which partiton to delete, enter number 1
Repeat this until nr 8
When ready give command
- Code: Select all
p
This will list new partition table all entries should be gone now, if that is the case give command
- Code: Select all
w
to write the empty partition table to disk. It will ask if you agree to write the new table answer Y
When gdisk has quit you can check if writing of the empty tabel succeeded by giving command
- Code: Select all
gdisk -l /dev/sda
Do the same for /dev/sdb
When finished , shutdown the nas
- Code: Select all
poweroff -f
Next, when looking from the back remove the disk in most righthand side slot, leave the one in most lefthand slot in place.
Note I assume you have the fvdw-sl console installed with firmware 18-1.
Now load again the standalone kernel and login with telnet client.
Give command
- Code: Select all
fvdw-sl-programs
and choose option install firmware.
After finishing install you need to install a patch to be able to upgrade to 18-2
see
https://plugout.net/viewtopic.php?f=7&t=3129#p30716and you need to enter your plugout.net credentials in the system mgt ->setup tab firmware interface to be able to download from plugout server.
When the system runs nice on fvdw-sl shut it down and insert the second disk.
Boot again the nas and add the disk in the disk setup menu of the web interface
The username of the webinterface is : admin-nas default password: admin (you can change that)
Success
For 18-2 there is patch to solve some bugs found after releasing that version
see here
http://plugout.net/viewtopic.php?f=7&t=3149#p36493