On Sat, Nov 6, 2010 at 4:43 AM, Ethan Dicks <ethan.dicks at gmail.com> wrote:
The blocks themselves
are nearly always formatted to 512 bytes per block (though in the
earliest days, 256 bytes per block was not unknown), and the blocks
can be just read out sequentially starting with 0000000 (which is
something 'dd' is exceptionally good at).
Out of curiosity what determines the 512-bytes per block setting on a
common SCSI hard drive? Is this done with low-level formatting and is
that in the drives firmware or an external utility?
I understand that the IBM AS/400 machines for example use 520-byte
sectors, so does it mean that a common SCSI hard drive with 512-byte
sectors can never be used with an AS/400 or is just a matter of
low-level formatting? has anyone ever attempted this?
I have an old CISC AS/400 and I am wondering what the long term
options are going to be for spinning storage.