Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Can I create some sort of raid disk with two usb drives in vista/7

Reply
Thread Tools Display Modes

Can I create some sort of raid disk with two usb drives in vista/7

 
 
Aussie Rules
Guest
Posts: n/a

 
      11-18-2009
Hi,

I want to have two flash drives working in like a raid mirror.

I can plug in one of the usb flash drives and get say a new E:\, but of
course if I plug in the second one I get a f:\

Is there a way to have windows vista (or 7 I guess) configured so that the
two flash drives are just the E:\ and they are working in a raid mirror
config via software ??

Thanks

 
Reply With Quote
 
 
 
 
Leroy
Guest
Posts: n/a

 
      11-18-2009
No. Windows operating systems are only supported on internal hard drives.

Aussie Rules wrote:
> Hi,
>
> I want to have two flash drives working in like a raid mirror.
>
> I can plug in one of the usb flash drives and get say a new E:\, but of
> course if I plug in the second one I get a f:\
>
> Is there a way to have windows vista (or 7 I guess) configured so that
> the two flash drives are just the E:\ and they are working in a raid
> mirror config via software ??
>
> Thanks

 
Reply With Quote
 
Aussie Rules
Guest
Posts: n/a

 
      11-18-2009
Hi

Thanks for your reply.

I am nut sure I fully understand your reply.

I already have an internal drive (C which has the windows OS on it. I just
want to have another drive which has the raid function.

THanks

"Leroy" <> wrote in message
news:...
> No. Windows operating systems are only supported on internal hard drives.
>
> Aussie Rules wrote:
>> Hi,
>>
>> I want to have two flash drives working in like a raid mirror.
>>
>> I can plug in one of the usb flash drives and get say a new E:\, but of
>> course if I plug in the second one I get a f:\
>>
>> Is there a way to have windows vista (or 7 I guess) configured so that
>> the two flash drives are just the E:\ and they are working in a raid
>> mirror config via software ??
>>
>> Thanks


 
Reply With Quote
 
Electro Lytes
Guest
Posts: n/a

 
      11-18-2009


"Leroy" <> wrote in message
news:...
> No. Windows operating systems are only supported on internal hard drives.
>


You must have reading comprehension problems. That wasn't the question he
asked you IDIOT. Take your thumb out of your ass and pay attention.



 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a

 
      11-18-2009
On Wed, 18 Nov 2009 07:43:53 -0800, Electro Lytes wrote:

> "Leroy" <> wrote in message
> news:...
>> No. Windows operating systems are only supported on internal hard drives.
>>

>
> You must have reading comprehension problems. That wasn't the question he
> asked you IDIOT. Take your thumb out of your ass and pay attention.
>


He misunderstood the question you asked.

AFAIK, you need a specialized hard-disk controller to do RAID, and so you
can do it only with hard drives connected to that controller.

In fact, you would have the same problem with two (separate) USB hard
drives. RAID drives that plug into USB (etc.) contain two or more drives in
a single case with a RAID controller inside.

--
Gene E. Bloch letters0x40blochg0x2Ecom
 
Reply With Quote
 
LVTravel
Guest
Posts: n/a

 
      11-18-2009

"Aussie Rules" <> wrote in message
news:#...
> Hi,
>
> I want to have two flash drives working in like a raid mirror.
>
> I can plug in one of the usb flash drives and get say a new E:\, but of
> course if I plug in the second one I get a f:\
>
> Is there a way to have windows vista (or 7 I guess) configured so that the
> two flash drives are just the E:\ and they are working in a raid mirror
> config via software ??
>
> Thanks


While there may be third party software out there that will create a
software raid setup for flash drives in a mirrored configuration you are
talking about USB speed and that isn't great and because the data must be
written twice it probably will slow down the computer anytime a write to the
raid is made.

Vista, at least to my knowledge, can not do what you want. Don't know about
Win 7.

Now, for my own curiosity, why would you want to do something like this? If
it is for data backup you do realize that if you write to one drive the
other will be changed also and a data error introduced to one will also be
introduced to the other and you would defeat the purpose of a backup. There
are many other ways to do effective automatic backups but this is really a
poor way. If for another purpose I would really like to know why.

 
Reply With Quote
 
Aussie Rules
Guest
Posts: n/a

 
      11-18-2009
Hi,

The PC runs a very small, low transaction volume sql express database. The
PC is housed often in warehouse locations and lives a pretty hard life.

The failure rate on these devices are often related to the hard disk, with
heat and dust the main killer.

The idea is to keep the PC and our application running on a typical internal
hard disk, but just move the database file off to a flash drive. Performance
is not a big deal on this, and the volume of data we write or read is very
small. (maybe 100 write/reads a day)

So we already know that we can have an SQL database on a flash drive, which
performs well. So for further to improve the situation it would be great if
we could have the flash drive in some sort of software raid, so that if the
flash drive has an issue we have a back up.

We have designed the application so that if the PC fails, you can just swap
it out, so thats covered.. now its just making sure the data is safe, and
that we can take the flash drive to another machine and get the application
up and running quickly.

Thanks

"LVTravel" <> wrote in message
news:...
>
> "Aussie Rules" <> wrote in message
> news:#...
>> Hi,
>>
>> I want to have two flash drives working in like a raid mirror.
>>
>> I can plug in one of the usb flash drives and get say a new E:\, but of
>> course if I plug in the second one I get a f:\
>>
>> Is there a way to have windows vista (or 7 I guess) configured so that
>> the two flash drives are just the E:\ and they are working in a raid
>> mirror config via software ??
>>
>> Thanks

>
> While there may be third party software out there that will create a
> software raid setup for flash drives in a mirrored configuration you are
> talking about USB speed and that isn't great and because the data must be
> written twice it probably will slow down the computer anytime a write to
> the raid is made.
>
> Vista, at least to my knowledge, can not do what you want. Don't know
> about Win 7.
>
> Now, for my own curiosity, why would you want to do something like this?
> If it is for data backup you do realize that if you write to one drive the
> other will be changed also and a data error introduced to one will also be
> introduced to the other and you would defeat the purpose of a backup.
> There are many other ways to do effective automatic backups but this is
> really a poor way. If for another purpose I would really like to know
> why.


 
Reply With Quote
 
LVTravel
Guest
Posts: n/a

 
      11-19-2009



"Aussie Rules" <> wrote in message
news:#hQhv#...
> Hi,
>
> The PC runs a very small, low transaction volume sql express database. The
> PC is housed often in warehouse locations and lives a pretty hard life.
>
> The failure rate on these devices are often related to the hard disk, with
> heat and dust the main killer.
>
> The idea is to keep the PC and our application running on a typical
> internal hard disk, but just move the database file off to a flash drive.
> Performance is not a big deal on this, and the volume of data we write or
> read is very small. (maybe 100 write/reads a day)
>
> So we already know that we can have an SQL database on a flash drive,
> which performs well. So for further to improve the situation it would be
> great if we could have the flash drive in some sort of software raid, so
> that if the flash drive has an issue we have a back up.
>
> We have designed the application so that if the PC fails, you can just
> swap it out, so thats covered.. now its just making sure the data is safe,
> and that we can take the flash drive to another machine and get the
> application up and running quickly.
>
> Thanks
>
> "LVTravel" <> wrote in message
> news:...
>>
>> "Aussie Rules" <> wrote in message
>> news:#...
>>> Hi,
>>>
>>> I want to have two flash drives working in like a raid mirror.
>>>
>>> I can plug in one of the usb flash drives and get say a new E:\, but of
>>> course if I plug in the second one I get a f:\
>>>
>>> Is there a way to have windows vista (or 7 I guess) configured so that
>>> the two flash drives are just the E:\ and they are working in a raid
>>> mirror config via software ??
>>>
>>> Thanks

>>
>> While there may be third party software out there that will create a
>> software raid setup for flash drives in a mirrored configuration you are
>> talking about USB speed and that isn't great and because the data must be
>> written twice it probably will slow down the computer anytime a write to
>> the raid is made.
>>
>> Vista, at least to my knowledge, can not do what you want. Don't know
>> about Win 7.
>>
>> Now, for my own curiosity, why would you want to do something like this?
>> If it is for data backup you do realize that if you write to one drive
>> the other will be changed also and a data error introduced to one will
>> also be introduced to the other and you would defeat the purpose of a
>> backup. There are many other ways to do effective automatic backups but
>> this is really a poor way. If for another purpose I would really like to
>> know why.

>


Thanks for explaining. Interesting thought. Fault tolerance for data is
important. One suggestion is possibly you could place one of the new solid
state hard drives in the computer. No spinning disk and as long as the
power supply and other fans work heat is not normally an issue. Because no
heat produced from the hard drive the fans are much more efficient. Sounds
like the processor would be just loafing along even with the SQL database
running.

 
Reply With Quote
 
LVTravel
Guest
Posts: n/a

 
      11-19-2009

"LVTravel" <> wrote in message
news:...
>
>
> "Aussie Rules" <> wrote in message
> news:#hQhv#...
>> Hi,
>>
>> The PC runs a very small, low transaction volume sql express database.
>> The PC is housed often in warehouse locations and lives a pretty hard
>> life.
>>
>> The failure rate on these devices are often related to the hard disk,
>> with heat and dust the main killer.
>>
>> The idea is to keep the PC and our application running on a typical
>> internal hard disk, but just move the database file off to a flash drive.
>> Performance is not a big deal on this, and the volume of data we write or
>> read is very small. (maybe 100 write/reads a day)
>>
>> So we already know that we can have an SQL database on a flash drive,
>> which performs well. So for further to improve the situation it would be
>> great if we could have the flash drive in some sort of software raid, so
>> that if the flash drive has an issue we have a back up.
>>
>> We have designed the application so that if the PC fails, you can just
>> swap it out, so thats covered.. now its just making sure the data is
>> safe, and that we can take the flash drive to another machine and get the
>> application up and running quickly.
>>
>> Thanks
>>
>> "LVTravel" <> wrote in message
>> news:...
>>>
>>> "Aussie Rules" <> wrote in message
>>> news:#...
>>>> Hi,
>>>>
>>>> I want to have two flash drives working in like a raid mirror.
>>>>
>>>> I can plug in one of the usb flash drives and get say a new E:\, but of
>>>> course if I plug in the second one I get a f:\
>>>>
>>>> Is there a way to have windows vista (or 7 I guess) configured so that
>>>> the two flash drives are just the E:\ and they are working in a raid
>>>> mirror config via software ??
>>>>
>>>> Thanks
>>>
>>> While there may be third party software out there that will create a
>>> software raid setup for flash drives in a mirrored configuration you are
>>> talking about USB speed and that isn't great and because the data must
>>> be written twice it probably will slow down the computer anytime a write
>>> to the raid is made.
>>>
>>> Vista, at least to my knowledge, can not do what you want. Don't know
>>> about Win 7.
>>>
>>> Now, for my own curiosity, why would you want to do something like this?
>>> If it is for data backup you do realize that if you write to one drive
>>> the other will be changed also and a data error introduced to one will
>>> also be introduced to the other and you would defeat the purpose of a
>>> backup. There are many other ways to do effective automatic backups but
>>> this is really a poor way. If for another purpose I would really like
>>> to know why.

>>

>
> Thanks for explaining. Interesting thought. Fault tolerance for data is
> important. One suggestion is possibly you could place one of the new
> solid state hard drives in the computer. No spinning disk and as long as
> the power supply and other fans work heat is not normally an issue.
> Because no heat produced from the hard drive the fans are much more
> efficient. Sounds like the processor would be just loafing along even
> with the SQL database running.


And a second thought. Install a SATA RAID adapter card in the computer and
put two of the new SATA solid state hard drives in a mirrored configuration.
Even better than my first thought.

 
Reply With Quote
 
Aussie Rules
Guest
Posts: n/a

 
      11-20-2009
Yeah, I did think of that, but the PC is not a standard PC, its one of those
all in one POS terminals, so no capacity to add or remove any devices such
as this.

I am thinking that the solid state drive is going to be the best option....


"LVTravel" <> wrote in message
news:ev%...
>
> "LVTravel" <> wrote in message
> news:...
>>
>>
>> "Aussie Rules" <> wrote in message
>> news:#hQhv#...
>>> Hi,
>>>
>>> The PC runs a very small, low transaction volume sql express database.
>>> The PC is housed often in warehouse locations and lives a pretty hard
>>> life.
>>>
>>> The failure rate on these devices are often related to the hard disk,
>>> with heat and dust the main killer.
>>>
>>> The idea is to keep the PC and our application running on a typical
>>> internal hard disk, but just move the database file off to a flash
>>> drive. Performance is not a big deal on this, and the volume of data we
>>> write or read is very small. (maybe 100 write/reads a day)
>>>
>>> So we already know that we can have an SQL database on a flash drive,
>>> which performs well. So for further to improve the situation it would be
>>> great if we could have the flash drive in some sort of software raid, so
>>> that if the flash drive has an issue we have a back up.
>>>
>>> We have designed the application so that if the PC fails, you can just
>>> swap it out, so thats covered.. now its just making sure the data is
>>> safe, and that we can take the flash drive to another machine and get
>>> the application up and running quickly.
>>>
>>> Thanks
>>>
>>> "LVTravel" <> wrote in message
>>> news:...
>>>>
>>>> "Aussie Rules" <> wrote in message
>>>> news:#...
>>>>> Hi,
>>>>>
>>>>> I want to have two flash drives working in like a raid mirror.
>>>>>
>>>>> I can plug in one of the usb flash drives and get say a new E:\, but
>>>>> of course if I plug in the second one I get a f:\
>>>>>
>>>>> Is there a way to have windows vista (or 7 I guess) configured so that
>>>>> the two flash drives are just the E:\ and they are working in a raid
>>>>> mirror config via software ??
>>>>>
>>>>> Thanks
>>>>
>>>> While there may be third party software out there that will create a
>>>> software raid setup for flash drives in a mirrored configuration you
>>>> are talking about USB speed and that isn't great and because the data
>>>> must be written twice it probably will slow down the computer anytime a
>>>> write to the raid is made.
>>>>
>>>> Vista, at least to my knowledge, can not do what you want. Don't know
>>>> about Win 7.
>>>>
>>>> Now, for my own curiosity, why would you want to do something like
>>>> this? If it is for data backup you do realize that if you write to one
>>>> drive the other will be changed also and a data error introduced to one
>>>> will also be introduced to the other and you would defeat the purpose
>>>> of a backup. There are many other ways to do effective automatic
>>>> backups but this is really a poor way. If for another purpose I would
>>>> really like to know why.
>>>

>>
>> Thanks for explaining. Interesting thought. Fault tolerance for data is
>> important. One suggestion is possibly you could place one of the new
>> solid state hard drives in the computer. No spinning disk and as long as
>> the power supply and other fans work heat is not normally an issue.
>> Because no heat produced from the hard drive the fans are much more
>> efficient. Sounds like the processor would be just loafing along even
>> with the SQL database running.

>
> And a second thought. Install a SATA RAID adapter card in the computer
> and put two of the new SATA solid state hard drives in a mirrored
> configuration. Even better than my first thought.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to run RAID1 for the Vista boot drive - pls help me understand Dave Windows Vista Installation 19 06-18-2007 03:14 PM
Move Vista from current drive to RAID drives? xiowan Windows Vista Installation 0 03-20-2007 08:52 PM
Vista x64 finally up on RAID (nForce4) ... Jon Davis Windows Vista Hardware 6 09-20-2006 01:51 AM
Raid disk array Fasttrak 133 Lite- Promise 20276 chip set Options Ph4ze Windows Vista Installation 2 09-16-2006 05:26 AM
Raid disk array Fasttrak 133 Lite- Promise 20276 chip set Ph4ze Windows Vista Installation 0 09-15-2006 02:11 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59