User(s) browsing this thread: 1 Guest(s)
|
[200] C200 and software raid
|
|
12-01-2011, 06:37 PM
|
|||
|
|||
|
C200 and software raid
Hello Guys,
I'm planning to get a second hdisk into my C200. I would like to keep my data safer as i have almost 1.5TB on it already and i do not want to loose in case of a hdd crash/damage. Therefore i would like to setup a RAID1 mirror on the C200. Can somebody tell me if the support for raid1 is built into the factory default kernel? I have cross-compiled mdadm and trying to create a raid1 array but i'm getting the following message: Code: C200[share]# ./mdadm --create /dev/md0 --level=raid1 --raid-devices=1 /dev/sda3 --forceI have compiled some dm-mod.ko md.ko kernel modules but it fails to load as it is saying in the dmesg like this: Quote:raid1: exports duplicate symbol dm_unregister_target (owned by kernel) For me it looks like that the RAID support is built in to the kernel. But why mdadm can not handle it then? Maybe partial support is only built in? |
|||
|
12-02-2011, 07:44 AM
|
|||
|
|||
|
RE: C200 and software raid
question is... will it still be a functional mediaplayer if you get the software raid working?
The bus disk and network I/O has always been minimal with a little capacity over the BluRay I/O speed. Would you want to split this limited capacity over two disk and if you succeed can it still play back a BluRay ISO. Why raid? you put content on a disk and it sits there static until at some point you decide to delete it. Raid is good to keep you data safe in a dynamic disk usage. I would say just run a backup to a USB disk in the time your not watching. Sort of after you finished watching select "run incremental backup" to destination:..... PCH-A100/A210/C200/A400 500GB EXT3 HDD<-->HDMIv1.3<-->Onkyo TX-NR1010<-->HDMIv1.3<-->Panasonic TX-P46S10 13 NTFS USB drives on 3 hubs attached to the A300, 3 Seagate blackarmour NAS 3TB The inability to setup and configure the NMT should not be disguised as a defect of the box |
|||
|
12-30-2011, 11:30 AM
|
|||
|
|||
|
RE: C200 and software raid
finally i managed to work raid1 on my nmt c200
At the moment still with one disk (degraded array), but i will do some tests to examine the speed as soon as i will buy/get my second 1.5T harddisk ![]() Code: C200[~]# lsmod |grep raid1Code: sh-3.00# ./mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sda3 missingCode: C200[~]# cat /proc/mdstatCode: C200[~]# /share/raid/mdadm/mdadm --detail /dev/md0 |
|||
|
01-16-2012, 03:37 PM
(This post was last modified: 01-16-2012 04:17 PM by wye.)
|
|||
|
|||
|
RE: C200 and software raid
I'm happy to see this is possible, I'm looking forward to create a raid0 (stripping) on a C series myself. My goal is to maximize local throughput in order to minimize the time spent with PAR repairs and extracting/playing RAR archives. Storage size or error correction does not apply to my needs, since I don't keep movies after I see them.
BTW, anyone tried toying around with 2 fast SSDs in a strip raid on C series? I wonder what are the limitation of the SATA controller that popcorn uses. The reason why I'm asking is avoid buying too fast SSDs that would be over the limit of the controller and thus be wasted. E.g. on my PC the default ICH0R controller on the X58 mobo limits me to around 650 MBytes / sec (its a controller specific global limitation, not SATA 1/2/3 limit). Anyone knows the name of the SATA controller chip for C-200 or C-300? Also, how does popcorn handle downloading from usenet in background while a movie is playing? It it working at all? If yes, does it throttle CPU and I/O priority on the usenet client to avoid interrupting playback? Thanks. Just a little update from the research I've done: it looks like the SATA support is embedded inside the Sigma SoC. According to http://www.sigmadesigns.com/uploads/docu...40_br.pdf, it says its SATA II, but only "1.5 Gbps" (probably per channel). That is a bit odd, since SATA 1 is 1.5 Gbps per channel, and SATA II is 3 Gbps per channel. |
|||
|
01-17-2012, 02:06 PM
|
|||
|
|||
|
RE: C200 and software raid
Anyone with a SSD inside the popcorn hour is willing to do a "hdparm -t" to measure its local speed?
|
|||
|
03-20-2012, 10:17 PM
(This post was last modified: 03-20-2012 10:27 PM by xray.)
|
|||
|
|||
|
RE: C200 and software raid
Finally i got a second HDD and did some measurements.
Disk write speed to RAID1 md device: Code: C200[mnt]# /usr/local/bin/dd if=/dev/zero of=/tmp/mnt/700mb count=1400kSo as you can see the average disk write speed to RAID1 md device is 11MB/s. Disk write speed to single SATA device: Code: C200[mnt]# /usr/local/bin/dd if=/dev/zero of=/share/700mb count=1400kAverage disk write speed to single SATA disk: 11,76 MB/s. My conclusion is that there is no significant speed differencies between RAID1 and single disk but wirte to RAID1 is little bit slower. Disk read test. Read from single SATA disk: Code: C200[mnt]# /usr/local/bin/dd if=/share/700mb of=/dev/null count=1400kAvg.: 48,8 MB/s Read from RAID1 md device: Code: C200[mnt]# /usr/local/bin/dd if=/tmp/mnt/700mb of=/dev/null count=1400kAvg.: 46,16 MB/s Both test performed with: WD WD15EARS + SAMSUNG HM160HI (2G partition in SW RAID1) |
|||
|
11-16-2012, 05:39 PM
(This post was last modified: 11-16-2012 10:57 PM by seba0902.)
|
|||
|
|||
|
RE: C200 and software raid
Anyone would help me of setting up this?I have 2 hdd's of 1tb and need to explain me how to do it? I want help in installing mdadm with telnet and about configuring is not a problem,just see mdadm up and runing.Thanks in advance
|
|||
|
11-17-2012, 09:50 AM
|
|||
|
|||
|
RE: C200 and software raid
I tried to install but no results,Im also newbie at this,get the folowing error:
Code: sh-3.00# opkg update |
|||
|
11-17-2012, 06:52 PM
|
|||
|
|||
|
RE: C200 and software raid
I have ended up by starting installing mdadm.mips.ipk and when opkg says that missing dependency libc6 I download it and install and now I get the folowing error:
Code: sh-3.00# opkg update |
|||
|
11-17-2012, 11:18 PM
|
|||
|
|||
|
RE: C200 and software raid
It seems like this forum is dead...I will post anyway.After I get this error I manage to reformat my harddrive and reinstall nmt apps and now i get the folowing error
Code: sh-3.00# opkg install mdadm_3.1.4-r1_mips.ipkAny help would be apreciate,thanks in advance |
|||
|
11-18-2012, 03:35 AM
|
|||
|
|||
|
RE: C200 and software raid
it's also a topic with not that many people interested in it. perhaps you can try to pm the people that originally made it, that would email them to check the forum
|
|||
|
11-18-2012, 10:16 AM
|
|||
|
|||
|
RE: C200 and software raid
Thank you,I will do that
|
|||
|
11-19-2012, 01:42 PM
|
|||
|
|||
|
RE: C200 and software raid
I'll give it a try soon, and it may take a while, as it involves kernel modules.
Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
11-19-2012, 05:08 PM
(This post was last modified: 11-19-2012 07:02 PM by seba0902.)
|
|||
|
|||
|
RE: C200 and software raid
Thank you, I will wait for it,It would be also nice to have it via OPKG.
|
|||
|
11-19-2012, 08:41 PM
|
|||
|
|||
|
RE: C200 and software raid
Also maybe xray would like to share how has he do it?
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]






![[+]](images/collapse_collapsed.gif)

At the moment still with one disk (degraded array), but i will do some tests to examine the speed as soon as i will buy/get my second 1.5T harddisk 



