fmII
Sun, Jul 20th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 14:05 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 CDemu for Linux - Default branch
Section: Unix

 

Added: Thu, Mar 6th 2003 04:45 UTC (5 years, 4 months ago) Updated: Tue, Jul 1st 2008 20:25 UTC (19 days ago)


About:
CDemu for Linux is a software suite consisting of a kernel module, a library, a daemon, and clients. It allows for mounting CD-images in Linux and emulating a CD/DVD drive and disc.

Author:
Robert Penz [contact developer]

Rating:
7.98/10.00 (6 votes)

Homepage:
http://www.cdemu.org
Tar/BZ2:
http://sourceforge.net/project/showfiles.php?group_id=93175
RPM package:
http://sourceforge.net/project/showfiles.php?group_id=93175
Debian package:
http://sourceforge.net/project/showfiles.php?group_id=93175
Mailing list archive:
http://sourceforge.net/mail/?group_id=93175

Trove categories: [change]
[Development Status]  5 - Production/Stable
[Environment]  Console (Text Based), X11 Applications :: GTK
[Intended Audience]  Developers, End Users/Desktop
[License]  OSI Approved :: GNU General Public License (GPL)
[Operating System]  POSIX :: Linux
[Programming Language]  C, Python
[Topic]  System :: Operating System Kernels :: Linux
[Translations]  German, Norwegian, Polish, Slovenian

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Robert Penz (Owner)
» Paweł Różański (Admin)

» Rating: 7.98/10.00 (Rank N/A)
» Vitality: 0.41% (Rank 709)
» Popularity: 2.53% (Rank 1892)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 22,567
   URL hits: 13,256
   Subscribers: 67

Projects depending on this project:
Mount ISO image


Other projects from the same categories:
Yet another Linux FAQ
gmodconfig
Sysmask
system call tracker
SRR Module

Users who subscribed to this project also subscribed to:
AdPass
Qastrocam
RemindMe
Jump n Bump
vim2html


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.1.0 01-Jul-2008 GNU General Public License (GPL) Homepage Tar/BZ2

 Comments

[»] DVD ISO Support?
by George Lucas - Jun 29th 2007 22:24:12

I have a 4.4Gb dvd iso image and when i do
# cdemu 0 image_dvd.iso

i get this:

-------------------------------------------------------
Traceback (most recent call last):
File "/usr/bin/cdemu", line 132, in ?
main()
File "/usr/bin/cdemu", line 127, in main
libcdemu.load_cd(device, args[-1],os.path.basename(args[-1]))
File "/usr/lib/python2.4/site-packages/libcdemu.py", line 792, in load_cd
c_struct = build_struct(tracks, file , len(tracks) - 1, comment)
File "/usr/lib/python2.4/site-packages/libcdemu.py", line 733, in build_struct
tracks+=struct.pack(track_struct,*entry)
OverflowError: long int too large to convert
-------------------------------------------------------

so, mi question is: does cdemu have dvd iso support?

[reply] [top]


[»] Problems compiling cdemu 0.7
by Ronny Løken - Jan 24th 2005 15:23:53

Hi, I am trying to install cdemu in SuSE 9.1.
This is what happens when I run 'make':

# make
make MK_INC=/usr/src/kernel-modules/cdemu-0.7 -C /lib/modules/2.6.5-7.111.19-default/build M=/usr/src/kernel-modules/cdemu-0.7 modules
make[1]: Entering directory `/usr/src/linux-2.6.5-7.111.19-obj/i386/default'
make -C ../../../linux-2.6.5-7.111.19 O=../linux-2.6.5-7.111.19-obj/i386/default modules
CC [M] /usr/src/kernel-modules/cdemu-0.7/cdemu.o
/usr/src/kernel-modules/cdemu-0.7/cdemu.c: In function `cdemu_block_ioctl':
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: warning: passing arg 1 of `cdrom_ioctl' from incompatible pointer type
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: warning: passing arg 2 of `cdrom_ioctl' from incompatible pointer type
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: warning: passing arg 3 of `cdrom_ioctl' makes pointer from integer without a cast
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: error: too few arguments to function `cdrom_ioctl'
make[4]: *** [/usr/src/kernel-modules/cdemu-0.7/cdemu.o] Error 1
make[3]: *** [_module_/usr/src/kernel-modules/cdemu-0.7] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.111.19-obj/i386/default'
make: *** [all] Error 2

[reply] [top]


    [»] Re: Problems compiling cdemu 0.7
    by Robert Penz - Aug 20th 2006 15:30:47


    > Hi, I am trying to install cdemu in SuSE

    > 9.1.

    > This is what happens when I run 'make':

    please try the new version 0.8

    [reply] [top]


[»] Development
by Andraž 'ruskie' Levstik - Oct 13th 2004 12:32:45

Is this project still alive or is it dead... when do you plan on releasing v1.0

[reply] [top]


    [»] Re: Development
    by Robert Penz - Aug 20th 2006 15:29:56


    > Is this project still alive or is it

    > dead... when do you plan on releasing

    > v1.0

    Its alive. The project has a new maintainer and last
    month 0.8 was released.

    [reply] [top]


[»] 2.6
by tech - Sep 19th 2004 07:20:53

the 0.6 beta didnt work well for 2.6, but the CVS worked out just fine.

--
tech

[reply] [top]


    [»] Re: 2.6
    by Robert Penz - Aug 20th 2006 15:33:58


    > the 0.6 beta didnt work well for 2.6,

    > but the CVS worked out just fine.

    the 0.8 release is now the recommended version as the
    svn version will have major changes in the next months.

    [reply] [top]


[»] mplayer
by d83 - Jul 1st 2004 09:30:53

you can also use mplayer to directly play .bin files

[reply] [top]


    [»] Re: mplayer
    by Robert Penz - Aug 20th 2006 15:35:18


    > you can also use mplayer to directly

    > play .bin files

    Which is stated also on the cdemu homepage and the cue
    parsing support in mplayer was also done by a friend an
    me.

    [reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber