Olof Lagerkvist

Results 117 comments of Olof Lagerkvist

> See my (updated) answer at SO: > https://stackoverflow.com/questions/74604617/using-discutils-library-to-open-vdi-image/74605552? I cannot comment on your reply on StackOverflow because of the reputation system, so I reply here instead: > using DiscUtils.Vhdx.DiskImageFile...

> the updated answer does not use any VHDX classes...?! Oh, sorry, your answer is the one with the FreeDOS image example? I misunderstood which answer your comment was about!

Okay, I am a bit unfamiliar with the terminology there. I need to learn that answers to answers are not called answers but comments. ;)

Not through the DiscUtils library itself. It is possible though for example Arsenal Image Mounter where we use DiscUtils library as backend when you mount certain image file formats.

> Yes I tried with Arsenal Imager. However, I think it does not support the file belonging to applications such as virtualbox. It should support all image formats supported by...

> Yeah. virtual box does not open image files (.vdi) and bluestacks (.vhdx) I am not sure I follow. I regularly use AIM to mount vdi, vhdx, vmdk etc images...

> you misunderstood me. I can read with DiscUtils but not mount with Arsenal Yes and that is what surprised me. Arsenal Image Mounter should support all image formats supported...

> https://ibb.co/xCMfG78 https://ibb.co/C63d6rk Yes, it shows as added, even in disk manager, but I can't see it on my computer. Is it really a partition scheme and file system that...

> Can you show me how you can do it If you build DiscUtilsFs from that dokan-dotnet fork, you can do: `DiscUtilsFs -where=D: -vhd=c:\path\to\image.vdi` You need to install Dokan first:...

Dokan is actually quite simple. The DiscUtilsFs project I linked to shows how to do it. You basically wrap a DiscUtils `IFileSystem` instance in a `DokanDiscUtils` object and then call...