Sorry for this late reply but I lost my 3G connection this afternoon
prufa wrote:I still see the file in /sda1/etc
No you see only a symlink in etc folder but the target is no longer here (and can not work from fvdw-sl console environment)
According with the file listing from /sda5, you do not have a backup in /sda5 (so bad new)
- Code: Select all
root@fvdw-sta-kirkwood:/ # ls -al /sda1/rw_fs/etc
total 5
drwxrwxr-x 3 root 999 1024 Dec 12 2032 .
drwxrwxr-x 8 root 999 1024 Dec 12 2032 ..
drwxr-xr-x 2 root root 1024 Oct 23 2032 dropbear
-rw-rw-rw- 1 nobody nobody 806 Dec 12 2032 nas_conf_db.xml
-rw-rw-rw- 1 nobody nobody 806 Dec 12 2032 nas_conf_db.xml.bak
-rw-rw-rw- 1 nobody nobody 0 Oct 23 2032 nas_ext_hdd_db.xml
No need to download nas_conf_db.xml from here (too small size for being restored) but you need to delete this orphan folder
- Code: Select all
rm -r /sda1/rw_fs/etc
Now we go to restore the default nas database in sda5/etc folder:
if you have rebooted the nas, you need to repeat the mount command
- Code: Select all
mkdir /sda5
mount /dev/sda5 /sda5
so upload the tarball sda5-lacie-nwsp.tar.gz from the folder tftp/firmware
- Code: Select all
cd /
tftp -g -r firmware/sda5-lacie-nwsp.tar.gz 192.168.1.13
(use this time the option -g) Check if it is now present on the nas side
- Code: Select all
ls -l /sda5-lacie-nwsp.tar.gz
and update sda5 content
- Code: Select all
tar -xzf /sda5-lacie-nwsp.tar.gz -C /sda5
You should have now a file nas_conf_db.xml in /sda5/etc
- Code: Select all
ls -al /sda5/etc
chmod -m 666 /sda5/etc/nas_conf_db.xml
If all is ok, you can try to make a regular rebooting
- Code: Select all
reboot -f
and check if you can now connect to the web interface.
If yes, create again the share fvdw and reboot the nas (to restore the addons feature)
If this step is ok, then you need to create all user accounts, shares and some server configurations like ftp...