|
Opening NRG, BIN and ISO files
Does anybody know how to open .nrg, bin or iso files in slackware?
I've heard you can mount iso files like cd rom drives using the mount command, but I don't know anything about the other formats.
I've tried installing cdemu but I get all sorts of errors when I try to run it.
When installing the latest version I get this error:
(as root I run make)
make -C /lib/modules/2.4.26/build SUBDIRS=/home/herve/dls/cdemu-0.7 modules
make[1]: Entering directory `/usr/src/linux-2.4.26'
make -C /home/herve/dls/cdemu-0.7 CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i486 -DMODULE" MAKING_MODULES=1 modules
make[2]: Entering directory `/home/herve/dls/cdemu-0.7'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.26/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i486 -DMODULE -D__KERNEL__ -I/usr/src/linux-2.4.26/include -c -o cdemu.o cdemu.c
cdemu.c:728: error: `cdemu_block_ioctl' undeclared here (not in a function)
cdemu.c:728: error: initializer element is not constant
cdemu.c:728: error: (near initialization for `cdemu_bdops.ioctl')
make[2]: *** [cdemu.o] Error 1
make[2]: Leaving directory `/home/herve/dls/cdemu-0.7'
make[1]: *** [_mod_/home/herve/dls/cdemu-0.7] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.26'
make: *** [all] Error 2
I have no clue what that means.
Anyway, I tried installing an older version (0.5)
all worked well, I even ran the modprobe cdemu command at the end with no errors.
The problem happens when I try to run the program:
Traceback (most recent call last):
File "/usr/bin/cdemu", line 45, in ?
import libcdemu
ImportError: No module named libcdemu
Again, I have no clue what that means.
So, I've pretty much given up on cdemu, are there any other programs that can handle bin and nrg files?
Thanks.
|