Hi -
I'm not sure where to post this sort of a question so I'm putting it in the off-topic. This is to the programmers of Daemon Tools.
I've been thinking about a project to take up in my spare time (all thirty seconds per day). That project would be to write an app that could mount ext2/3 partitions under Windows. I've seen something like this before, but it was a userspace app that just browsed the ext filesystem within the program. I'm pondering something that would mount the filesystems to drive letters under Windows so it could be played with in Explorer.
No doubt this will be a difficult project, but there's plenty of documentation on ext filesystems so that shouldn't be too bad. The one place I don't have any idea where to start is how to create a virtual drive under Windows. If the creators of Daemon Tools or someone else could give me pointers to documentation about this, i.e. Windows routines or registry hacks or however DT does it, I'd appreciate it. I'm asking here because DT is the only software I know of that creates virtual drives, and does so rather effectively. Note, I'm not interested in the image mounting aspect, just the creation and destruction of drive letters under Windows.
Thanks, Chris
I'm not sure where to post this sort of a question so I'm putting it in the off-topic. This is to the programmers of Daemon Tools.
I've been thinking about a project to take up in my spare time (all thirty seconds per day). That project would be to write an app that could mount ext2/3 partitions under Windows. I've seen something like this before, but it was a userspace app that just browsed the ext filesystem within the program. I'm pondering something that would mount the filesystems to drive letters under Windows so it could be played with in Explorer.
No doubt this will be a difficult project, but there's plenty of documentation on ext filesystems so that shouldn't be too bad. The one place I don't have any idea where to start is how to create a virtual drive under Windows. If the creators of Daemon Tools or someone else could give me pointers to documentation about this, i.e. Windows routines or registry hacks or however DT does it, I'd appreciate it. I'm asking here because DT is the only software I know of that creates virtual drives, and does so rather effectively. Note, I'm not interested in the image mounting aspect, just the creation and destruction of drive letters under Windows.
Thanks, Chris
Comment