Re: Creating a CD image



Jonathan Zeppettini wrote:

On Mar 7, 8:09 pm, CharlieB <cdb...@xxxxxxxxxx> wrote:
Is there any way to create a CD image of the 2 part CD's that have audio
tracks & data and mount it as a file system?

# cdrdao read-cd --read-raw --datafile /home/user/image.bin --device /
dev/scd0 --driver generic-mmc-raw /home/user/image.toc


OK the above worked to create the image. Thanks. Now how does one go about
mounting the image? I tried:

[root@localhost tmp]# mount image.bin virtualcd -t iso9660 -v -o loop
mount: going to use the loop device /dev/loop0
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems

Thanks again,
Charlie
.



Relevant Pages

  • Re: mount() function problem !
    ... mount() attaches the filesystem specified by source (which is often a device name, ... point within a file system. ... details of the options available for each filesystem type. ... Specifies the journalling mode for file data. ...
    (comp.lang.c)
  • Re: bin, sbin, etc as seperate LVM volumes
    ... RD>>that's where mount lives, and you almost certainly need to mount ... driver modules needed to get to the root file system. ... to start with -- these all must be all on the same file system. ...
    (comp.os.linux.misc)
  • RE: Machine not Booting - Continued
    ... If you see /etc/rc.sysinit you can see some sections for managing raid partitions. ... Otherwise specify the same mkraid and mount command in /etc/rc.local. ... it has no proper file system to mount. ... For address and company registration details of certain entities ...
    (RedHat)
  • Re: Salvaging data from USB flash disk
    ... mount: wrong fs type, bad option, bad superblock on /dev/loop0, ... Disk /dev/sda doesn't contain a valid partition table ... Your flash disk most likely has a vfat file system. ... only the partition containing the file system with data. ...
    (comp.os.linux.hardware)
  • Re: Init.c, making it chroot
    ... simply let init mount it in all cases, ... The kernel needs to mount devfs because that's how it finds the device node to mount the root file system from. ...
    (freebsd-hackers)