# Functions
New creates a new iSCSI handler.
NewFromDevicePath extracts the IQN, IPv4 address, and port from a iSCSI mount device path.
NewFromMountPointPath gets /dev/disk/by-path/ip-<ip>:<port>-iscsi-<IQN>-lun-1 from the given mount point path.
# Variables
ErrMountPointNotFound is returned when a given path does not appear to be a mount point.
# Interfaces
Interface mounts iSCSI voumes.