LTRData.DiscUtils.Iscsi
1.0.89
dotnet add package LTRData.DiscUtils.Iscsi --version 1.0.89
NuGet\Install-Package LTRData.DiscUtils.Iscsi -Version 1.0.89
<PackageReference Include="LTRData.DiscUtils.Iscsi" Version="1.0.89" />
<PackageVersion Include="LTRData.DiscUtils.Iscsi" Version="1.0.89" />
<PackageReference Include="LTRData.DiscUtils.Iscsi" />
paket add LTRData.DiscUtils.Iscsi --version 1.0.89
#r "nuget: LTRData.DiscUtils.Iscsi, 1.0.89"
#:package LTRData.DiscUtils.Iscsi@1.0.89
#addin nuget:?package=LTRData.DiscUtils.Iscsi&version=1.0.89
#tool nuget:?package=LTRData.DiscUtils.Iscsi&version=1.0.89
LTRData.DiscUtils.Iscsi
Managed .NET iSCSI initiator for target discovery, sessions and read/write access to remote block devices through DiscUtils.
Part of the LTRData DiscUtils fork. Package IDs use LTRData.DiscUtils; C# namespaces remain DiscUtils.
Installation
dotnet add package LTRData.DiscUtils.Iscsi
Capabilities
| Capability | Support |
|---|---|
| Discover targets and LUNs | Yes |
| Read remote block devices | Yes |
| Write remote block devices | Yes, subject to target permissions |
Usage notes
Initiator and Session provide explicit connections and LUN access. The package also supplies an iscsi transport for generic disk opening. This is a client library, not an iSCSI server or an operating-system initiator driver. Registration is AOT-compatible; protocol-key reflection elsewhere in iSCSI is outside that guarantee.
Registration
For automatic discovery, register the providers implemented by this package:
DiscUtils.Iscsi.Formats.Register();
Direct use of the concrete APIs in this package does not require discovery registration. Each registration call covers only its own assembly. Register DiscUtils.Core.Formats.Register() as well when using generic disk opening through the local-file transport, and register other disk/filesystem providers as needed. These registration calls support trimming and Native AOT; this is not a guarantee for every operation in the package.
Example
using System;
using DiscUtils.Iscsi;
var initiator = new Initiator();
foreach (var target in initiator.GetTargets("192.0.2.10"))
Console.WriteLine(target);
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.Core (>= 1.0.89)
-
.NETFramework 4.8
- LTRData.DiscUtils.Core (>= 1.0.89)
-
.NETStandard 2.0
- LTRData.DiscUtils.Core (>= 1.0.89)
-
.NETStandard 2.1
- LTRData.DiscUtils.Core (>= 1.0.89)
-
net10.0
- LTRData.DiscUtils.Core (>= 1.0.89)
-
net8.0
- LTRData.DiscUtils.Core (>= 1.0.89)
-
net9.0
- LTRData.DiscUtils.Core (>= 1.0.89)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LTRData.DiscUtils.Iscsi:
| Package | Downloads |
|---|---|
|
LTRData.DiscUtils.Transports
DiscUtils meta-package for iSCSI and NFS access, local-file transport and optical-disc detection. |
|
|
LTRData.DiscUtils
Broad DiscUtils meta-package for managed .NET disk images, filesystems, storage protocols and related storage formats. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.89 | 73 | 9/22/2026 |
| 1.0.88 | 1,163 | 8/3/2026 |
| 1.0.87 | 236 | 7/20/2026 |
| 1.0.86 | 1,100 | 7/4/2026 |
| 1.0.85 | 349 | 6/30/2026 |
| 1.0.84 | 219 | 6/27/2026 |
| 1.0.83 | 379 | 6/18/2026 |
| 1.0.82 | 1,802 | 5/26/2026 |
| 1.0.81 | 495 | 5/14/2026 |
| 1.0.80 | 493 | 4/24/2026 |
| 1.0.77 | 325 | 3/13/2026 |
| 1.0.76 | 248 | 3/10/2026 |
| 1.0.75 | 883 | 2/20/2026 |
| 1.0.74 | 228 | 2/18/2026 |
| 1.0.73 | 1,719 | 1/5/2026 |
| 1.0.72 | 566 | 11/25/2025 |
| 1.0.71 | 563 | 11/19/2025 |
| 1.0.70 | 458 | 11/11/2025 |
| 1.0.69 | 440 | 10/31/2025 |
| 1.0.68 | 353 | 10/30/2025 |