HOWTO: Install CDEmu
From Sabayon Wiki
Entropy
Run these commands to install via Entropy:
su ***your root password*** equo update equo install vhba cdemu
To also install a frontend type:
-for GTK frontend:
equo install gcdemu
-for Qt frontend:
equo install kcdemu
After all installs use command:
equo conf update
To get vhba loaded automatically on system startup type:
nano /etc/conf.d/modules
That opens a file with most lines commented out with #.
You have to find or write:
File: /etc/conf.d/modules
modules=""
And make it look like this:
File: /etc/conf.d/modules
modules="vhba"
If there is already something written between apostrophes, use space to separate words.
Example:
File: /etc/conf.d/modules
modules="vboxdrv vhba"
Now you need to add your user to group "cdemu" using command:
# Don't know it, used a frontend. Someone more competent please edit this :)
To make the Daemon run on session startup add a custom command to your session startup programs:
# I used a frontend so i don't know what config to edit, but the command is: cdemud -b session
After a reboot you will have a working image mounter.
You can either use it's frontend or just rightclick on an image and look for "Actions -> Mount image".