I sent you a pm with some attached files.
To upgrade your NAS, we will do it by 2 steps.
1)
overwrite the current database :
Copy the nas database that I sent you by pm to the share public
In putty, give these commands
- Code: Select all
cp /share/1000/public/nas_conf_db.xml.new /rw_fs/etc/nas_conf_db.xml
chmod 777 /rw_fs/etc/nas_conf_db.xml
Now check if you can see the two disks in the web interface :
In the disk setup menu, in the disk table you must have now two lines (Disk-1 and Disk-2)
and in the share menu, if you try to create one more, in the volume table, you must have also two lines.
Note : Be careful, DO MAKE ANY SUBMIT.So if all is OK, reboot the NAS.
2)
Upgrade now manually the firmwareAfter restarting, check again if in the two previous menus you have still the two disks. if it's Ok, do :
* Copy the firmware image to the share public and in putty, give these commands:
* In putty, list the content of the folder /lacie-boot
- Code: Select all
ls -al /lacie-boot
=> (case 1) if you have the file sda1boot rename it : sda2boot
- Code: Select all
mv /lacie-boot/sda1boot /lacie-boot/sda2boot
=> (case 2) if you have the file sda2boot rename it : sda1boot
- Code: Select all
mv /lacie-boot/sda2boot /lacie-boot/sda1boot
=> (case 3) if it's empty, create a file sda1boot:
- Code: Select all
touch sda1boot
*Now copy the image to the partition sda1 (if you are in the cases 2 or 3)
- Code: Select all
dd if=/share/1000/public/fvdw-sl-14-1-nwsp2-07jun2013.img of=/dev/sda1
or copy the image to the partition sda2 (if you are in the case 1)
- Code: Select all
dd if=/share/1000/public/fvdw-sl-14-1-nwsp2-07jun2013.img of=/dev/sda2
and restart the NAS with the command reboot
- Code: Select all
reboot -f