Projekt Qnap: Difference between revisions
Jump to navigation
Jump to search
(New page: = History of my QNAP TS-419PII = * Started with 2 disks WD20EARX as RAID1 2012-01-14 * Added another WD20EARX at 2012-01-31 [[http://forum.qnap.com/viewtopic.php?f=25&t=55110|Migrate 2 d...) |
|||
Line 11: | Line 11: | ||
wget http://dfn.dl.sourceforge.net/project/idle3-tools/idle3-tools-0.9.1.tgz | wget http://dfn.dl.sourceforge.net/project/idle3-tools/idle3-tools-0.9.1.tgz | ||
tar xzvf idle3-tools-0.9.1.tgz | tar xzvf idle3-tools-0.9.1.tgz | ||
cd idle3-tools-0.9.1 | cd idle3-tools-0.9.1 | ||
CC=gcc make | CC=gcc make | ||
./idle3ctl -g105 /dev/sd[abc] | ./idle3ctl -g105 /dev/sd[abc] |
Revision as of 13:05, 2 March 2012
History of my QNAP TS-419PII
- Started with 2 disks WD20EARX as RAID1 2012-01-14
- Added another WD20EARX at 2012-01-31
[2 disk raid1 to 3 disk raid5 failed?]
- Discovered high Load_Cycle_Count. This fix needs optware QPKG
ipkg update ipkg install gcc ipkg install make cd /tmp wget http://dfn.dl.sourceforge.net/project/idle3-tools/idle3-tools-0.9.1.tgz tar xzvf idle3-tools-0.9.1.tgz cd idle3-tools-0.9.1 CC=gcc make ./idle3ctl -g105 /dev/sd[abc] ./idle3ctl -s300 /dev/sdc # unplug sdc, wait for qnap to ack # replug sdc, wait for resync to finish # repeat for sda and sdb