sahlberg / libiscsi

iscsi client library and utilities
Other
192 stars 164 forks source link

Building on OSX 10.13 High Sierra, src dir is missing #357

Open kneutron opened 3 years ago

kneutron commented 3 years ago

Building against master...

The doc says: [[ The src directory contains a handful of useful iSCSI utilities such as logging in to and enumerating all targets on a portal and all devices of a target.

The examples directory contains example implementation of how to access both the synchronous and asynchronous APIs of libiscsi. ]]

On High Sierra, the src directory is missing and the examples dir only contains two executables, iscsi-dd and iscsiclient.

In the PATH, on osx when I tab complete iscsi[TAB] I get:

iscsi-inq iscsi-ls iscsi-perf iscsi-readcapacity16 iscsi-swp

There is not enough information provided for a newbie to get up and running with iscsi here... I've got it working with Linux Mint Debian Edition host and Devuan VM guest but can't seem to figure libiscsi out. TIA for any help.

bvanassche commented 3 years ago

The README was outdated. Please take a look at https://github.com/sahlberg/libiscsi/blob/master/README.md

Bottacco commented 1 year ago

Is libiscsi an iscsi initiator?… sorry for the question but I don't really get what libiscsi is from the readme. I am looking for an open source initiator and utilities for macOS/OS X and I have seen this comment. @kneutron, can you tell me how you use it on the OS X machine? Thanks a lot for the time and sorry for my "probably" silly question