LTRData.DiscUtils.FileSystems
1.0.89
dotnet add package LTRData.DiscUtils.FileSystems --version 1.0.89
NuGet\Install-Package LTRData.DiscUtils.FileSystems -Version 1.0.89
<PackageReference Include="LTRData.DiscUtils.FileSystems" Version="1.0.89" />
<PackageVersion Include="LTRData.DiscUtils.FileSystems" Version="1.0.89" />
<PackageReference Include="LTRData.DiscUtils.FileSystems" />
paket add LTRData.DiscUtils.FileSystems --version 1.0.89
#r "nuget: LTRData.DiscUtils.FileSystems, 1.0.89"
#:package LTRData.DiscUtils.FileSystems@1.0.89
#addin nuget:?package=LTRData.DiscUtils.FileSystems&version=1.0.89
#tool nuget:?package=LTRData.DiscUtils.FileSystems&version=1.0.89
LTRData.DiscUtils.FileSystems
DiscUtils meta-package for filesystem readers, supported filesystem writers and virtual filesystem abstractions.
Part of the LTRData DiscUtils fork. Package IDs use LTRData.DiscUtils; C# namespaces remain DiscUtils.
Installation
dotnet add package LTRData.DiscUtils.FileSystems
Included packages
Direct package dependencies are listed below; their own dependencies are restored transitively. Choose individual packages when you need a smaller set of formats.
| Package | Purpose |
|---|---|
| LTRData.DiscUtils.Core | Common .NET disk, filesystem, partition and volume abstractions for DiscUtils, including raw disks and format-discovery infrastructure. |
| LTRData.DiscUtils.Btrfs | Managed .NET support for reading Btrfs filesystems, including file contents and filesystem metadata. |
| LTRData.DiscUtils.ExFat | Managed .NET implementation for reading, formatting and modifying exFAT filesystems. |
| LTRData.DiscUtils.Ext | Managed .NET support for reading Ext2, Ext3 and Ext4 filesystems, including file contents and filesystem metadata. |
| LTRData.DiscUtils.Fat | Managed .NET implementation for reading, formatting and modifying FAT12, FAT16 and FAT32 filesystems. |
| LTRData.DiscUtils.HfsPlus | Managed .NET support for reading HFS+ filesystems, including file contents and filesystem metadata. |
| LTRData.DiscUtils.Ntfs | Managed .NET implementation for reading, formatting and modifying NTFS filesystems, including NTFS-specific file metadata. |
| LTRData.DiscUtils.OpticalDisk | Managed .NET optical-disc image access and automatic detection of ISO 9660 and UDF filesystems. |
| LTRData.DiscUtils.SquashFs | Managed .NET support for reading SquashFS filesystems and building new compressed SquashFS images. |
| LTRData.DiscUtils.Swap | Managed .NET detection and header inspection for Linux swap areas through DiscUtils filesystem discovery. |
| LTRData.DiscUtils.VirtualFileSystem | Composable .NET virtual filesystem trees, TAR and ZIP filesystem readers, and a TAR image builder through DiscUtils abstractions. |
| LTRData.DiscUtils.Xfs | Managed .NET support for reading XFS filesystems, including file contents and filesystem metadata. |
Registration
DiscUtils.FileSystems.SetupHelper.SetupFileSystems();
This helper explicitly registers providers from: Core, Btrfs, Ext, Fat, ExFat, HfsPlus, Ntfs, OpticalDisk, SquashFs, Swap, Xfs, VirtualFileSystem. It is safe to repeat and supports trimming and Native AOT registration. Referencing the package alone does not register providers.
Package dependencies and registration scope are distinct. ISO 9660 and UDF have no separate discovery providers; their detection is supplied by OpticalDisk, which this helper registers.
ISO 9660 and UDF arrive transitively through OpticalDisk. This package also includes the limited Linux swap metadata reader. It does not include virtual disk container packages such as VHD or VHDX.
Dokan/FUSE integrations and command-line utilities are not included. Registration compatibility does not establish Native AOT support for every operation in every dependency.
Related packages
Documentation
Repository and capability matrix · Wiki · Migration guide · Format registration and Native AOT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
-
.NETFramework 4.8
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
-
.NETStandard 2.0
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
-
.NETStandard 2.1
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
-
net10.0
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
-
net8.0
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
-
net9.0
- LTRData.DiscUtils.Btrfs (>= 1.0.89)
- LTRData.DiscUtils.Core (>= 1.0.89)
- LTRData.DiscUtils.ExFat (>= 1.0.89)
- LTRData.DiscUtils.Ext (>= 1.0.89)
- LTRData.DiscUtils.Fat (>= 1.0.89)
- LTRData.DiscUtils.HfsPlus (>= 1.0.89)
- LTRData.DiscUtils.Ntfs (>= 1.0.89)
- LTRData.DiscUtils.OpticalDisk (>= 1.0.89)
- LTRData.DiscUtils.SquashFs (>= 1.0.89)
- LTRData.DiscUtils.Swap (>= 1.0.89)
- LTRData.DiscUtils.VirtualFileSystem (>= 1.0.89)
- LTRData.DiscUtils.Xfs (>= 1.0.89)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on LTRData.DiscUtils.FileSystems:
| Repository | Stars |
|---|---|
|
fiddyschmitt/clonezilla-util
Mount Clonezilla images in Windows
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.89 | 0 | 9/22/2026 |
| 1.0.88 | 332 | 8/3/2026 |
| 1.0.87 | 180 | 7/20/2026 |
| 1.0.86 | 149 | 7/4/2026 |
| 1.0.85 | 156 | 6/30/2026 |
| 1.0.84 | 134 | 6/27/2026 |
| 1.0.83 | 297 | 6/18/2026 |
| 1.0.82 | 189 | 5/26/2026 |
| 1.0.81 | 173 | 5/14/2026 |
| 1.0.80 | 209 | 4/24/2026 |
| 1.0.77 | 237 | 3/13/2026 |
| 1.0.76 | 206 | 3/10/2026 |
| 1.0.75 | 192 | 2/20/2026 |
| 1.0.74 | 159 | 2/18/2026 |
| 1.0.73 | 247 | 1/5/2026 |
| 1.0.72 | 340 | 11/25/2025 |
| 1.0.70 | 381 | 11/11/2025 |
| 1.0.69 | 253 | 10/31/2025 |
| 1.0.68 | 267 | 10/30/2025 |
| 1.0.67 | 234 | 10/24/2025 |