RAID 1.3 via DOS?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Message
Author
foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: RAID 1.3 via DOS?

#16 Post by foxidrive » 26 Nov 2013 23:07

In simple terms, a buffer can be just 1 MB and the file is read in 1 MB pieces and processed.

Samir
Posts: 384
Joined: 16 Jul 2013 12:00
Location: HSV
Contact:

Re: RAID 1.3 via DOS?

#17 Post by Samir » 27 Nov 2013 08:52

foxidrive wrote:In simple terms, a buffer can be just 1 MB and the file is read in 1 MB pieces and processed.
Oh, I think I know why I didn't get this at first--I was thinking of serially processing the compares. So in the proposed scenario, you compare both files to the source in parallel, ie you read the source once, compare against one file, then read the other file and compare, and then move to the next source segment. Have I got it?

penpen
Expert
Posts: 2005
Joined: 23 Jun 2013 06:15
Location: Germany

Re: RAID 1.3 via DOS?

#18 Post by penpen » 27 Nov 2013 13:59

Yes.

Samir
Posts: 384
Joined: 16 Jul 2013 12:00
Location: HSV
Contact:

Re: RAID 1.3 via DOS?

#19 Post by Samir » 27 Nov 2013 14:51

penpen wrote:Yes.
Thank you. This makes a lot more sense.

Post Reply