How practical is to create a simplest and cheapest RAID, using 2
partitions on the same disk, combining them as a RAID drive?
By "practical" I meant,
- I would assume less than 0.000001% people would do that so I can't find
any documents.
- Having 2 partitions might not give me much advantage in safety, so the
pay off is pity comparing to the hoops that I need to jump through.
As you can see, I'm still "scared" about this "complicated" RAID thing.
Any comments or inputs?
Thanks
--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i6tfpt$nq4$2@dough.gmane.org">http://lists.debian.org/i6tfpt$nq4$2@dough.gmane.org
09-16-2010, 05:14 PM
Camaleón
Simplest and cheapest RAID
On Thu, 16 Sep 2010 16:14:53 +0000, T o n g wrote:
> How practical is to create a simplest and cheapest RAID, using 2
> partitions on the same disk, combining them as a RAID drive?
>
> By "practical" I meant,
>
> - I would assume less than 0.000001% people would do that so I can't
> find any documents.
>
> - Having 2 partitions might not give me much advantage in safety, so the
> pay off is pity comparing to the hoops that I need to jump through.
>
> As you can see, I'm still "scared" about this "complicated" RAID thing.
>
> Any comments or inputs?
Mmm, I fail to see what is the purpose of such RAID, just as an
experiment? :-?
What are your goals? With 2 disks, having a raid0/rai1 has sense when
using different devices but not the same... unless you just want to
combine them for creating a big spool/volume (JBOD), in which case, LVM
should fit better your needs.
I think more information is required :-)
Greetings,
--
Camaleón
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: pan.2010.09.16.17.14.15@gmail.com">http://lists.debian.org/pan.2010.09.16.17.14.15@gmail.com
09-16-2010, 09:57 PM
Greg Madden
Simplest and cheapest RAID
On Thursday 16 September 2010 08:14:53 T o n g wrote:
> Hi,
>
> How practical is to create a simplest and cheapest RAID, using 2
> partitions on the same disk, combining them as a RAID drive?
>
> By "practical" I meant,
>
> - I would assume less than 0.000001% people would do that so I can't find
> any documents.
>
> - Having 2 partitions might not give me much advantage in safety, so the
> pay off is pity comparing to the hoops that I need to jump through.
>
> As you can see, I'm still "scared" about this "complicated" RAID thing.
>
> Any comments or inputs?
One aspect of raid is for drive failure protection, not partition protection.
IMHO., the more spindles the better , even without using raid.
--
Peace,
Greg
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201009161357.38655.gomadtroll@gci.net">http://lists.debian.org/201009161357.38655.gomadtroll@gci.net
09-17-2010, 12:03 AM
"Damon L. Chesser"
Simplest and cheapest RAID
On Thu, 2010-09-16 at 16:14 +0000, T o n g wrote:
> Hi,
>
> How practical is to create a simplest and cheapest RAID, using 2
> partitions on the same disk, combining them as a RAID drive?
It is not practical at all since if you loose the drive, you loose both
partition, thus defeating the purpose (0ne of them) of RAID.
>
> By "practical" I meant,
>
> - I would assume less than 0.000001% people would do that so I can't find
> any documents.
>
> - Having 2 partitions might not give me much advantage in safety, so the
> pay off is pity comparing to the hoops that I need to jump through.
>
> As you can see, I'm still "scared" about this "complicated" RAID thing.
>
> Any comments or inputs?
Having said that, it is trivial to use mdadmin to set up a raid device
of partitions on one HD. You will get a speed penalty as you are trying
to access one HD multiple times to write data or read data, but you can
do it as a training exercise to get to know the mdadmin commands. See
here: http://tldp.org/HOWTO/Software-RAID-HOWTO.html#toc6
Then, when you understand how raid works, you can take a look here:
http://wiki.tldp.org/LVM-on-RAID and figure out how to set up mdadmin to
run software raid (say 1) on which you then run lvm. The purpose? You
can add volumes to your lvm as needed, grow the fs hot and you would
need to loose several HDs before you lost your lvm.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 1284681789.3114.9.camel@dam-main">http://lists.debian.org/1284681789.3114.9.camel@dam-main
09-17-2010, 02:06 AM
Doug
Simplest and cheapest RAID
On 9/16/2010 5:57 PM, Greg Madden wrote:
On Thursday 16 September 2010 08:14:53 T o n g wrote:
Hi,
How practical is to create a simplest and cheapest RAID, using 2
partitions on the same disk, combining them as a RAID drive?
By "practical" I meant,
- I would assume less than 0.000001% people would do that so I can't find
any documents.
- Having 2 partitions might not give me much advantage in safety, so the
pay off is pity comparing to the hoops that I need to jump through.
As you can see, I'm still "scared" about this "complicated" RAID thing.
Any comments or inputs?
One aspect of raid is for drive failure protection, not partition protection.
IMHO., the more spindles the better , even without using raid.
Agreed. Drives are so cheap nowadays that a real RAID is affordable to
just about anybody. Even if it had to be an external USB version.
(Says the man who isn't running one. But I do have a backup system.)
--doug
--
Blessed are the peacemakers...for they shall be shot at from both sides.
--A.M. Greeley
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
On Thu, 16 Sep 2010 20:03:09 -0400, Damon L. Chesser wrote:
>> How practical is to create a simplest and cheapest RAID, using 2
>> partitions on the same disk, combining them as a RAID drive?
>
> It is not practical at all since if you loose the drive, you loose both
> partition, thus defeating the purpose (0ne of them) of RAID.
Ok, seems everyone thinks this way. My justification was, HD normally not
dies all of sudden. There should be signs of failing sectors. When it
happens, I might have a better chance salvage from the other copy. Yeah,
I agree, this is cheep. :-)
> Having said that, it is trivial to use mdadmin to set up a raid device
> of partitions on one HD. You will get a speed penalty as you are trying
> to access one HD multiple times to write data or read data, but you can
> do it as a training exercise to get to know the mdadmin commands. See
> here: http://tldp.org/HOWTO/Software-RAID-HOWTO.html#toc6
Thanks -- that's exactly the kind of information that I was hoping for,
beyond just "not practical".
Thanks again for everyone who replied.
--
Tong (remove underscore(s) to reply)
http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i6ujnq$ipm$1@dough.gmane.org">http://lists.debian.org/i6ujnq$ipm$1@dough.gmane.org
09-17-2010, 08:52 AM
Jon Dowland
Simplest and cheapest RAID
On Fri, Sep 17, 2010 at 02:28:10AM +0000, T o n g wrote:
> Ok, seems everyone thinks this way. My justification was, HD normally not
> dies all of sudden. There should be signs of failing sectors. When it
> happens, I might have a better chance salvage from the other copy. Yeah,
> I agree, this is cheep. :-)
A total waste of time. When a drive is failing, you can't trust the data you
are reading from it.
Get a backup routine sorted.
--
Jon Dowland
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100917085259.GA3834@deckard.alcopop.org">http://lists.debian.org/20100917085259.GA3834@deckard.alcopop.org