Support Forums

Full Version: ISO Mounting C# (Virtual UDF CD-ROM Drive)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was testing a new project earlier today on trying to mount a regular .ISO file format as a virtual hard disk, and gained some insight on how if works, although there's a couple things I do not quite yet understand.

How does the flag on a virtual drive get interpretted? By it's contents or a property which is set? Perhaps the Volume GUID has something to do with it for as far as i've read.

So far I can retrieve a list of CD-ROM drives from my computer's mapped drive letters, and I think I'm able to read from an ISO the complete file structure as well. That's all my progress so far on my own. I just don't have enough knowledge about UDF to mount a drive with the UDF format.

I've got a nice and simple GUI though so far:
[Image: 5KqzO.png]

lol...

It seems to be like it's own filesystem even more basic than FAT