I was wondering if anyone was aware of a method for mounting virtual CD devices with CD image files. I keep images (.CUE/.BIN pairs) of my CD collection on a NAS appliance tucked away in my closet. I'd like to write a script to mount each one, create ID tags, rip the tracks, then move along to the next one. I figure with a quad core opteron, it should be able to crank through them in a few days (it's a few thousand CD's worth of images). Anyone done this before with their trusty CentOS box? I'd be using CentOS 5. Best,
Chris Mauritz wrote:> I was wondering if anyone was aware of a method for mounting virtual CD > devices with CD image files. I keep images (.CUE/.BIN pairs) of my CD > collection on a NAS appliance tucked away in my closet. I'd like to > write a script to mount each one, create ID tags, rip the tracks, then > move along to the next one. I figure with a quad core opteron, it > should be able to crank through them in a few days (it's a few thousand > CD's worth of images). Anyone done this before with their trusty CentOS > box? I'd be using CentOS 5. > > Best, > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > lists.centos.org/mailman/listinfo/centosI recently ran across a program called kiso which allows you to mount CD images etc. It might do what you like kiso.sourceforge.net :) -- James A. Peltier Technical Director, RHCE SCIRF | GrUVi @ Simon Fraser University - Burnaby Campus Phone : 778-782-3610 Fax : 778-782-3045 Mobile : 778-840-6434 E-Mail : jpeltier at cs.sfu.ca Website : gruvi.cs.sfu.ca | scirf.cs.sfu.ca MSN : subatomic_spam at hotmail.com
On Tue, Oct 09, 2007 at 03:09:17PM -0400, Chris Mauritz alleged:> I was wondering if anyone was aware of a method for mounting virtual CD > devices with CD image files. I keep images (.CUE/.BIN pairs) of my CD > collection on a NAS appliance tucked away in my closet. I'd like to > write a script to mount each one, create ID tags, rip the tracks, then > move along to the next one. I figure with a quad core opteron, it > should be able to crank through them in a few days (it's a few thousand > CD's worth of images). Anyone done this before with their trusty CentOS > box? I'd be using CentOS 5.I think you want bchunk. he.fi/bchunk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <lists.centos.org/pipermail/centos/attachments/20071009/e2509fe6/attachment-0004.sig>
On Tue, 09 Oct 2007 15:09:17 -0400, Chris wrote:> I was wondering if anyone was aware of a method for mounting > virtual CD devices with CD image files. I keep images > (.CUE/.BIN pairs) of my CD collection on a NAS appliance > tucked away in my closet. I'd like to write a script to mount > each one, create ID tags, rip the tracks, then move along to > the next one. I figure with a quad core opteron, it should be > able to crank through them in a few days (it's a few thousand > CD's worth of images). Anyone done this before with their > trusty CentOS box? I'd be using CentOS 5.Off the top of my head, I'd bchunk them into ISO images, then mount them with "-o loop". But it would be nice to skip bchunking them, such as with CDemu. Miark