DiscUtils icon indicating copy to clipboard operation
DiscUtils copied to clipboard

Utility libraries to interact with discs, filesystem formats and more

Results 133 DiscUtils issues
Sort by recently updated
recently updated
newest added

There are several open PRs that address open issues, and there hasn’t been an update in over a year. There are several downstream projects that take this in as a...

Hello, I'm beginner, but text for label doesn't saved in created file. I saw it in WinImage. The field for label is empty.

When I use the following code `VirtualDisk vhdx = VirtualDisk.OpenDisk("/ext.vmdk", FileAccess.Read)` I have `Unhandled Exception: System.IO.FileNotFoundException: Unable to parse path` But the virtual disk exists and has permissions

4.6.1 and older are EOL as of 20220426. This caused build problems in VS 2022.

Please modify the code of ReadFrom method in DiscUtils.Btrfs/Base/Items/ExtentData.cs file as follows: ``` if (Type == ExtentDataType.Inline) { InlineData = EndianUtilities.ToByteArray(buffer, offset + 0x15, buffer.Length - (offset + 0x15)); LogicalSize...

Firstly, sorry if I'm doing something wrong. I'm pretty used to coding, but not really contributing to projects. I've encountered an issue where the NtfsFileSystem implementation results in semi-broken file...

I use Net Core 3.1 When trying to create an iso image with the addition file with size 4.2 GB, the size of the image is 4.2 Gb, but inside...

it seems this is missing in disks created with diskutils, both for vhd and vhdx. am i missing a call to a function to add it, or is it not...

When I wish to extract an ISO file, I got: `Only EFE implemented for Metadata file entry` The code I used: try { using (FileStream isoStream = File.Open(opts.Path, FileMode.Open)) {...

A fix for a bug mentioned in #247: implementing fixes for sector size detection for bootable images. We either calculate the sector count based on the emulated floppy size, or...