Hi Daniel, I think you misunderstand the way these systems usually work. Software that wants to burn a DVD will talk directly to the device, not to some filesystem. If you wanted to do that you'd probably be more interested in writing an IO driver of some variety that created a fake DVD device which instead of writing to a disk wrote itself to file, but that wouldn't be a task to take on lightly. IIRC IOKit should point you in the right direction.
Sam Moffatt http://pasamio.id.au On Mon, Dec 8, 2008 at 6:58 PM, Kewl <[EMAIL PROTECTED]> wrote: > > I'm not sure I understand everything about MacFUSE, but could it be > used as the basis for a virtual CD/DVD writer (that would ultimately > write an ISO or DMG file rather than physically burn a CD or DVD)? If > you're wondering what would be the benefit of such a virtual CD/DVD > writer, some authoring software (Apple Logic in DVD-A mode, Minnetonka > diskWelder Bronze) only want to write to a DVD rather than making an > image file. Fooling those apps into writing an image file through a > virtual optical writer would be a time (and media) saver. > > Thanks, > > Daniel > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
