Differences
This shows you the differences between the selected revision and the current version of the page.
howto:cleanboot 2008/07/01 07:34 | howto:cleanboot 2017/09/06 18:38 current | ||
---|---|---|---|
Line 14: | Line 14: | ||
- | ==== How to install cleanboot in fonz fun_plug 0.3 and 0.4 ==== | ||
- | 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 install cleanboot in fonz fun_plug 0.5-experimental ==== | + | ==== 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-ffp05.tgz | + | # wget http://pof.eslack.org/dns323/cleanboot-2.1-ffp05.tgz |
- | # funpkg -i cleanboot-2.0-ffp05.tgz | + | # funpkg -i cleanboot-2.1-ffp05.tgz |
- | # /ffp/start/cleanboot.sh start | + | |
- | + | ||
- | EXPERIMENTAL: Here are the instructions updated to install cleanboot 2.0.4 on ffp0.5: | + | |
- | + | ||
- | # wget -O cleanboot-2.0.4-ffp05.tgz http://forum.dsmg600.info/attachment.php?item=269 | + | |
- | # funpkg -i cleanboot-2.0.4-ffp05.tgz | + | |
# chmod a+x /ffp/start/cleanboot.sh | # chmod a+x /ffp/start/cleanboot.sh | ||
# /ffp/start/cleanboot.sh start | # /ffp/start/cleanboot.sh start | ||
- | ==== How to upgrade cleanboot from 1.x to 2.x ==== | + | (If you use ffp 0.7, this may not work. Try again after changing the package name to 'cleanboot-2.1-arm-1.txz') |
- | telnet or ssh into your box, and issue the following commands: | ||
- | |||
- | # wget http://pof.eslack.org/dns323/cleanboot-2.0.tgz | ||
- | # rm ${FUNPLUGDIR}/share/cleanboot/* | ||
- | # funpkg.sh cleanboot-2.0.tgz | ||
- | # ${FUNPLUGDIR}/start/cleanboot.sh start | ||
Line 64: | 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 ==== | ||
- | [[http://forum.dsmg600.info/t1828-cleanboot-DNS-323-CH3SNAS.html]] | ||
- | Updated version 2.04 - [[http://forum.dsmg600.info/t2346-small-updates-cleanboot.html]] | + | |
+ | ==== Related forum post ==== | ||
+ | |||
+ | [[http://dns323.kood.org/forum/t1828-cleanboot-DNS-323-CH3SNAS.html]] | ||
Enjoy ;-) | Enjoy ;-) |