On 6/14/07, Antonio Carlini <arcarlini at iee.org> wrote:
Ethan Dicks wrote:
The joy of operating systems with enforced
filename extensions. :-P
To be fair, this is Nero assuming or enforcing! I can usually override
Windows' defaults.
Strictly speaking, yes... but extension rigidity is a Windows mentality.
That will be
the key - to get whatever tool you use to write 512-byte
blocks, not 2048-byte blocks.
You cannot do this. The CD is always 2048 bytes per block. It is the
drive that pretends that instead of N 2K blocks you have 4*N 512 byte
blocks so it looks like a disk.
Ah... I had thought that the underlying filesystem was part of the
equation, not that the drive did all the work.
This made life easier in the earlier days for
the OpenVMS and Solaris (and IRIX?) driver writers ... and threw the
rest of us another bump to trip over in the years to come!
I have worked with plenty of "starts up in 512-byte-block mode" issues
with old SCSI drives and Solaris - it does make boot code trivial
because you don't have to worry about the drive's block size. It was
nice with later versions of boot ROMs and such that knew that they
could and should send a packet to tell the drive to switch to
512-byte-block mode, removing the need for special models of drives
with mode jumpers.
Honestly, though, I haven't had to worry about it (except when playing
Software Archaeologist) in a long time, but then I don't burn ODS
disks often.
-ethan