Some ISOs not parsed from DiscUtils
See original GitHub issueI’ve been playing with this library for a few minutes and created small PowerShell module using it.
$ExtractMe = "$Env:UserProfile\Downloads\DaRT70.iso"
$Extractor = [Microsoft.CST.OpenSource.RecursiveExtractor.Extractor]::new()
$Extractor.ExtractFile($ExtractMe) | Format-Table
this is the error:
This is bootable .iso.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Check if ISO has Joliet extension by DiscUtils
Iso9660 for joliet extensions for the purposes of that field. I don't know the reason for that - it might be a bug,...
Read more >Issues · microsoft/RecursiveExtractor
RecursiveExtractor is a .NET Standard 2.0 archive extraction Library, and Command Line Tool which can process 7zip, ar, bzip2, deb, gzip, iso, rar,...
Read more >Error with .iso (XEMU) : r/Roms
14 votes, 34 comments. Hello, I downloaded a game .iso, for the original Xbox but when I try to use it says "Please...
Read more >LTRData.DiscUtils.Core 1.0.12
NET library to read and write ISO files and Virtual Machine disk files (VHD, VDI, XVA, VMDK, etc). DiscUtils is developed in C#...
Read more >Serve Customized .ISO files from ASP.NET
Introduction. This article describes how, using the DiscUtils library from CodePlex, you can serve up customized ISO files from a website.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I apologize for raising the matter again, but the UDF issue still persists so I tried to fix it. I hope it helps.
Thanks for your help @SteAmeR with #120, which added an extractor for UDF isos without a joliet index.
@PrzemyslawKlys is it possible for you to retry with the file you were having issues with on the latest or to reach back out to provide the sample file again or perhaps explain how to generate a file of this type with test contents suitable?