NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
AMRivlin
Mar 20, 2013Apprentice
OS6 now works on x86 Legacy WARNING: NO NTGR SUPPORT!
Update: It is now unofficially possible using NTGR images to update legacy hardware to os6.X See Post #3, for directions to install 6.2.1 on x86 Ultra and Pro Models. (ARM NOT SUPPORTED by this OS) ...
- Jan 21, 2016
mdgm and I have decided that its time to lock this thread. So please do post any new OS6 on Legacy issues on their own threads.
spirit11
Jul 11, 2013Aspirant
I have readyNAS 2100v2 and managed to install OS 6.0.8. First thanks to the forum who helped me in installing and making the readynas to run on the latest OS :)
I have managed to make Fan Control to work as well for ReadyNAS 2100v2.
/etc/fancontrol details:
I have also managed with the temperature monitoring using this forum help:
crontab entry
*/1 * * * * root /data/Tims/UpdateTemp
UpdateTemp file contents:
NOW I am struggling with the Volume entries listing correctly under System->Volumes.
I have four HDD, two 2TB HDD and two 1TB HDD, but the display only shows first two disk i.e. two 2TB HDD, other two 1TB HDD is not shown in the UI.
my mtstat.log details:
Thanks for your kind help.
I have managed to make Fan Control to work as well for ReadyNAS 2100v2.
/etc/fancontrol details:
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
DEVPATH=hwmon0=devices/platform/coretemp.0 hwmon1=devices/platform/it87.2576
DEVNAME=hwmon0=coretemp hwmon1=it8721
FCTEMPS=hwmon1/device/pwm3=hwmon0/device/temp2_input hwmon1/device/pwm2=hwmon0/device/temp2_input hwmon1/device/pwm1=hwmon0/device/temp2_input
FCFANS=hwmon1/device/pwm3=hwmon1/device/fan2_input hwmon1/device/pwm2=hwmon1/device/fan1_input hwmon1/device/pwm1=
MINTEMP=hwmon1/device/pwm3=51 hwmon1/device/pwm2=51 hwmon1/device/pwm1=51
MAXTEMP=hwmon1/device/pwm3=58 hwmon1/device/pwm2=58 hwmon1/device/pwm1=75
MINSTART=hwmon1/device/pwm3=40 hwmon1/device/pwm2=40 hwmon1/device/pwm1=150
MINSTOP=hwmon1/device/pwm3=40 hwmon1/device/pwm2=40 hwmon1/device/pwm1=0
MINPWM=hwmon1/device/pwm3=40 hwmon1/device/pwm2=40
MAXPWM=hwmon1/device/pwm3=255 hwmon1/device/pwm2=255
I have also managed with the temperature monitoring using this forum help:
crontab entry
*/1 * * * * root /data/Tims/UpdateTemp
UpdateTemp file contents:
#!/bin/sh
#######################################################
Coretemp="/sys/devices/platform/coretemp.0/temp2_input"
Systemp="/sys/devices/platform/it87.2576/temp2_input"
Coretemp2="/sys/devices/platform/coretemp.0/temp3_input"
Ct=`cat $Coretemp`
C=`expr $Ct / 1000`
Ct2=`cat $Coretemp2`
C2=`expr $Ct2 / 1000`
St=`cat $Systemp`
S=`expr $St / 1000`
rrdtool update /run/readynasd/stats/temperature_int_deg.rrd N:$C:$S
NOW I am struggling with the Volume entries listing correctly under System->Volumes.
I have four HDD, two 2TB HDD and two 1TB HDD, but the display only shows first two disk i.e. two 2TB HDD, other two 1TB HDD is not shown in the UI.
my mtstat.log details:
Personalities : [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md126 : active raid1 sdb4[1] sda4[0]
976622784 blocks super 1.2 [2/2] [UU]
md127 : active raid5 sda3[0] sdd3[3] sdc3[2] sdb3[1]
2915731968 blocks super 1.2 level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
md1 : active raid6 sdd2[3] sdc2[2] sdb2[1] sda2[0]
1047936 blocks super 1.2 level 6, 64k chunk, algorithm 2 [4/4] [UUUU]
md0 : active raid1 sdd1[3] sdc1[2] sdb1[1] sda1[0]
4192192 blocks super 1.2 [4/4] [UUUU]
unused devices: <none>
/dev/md/1af8fae2:0:
Version : 1.2
Creation Time : Wed Jul 10 21:57:24 2013
Raid Level : raid1
Array Size : 4192192 (4.00 GiB 4.29 GB)
Used Dev Size : 4192192 (4.00 GiB 4.29 GB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Thu Jul 11 11:28:50 2013
State : active
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Name : 1af8fae2:0 (local to host 1af8fae2)
UUID : cc72b189:34201546:4b959aa3:a412bb35
Events : 20
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
2 8 33 2 active sync /dev/sdc1
3 8 49 3 active sync /dev/sdd1
/dev/md/1af8fae2:1:
Version : 1.2
Creation Time : Wed Jul 10 21:57:24 2013
Raid Level : raid6
Array Size : 1047936 (1023.55 MiB 1073.09 MB)
Used Dev Size : 523968 (511.77 MiB 536.54 MB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Wed Jul 10 21:59:02 2013
State : active
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Name : 1af8fae2:1 (local to host 1af8fae2)
UUID : dcdbeca8:0ead7586:185bb8b7:a2eee11c
Events : 18
Number Major Minor RaidDevice State
0 8 2 0 active sync /dev/sda2
1 8 18 1 active sync /dev/sdb2
2 8 34 2 active sync /dev/sdc2
3 8 50 3 active sync /dev/sdd2
/dev/md/data-0:
Version : 1.2
Creation Time : Wed Jul 10 21:57:25 2013
Raid Level : raid5
Array Size : 2915731968 (2780.66 GiB 2985.71 GB)
Used Dev Size : 971910656 (926.89 GiB 995.24 GB)
Raid Devices : 4
Total Devices : 4
Persistence : Superblock is persistent
Update Time : Thu Jul 11 11:28:31 2013
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Name : 1af8fae2:data-0 (local to host 1af8fae2)
UUID : 1dcbc9aa:810af4f8:815edb55:48c86376
Events : 22
Number Major Minor RaidDevice State
0 8 3 0 active sync /dev/sda3
1 8 19 1 active sync /dev/sdb3
2 8 35 2 active sync /dev/sdc3
3 8 51 3 active sync /dev/sdd3
/dev/md/data-1:
Version : 1.2
Creation Time : Thu Jul 11 03:57:33 2013
Raid Level : raid1
Array Size : 976622784 (931.38 GiB 1000.06 GB)
Used Dev Size : 976622784 (931.38 GiB 1000.06 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Thu Jul 11 11:28:01 2013
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Name : 1af8fae2:data-1 (local to host 1af8fae2)
UUID : b664f984:d9820153:aa0e66b0:07df6678
Events : 19
Number Major Minor RaidDevice State
0 8 4 0 active sync /dev/sda4
1 8 20 1 active sync /dev/sdb4
Thanks for your kind help.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!