No Description

Tal Aloni 47383b09bd StandardInquiryData: Fix bug in GetBytes not reporting PeripheralDeviceType correctly 2 years ago
DiskAccessLibrary dd3e1f9c40 Updated DiskAccessLibrary to v1.5.9.1 3 years ago
DiskAccessLibrary.FileSystems.Abstractions 6b8f92918f Updated DiskAccessLibrary to v1.5.9, Updated Utilities 4 years ago
DiskAccessLibrary.Win32 6b8f92918f Updated DiskAccessLibrary to v1.5.9, Updated Utilities 4 years ago
ISCSI 47383b09bd StandardInquiryData: Fix bug in GetBytes not reporting PeripheralDeviceType correctly 2 years ago
ISCSIConsole ef97207ec6 ISCSI Console v1.5.2.2 3 years ago
Utilities 6b8f92918f Updated DiskAccessLibrary to v1.5.9, Updated Utilities 4 years ago
.gitattributes 084cb492d3 Updated .gitattributes 8 years ago
.gitignore 200156c632 :neckbeard: Added .gitattributes & .gitignore files 9 years ago
ISCSIConsole.VS2005.sln 27cac52412 Renamed VS2005 solution and projects 4 years ago
ISCSIConsole.sln 7b6d337ffe Added VS2019 solution and projects 3 years ago
ISCSIConsole_UI.png 38a3cff7e4 Updated Readme.md 7 years ago
License.txt bb798b4ea6 Added License.txt 6 years ago
Readme.md d85a463d5c Updated Readme.md 3 years ago

Readme.md

About iSCSI Console:

iSCSI Console is a Free, Open Source, User-Mode iSCSI Target Server written in C#.
iSCSI Console is cross-platform, portable and requires no installation.
iSCSI Console can serve physical and virtual disks to multiple clients.

About the iSCSI library:

The iSCSI library utilized by iSCSI Console was designed to give developers an easy way to serve block storage via iSCSI.
Any storage object you wish to share needs to implement the abstract Disk class, and the library will take care of the rest.
The library was written with extensibility in mind, and was designed to fit multitude of projects.
iSCSI Console is merely a demo project that exposes some of the capabilities of this library.

A NuGet package of the library is available.

Notes:

In addition to a full fledged iSCSI Target server implementation, the iSCSI library also contain a very basic iSCSI initiator implementation.

What this program can do:

  1. Serve virtual disks (VHD / VMDK / IMG).
  2. Serve physical disks.
  3. Serve basic volumes as disks.
  4. Serve dynamic volumes as disks.
  5. Create VHDs.
  6. Can run under Windows PE using Mono.
  7. Can run under Linux / OSX using Mono (use the release targeting .NET Framework 4.7.2)

iSCSI Console UI

Contact:

If you have any question, feel free to contact me.
Tal Aloni tal.aloni.il@gmail.com