K
koko
Wake me up when somone makes a usable one.
did I wrote usable ? I wrote 'in the labs today' to make it clear that is
not science fiction like this optical x86 cpu
Wake me up when somone makes a usable one.
did I wrote usable ? I wrote 'in the labs today' to make it clear that is
not science fiction like this optical x86 cpu
Optical switches have been demonstrated, as well. My opinion isn't
changed; yawn.
Optical switches have been demonstrated, as well. My opinion isn't
changed; yawn.
And what exactly is your opinion ? :]
In comp.sys.intel Bill Davidsen said:I would guess reusable media would need to be ~$100/TB, use once no more
than $25-35/TB so you can sell it into the home/SB environments.
Nate said:Blank DVDs aren't practical for backing up a whole terabyte, but they're
down to about ~$100/TB in bulk ($40-50 per 100 disks/~450gb).
Rob said:In the home and SOHO markets, however, DVD is a very common backup media
- when backups are done at all.
A large part of it is due to the fact that in such places there is no
one to do backups except ordinary users - many of whom are quite
comfortable with burning a DVD, yet intimidated all to hell by tape drives.
Forget about the fact that tape backup has been around since JC and the
boys went out for pizza - to non-techies they are new and intimidating
gadgets.
In comp.sys.ibm.pc.hardware.chips Rob Stow said:In the home and SOHO markets, however, DVD is a very common
backup media - when backups are done at all.
A large part of it is due to the fact that in such places there
is no one to do backups except ordinary users - many of whom are
quite comfortable with burning a DVD, yet intimidated all to hell
by tape drives.
In comp.sys.ibm.pc.hardware.chips Bill Davidsen said:There's no help in sight, DL DVDs are too expensive (thanks to DRM for
that), and 25-30GB Blueray or HD-DVD blanks are also unlikely to be
affordable.
What the world needs is a cheap four bay external usb drive case, put in
four big drives as RAID-5, take a backup and put it in the safe. Don't
know of any.
Nate said:DL DVDs are falling in price, though slowly, largely because there's little
need for them in the consumer sector, and there aren't many drives. I think
you're wrong about BR/HD-DVD prices: it will take a couple of years for the
market to shake out and quantities to build, but I fully expect they'll fall
to a comparable cost-per-byte than current DVDs, even if they cost enough
more to produce than the $40/100 that current DVD-/+R costs.
Software RAID5 is pretty easy, and there are any number of 4-bay external
USB and firewire cases, although those are expensive. Frankly, I don't trust
single-parity enough to use it for backups, though. I'm not sure if a 4+2
RAID6 would be adequate, but given 4 drives for backup, I'd do mirrored
pairs.
Terje Mathisen said:I.e. is there a code in which you can encode two blocks of data on four
drives, and recover the data blocks from any pair of surviving drives?
+---------------
| >I.e. is there a code in which you can encode two blocks of data on four
| >drives, and recover the data blocks from any pair of surviving drives?
|
| Unfortunately not -- you need five, encode A A B B A+B, and then you
| can recover from any two losses.
+---------------
You only need *four* -- A, B, A+B, and A-B -- if you know *which*
drives have failed [which you can usually tell from the drives' own
internal error-detection]...
Casper H.S. Dik said:+---------------
| >I.e. is there a code in which you can encode two blocks of data on four
| >drives, and recover the data blocks from any pair of surviving drives?
|
| Unfortunately not -- you need five, encode A A B B A+B, and then you
| can recover from any two losses.
+---------------You only need *four* -- A, B, A+B, and A-B -- if you know *which*
drives have failed [which you can usually tell from the drives' own
internal error-detection]...
But not always; and if the drives were kind enough to write the data
where you ask it to write the data first.
This is one reason why Solaris ZFS keeps checksums separate from data;
it can tell which part of the mirror returned bad data and repair it
because the checksum fails.
Rob Warnock said:+---------------
| I.e. is there a code in which you can encode two blocks of data on four
| drives, and recover the data blocks from any pair of surviving drives?
+---------------
What if the drives stored "A", "B", "A+B", and "A-B" [chunked in some
reasonable sizes], where "+" and "-" are the normal arithmetic operators?
Yeah, that works... *if* you know which drives are bad.
[Note: This doesn't work if the 3rd & 4th drives store "A XOR B" and
"A XOR NOT B", say.]
Though note that with *five* parity drives (2t+1) you can get double
error correction (t=2) [and triple error detection] across a *large*
number of drives, say, a dozen or more [up to 250, actually, using a
truncated Reed-Solomon code and striping at the byte level]. Of course,
doing the correction when needed is likely to be sloooowwwwwww... ;-}
But it might be good for archival purposes.
+---------------
| I.e. is there a code in which you can encode two blocks of data on four
| drives, and recover the data blocks from any pair of surviving drives?
+---------------
What if the drives stored "A", "B", "A+B", and "A-B" [chunked in some
reasonable sizes], where "+" and "-" are the normal arithmetic operators?
Yeah, that works... *if* you know which drives are bad.
This is one reason why Solaris ZFS keeps checksums separate from data;
it can tell which part of the mirror returned bad data and repair it
because the checksum fails.
Bill Todd said:Casper H.S. Dik wrote:
Could you point me to such detailed descriptions of ZFS as that which
included this juicy snippet (a feature that I've been pursuing myself at
my usual glacial pace)? Unless, of course, the information came from
internal-only sources.
Casper said:There's no current substantial technical information available; there's a
question and answer session at:
http://www.sun.com/emrkt/campaign_docs/icee_0703/transcript-SEE-091504.pdf