Differences
This shows you the differences between the selected revision and the current version of the page.
howto:cleanboot 2008/03/14 00:48 | howto:cleanboot 2017/09/06 18:38 current | ||
---|---|---|---|
Line 14: | Line 14: | ||
- | ==== How to install cleanboot ==== | ||
- | telnet or ssh into your box, and issue the following commands: | ||
- | # wget http://pof.eslack.org/dns323/cleanboot-2.0.tgz | ||
- | # funpkg.sh cleanboot-2.0.tgz | ||
- | # ${FUNPLUGDIR}/start/cleanboot.sh start | ||
- | ==== How to upgrade cleanboot from 1.x to 2.x ==== | + | |
+ | |||
+ | ==== How to install cleanboot 2.1 in fonz fun_plug 0.5 ==== | ||
telnet or ssh into your box, and issue the following commands: | telnet or ssh into your box, and issue the following commands: | ||
- | # wget http://pof.eslack.org/dns323/cleanboot-2.0.tgz | + | # wget http://pof.eslack.org/dns323/cleanboot-2.1-ffp05.tgz |
- | # rm ${FUNPLUGDIR}/share/cleanboot/* | + | # funpkg -i cleanboot-2.1-ffp05.tgz |
- | # funpkg.sh cleanboot-2.0.tgz | + | # chmod a+x /ffp/start/cleanboot.sh |
- | # ${FUNPLUGDIR}/start/cleanboot.sh start | + | # /ffp/start/cleanboot.sh start |
+ | |||
+ | (If you use ffp 0.7, this may not work. Try again after changing the package name to 'cleanboot-2.1-arm-1.txz') | ||
Line 47: | Line 47: | ||
- issue a 'system restart' through the web administration panel | - issue a 'system restart' through the web administration panel | ||
- point your browser to http://your_nas_ip/goform/System_restart | - point your browser to http://your_nas_ip/goform/System_restart | ||
+ | |||
==== How do I repair my filesystem if I already have the 'unchecked fs' warning ==== | ==== How do I repair my filesystem if I already have the 'unchecked fs' warning ==== | ||
- | There are two different methods to perform manual filesystem checks, choose the one you prefer: | + | There are three different methods to perform manual filesystem checks, choose the one you prefer: |
- | - [[http://forum.dsmg600.info/t1708-Modified-fun_plug-disk-maintenance.html]] | + | - [[http://dns323.kood.org/forum/t1708-Modified-fun_plug-disk-maintenance.html]] |
- [[http://www.inreto.de/dns323/fsck/]] | - [[http://www.inreto.de/dns323/fsck/]] | ||
+ | - Reflash with the modified firmware with [[howto:telnet|telnet access]] which allows umounting the disks and running e2fsck | ||
+ | |||
+ | |||
+ | |||
+ | |||
==== Related forum post ==== | ==== Related forum post ==== | ||
- | [[http://forum.dsmg600.info/t1828-cleanboot-DNS-323-CH3SNAS.html]] | + | [[http://dns323.kood.org/forum/t1828-cleanboot-DNS-323-CH3SNAS.html]] |
Enjoy ;-) | Enjoy ;-) |