This package browser is in early development. Mind the rough edges.

vhba-module

Linux kernel module that emulates SCSI devices

The VHBA module is the link between the CDemu user-space daemon and the kernel Linux. It acts as a low-level SCSI driver that emulates a virtual SCSI adapter which can have multiple virtual devices attached to it. Its typical use with CDEmu is to emulate optical devices such as DVD and CD-ROM drives.

Installation

Install the latest version of vhba-module as follows:

guix install vhba-module

Or install a particular version:

guix install vhba-module@20211218

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of vhba-module about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/vhba-module'><img src='https://packages.guix.gnu.org/packages/vhba-module/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/vhba-module/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/vhba-module)

Example Org:

[[https://packages.guix.gnu.org/packages/vhba-module][https://packages.guix.gnu.org/packages/vhba-module/badges/latest-version.svg]]