CDEMU-DAEMON(8) | System Manager's Manual | CDEMU-DAEMON(8) |
cdemud - The CDEmu daemon
cdemu-daemon [options]
This is CDEmu daemon, the userspace part of the cdemu suite, a free, GPL CD/DVD-ROM device emulator for linux.
It receives SCSI commands from kernel module and processes them, passing the requested data back to the kernel. Daemon implements the actual virtual device; one instance per each device registered by kernel module. It uses libMirage, an image access library that is part of the cdemu suite, for the image access (e.g. sector reading).
The daemon registers itself on D-BUS' system or session bus (depending on the options passed to it) where it exposes an interface that can be used by clients to control it.
The daemon's settings can be collected in a configuration file, which is passed to the daemon via --config-file option. Configuration file contains key=value pairs that are contained in a single [settings] section. The keys in configuration file correspond to the long names of command-line switches.
If an option is specified in both configuration file and on command-line, the latter takes precedence.
If the specified configuration file does not exist, it is silently ignored. If the specified configuration file is invalid (e.g., has invalid syntax, or does not contain a section), an error is raised.
Example
Saving the following configuration to a file and passing it to the daemon via --config-file is equivalent to passing --num-devices=2 --audio-driver=pulse directly to the daemon:
Rok Mandeljc <rok.mandeljc@gmail.com>
CDEmu project's web page: http://cdemu.sourceforge.net
CDEmu project's mailing list: cdemu-devel@lists.sourceforge.net
April 5, 2021 |