![]() |
2013-08-19
, 14:07
|
Posts: 189 |
Thanked: 171 times |
Joined on Jul 2011
|
#2
|
I finally got myself a Micro SD card for my N900, and it struck me, why not RAID-0 the Micro SD and the MMC. That should make it fast and big, and since I rsync everything each night, I can RAID-0 without fear.
Does anyone have any experience with doing this? Most importantly, does the latest Power Kernel have RAID-support?
![]() |
2013-08-19
, 14:13
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#3
|
AFAIK (and I could be very, VERY, wrong) RAIDing works only with the same device and capacity i.e. a 64gb Plextor with another 64gb Plextor SSD, not a 32GB eMMC and a 16GB mSD (or even 32 for that matter)...
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2013-08-19
, 15:33
|
Posts: 172 |
Thanked: 170 times |
Joined on Jan 2010
@ Sweden
|
#4
|
The Following User Says Thank You to stefanmohl For This Useful Post: | ||
![]() |
2013-08-19
, 15:45
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#5
|
Hardware RAID often works best with identical disks, but the Linux software RAID is actually very forgiving, so I think the slight differences will be OK.
I am hoping that the striping will give me more bandwidth. Apparently there is an advantage to using an extra parallel swap partition on your sd card if the sd card is fast enough, so I was hoping that I could get the same advantage to disk access in general.
I made a large file from /dev/urandom and timed when copying it to both the MMC and the sd card (from root). The sd card and the MMC seem to have roughly the same speed, at least for sequential writes.
Does anyone have any experience with doing this? Are there any problems? Any advice?
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2013-08-19
, 16:56
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#6
|
The Following User Says Thank You to Estel For This Useful Post: | ||
![]() |
2013-08-19
, 17:21
|
Posts: 172 |
Thanked: 170 times |
Joined on Jan 2010
@ Sweden
|
#7
|
The Following User Says Thank You to stefanmohl For This Useful Post: | ||
![]() |
2013-08-19
, 19:24
|
|
Posts: 439 |
Thanked: 282 times |
Joined on Oct 2012
|
#8
|
![]() |
2013-08-19
, 19:43
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#9
|
Estel, yep, MOAR SPEED is what I am after! But I would prefer real speed, not just single digit percentage or extreme-case-only potential. However, I can't see that there is anything inherent in flash technology that prevents it from being RAIDed. AFAIK, one of the reasons for the high performance of SSD drives is that they have many flash-chips that are "RAIDed" internally.
You are mentioning pen drives, so maybe you are talking about some older measurements using the USB port? I have a reasonably good performance modern micro SD, so it should be significantly faster than your average pen drive...
The Following User Says Thank You to Estel For This Useful Post: | ||
![]() |
2013-08-20
, 00:27
|
Posts: 172 |
Thanked: 170 times |
Joined on Jan 2010
@ Sweden
|
#10
|
Does anyone have any experience with doing this? Most importantly, does the latest Power Kernel have RAID-support?