[Info-vax] HP wins Oracle Itanium case
ChrisQ
meru at devnull.com
Wed Aug 22 18:09:59 EDT 2012
On 08/22/12 19:52, Johnny Billquist wrote:
>
> Uh... No. At the lowest level of a disk, you do *not* store a stream of
> bytes. Where on earth did you get that from? At the lowest level, a disk
> deals with disk *blocks*. You read/write one block at a time.
> Blocks are typically 512 bytes, or possibly 2048 or 4096 bytes nowadays.
Err, thanks, but I am aware of all that. It is a stream of bytes, it just
happens to be formatted into blocks on the disk, for identification, error
checking and recovery.
If you read back in the thread, you'll see that what i'm really getting at
is that a byte stream is the most generic / lowest common denominator, from
which all other data formats can be layered on top of.
Since there are possibly an infinite number of data structures that you
might
want to develop in the future, it doesn't make sense to lock all that down
within the file system itself...
Regards,
Chris
More information about the Info-vax
mailing list