On Tue, Mar 16, 2010 at 9:26 PM, colors <iseecol...@sbcglobal.net> wrote: > I have also considered making SCSI Read calls or USB Read calls, but it looks > like I will only be allowed to do this if I make my own kext.
If you are able to interpret the CD's filesystem on your own, would it work to read the CD's sectors from its /dev file? If you issue the following command before inserting the CD: $ ls /dev/disk* ... then insert the CD and do the ls again, the CD's device node will be the most-recently added /dev/disk file. You'll just need to read in units of 2048 bytes, with the start of each read aligned at multiples of 2048. Mike -- Don Quixote de la Mancha quix...@dulcineatech.com http://www.dulcineatech.com Dulcinea Technologies Corporation: Software of Elegance and Beauty. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com