cdrecord???
Steve McIntyre
steve at einval.com
Sun Oct 31 01:28:26 UTC 2004
David Williamson writes:
>
>I understand that it had to treat ATAPI drives as scsi for some reason,
>which always struck me as odd, but after a while it became "normal."
>Now, with ubuntu, things don't work this way. So, is that because of
>udev? Just changes with cdrecord? The new kernel? Something else
>altogether?
It's kernel changes. In 2.4 and previous, the only way to send generic
userland commands to ATAPI devices was to get the kernel to make them
appear as SCSI devices (using ide-scsi). With kernel 2.6, ide-scsi is
deprecated; ATAPI devices are expected to handle the SG_IO commands
directly through the /dev/hd interface. The commands sent to the drive
are the same in the end, but the kernel no longer invents the details
of a SCSI bus for cdrecord -scanbus to look at.
--
Steve McIntyre, Cambridge, UK. steve at einval.com
You raise the blade, you make the change... You re-arrange me 'til I'm sane...
More information about the ubuntu-users
mailing list