Hi hardly,
To reset your nwsp2 to fvdw-sl default status (after installation status), you can do:
- copy the attached file in /tmp. I assume that its location is in the share fvdw:
- Code: Select all
cp /share/1000/fvdw/sda5-lacie-nwsp.tar.gz /tmp
- remove all data on sda8 in secure manner:
- Code: Select all
shred -vzn 0 /dev/sda8
(you may change '0' by '3' for erasing the whole partition with 3 iterations ). Note this step can run a long time.
- create the default public share
- Code: Select all
mkdir -m 777 /share/1000/public
From this step: never close your putty session without doing all steps, and check if sda5-lacie-nwsp.tar.gz is present in /tmp!- in /rw_fs/.ssh, if these files exist:
- Code: Select all
unlink /rw_fs/.ssh/authorized_keys
touch /rw_fs/.ssh/authorized_keys
unlink /rw_fs/.ssh/known_hosts
touch /rw_fs/.ssh/known_hosts
- erase all files in /rw_fs/etc: keep only the subfolder dropbear
- untar the attached file
- Code: Select all
tar -xvf /tmp/sda5-lacie-nwsp.tar.gz -C /rw_fs
- restore the permissions for /rw_fs/etc
- Code: Select all
chmod 777 /rw_fs/etc
- in /rw_fs/etc/dropbear, restore the original rsa key: erase all files except for dropbear_rsa_host_key.org
- rename this key
- Code: Select all
mv /rw_fs/etc/dropbear/dropbear_rsa_host_key.org /rw_fs/etc/dropbear/dropbear_rsa_host_key
Now, you can reboot the NAS, the firmware is fully reset
You do not have the required permissions to view the files attached to this post.