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@centos.org http://lists.centos.org/mailman/listinfo/centos
I recently ran across a program called kiso which allows you to mount CD images etc. It might do what you like http://kiso.sourceforge.net/ :)
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.
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