NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jwishnie
Nov 16, 2014Aspirant
Frontview missing images / JS after USB Recover
ReadyNAS NV+ Just stopped accepting SSH and HTTP connections. Performed USB Restore with 4.1.14 image from here: http://www.readynas.com/download/suppor ... 4.1.14.img Frontview comes up wit...
mdgm-ntgr
Nov 16, 2014NETGEAR Employee Retired
Well USB Boot Recovery only helps if the firmware on the internal flash is corrupt.
Your output above shows that your 2GB OS partition is full. Since it is full the OS re-install could not complete successfully.
You will need to find what is filling it.
You may wish to copy huge log files onto the data volume /c, then empty them e.g. (note the examples below might not be what is filling the OS partition)///
After you have freed up some space the next thing would to be check some config files (/etc/default/services, /etc/passwd, /etc/network/interfaces etc.) have not been corrupted and if all is O.K. then do another OS re-install
Your output above shows that your 2GB OS partition is full. Since it is full the OS re-install could not complete successfully.
You will need to find what is filling it.
# du -csh /var/*
# du -csh /var/log/*
# du -csh /var/log/frontview/*
# du -csh /var/log/frontview/backup/*
You may wish to copy huge log files onto the data volume /c, then empty them e.g. (note the examples below might not be what is filling the OS partition)///
# mkdir /c/.logs
# cp /var/log/frontview/error.log /c/.logs
# echo "" > /var/log/frontview/error.log
# cp /var/log/upnp-av.log /c/.logs
# echo "" > /var/log/upnp-av.log
After you have freed up some space the next thing would to be check some config files (/etc/default/services, /etc/passwd, /etc/network/interfaces etc.) have not been corrupted and if all is O.K. then do another OS re-install
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!