On Thu, 14 Oct 2004 14:45:28 +0530, kapil pendse <[EMAIL PROTECTED]> wrote: > Such a software should be able to create 1 or more virtual CD/DVD > drives. With this done, the OS thinks there's another cd drive > attached to the system. Now mounting an iso image on this virtual > drive should be analogous to inserting a physical cd into a physical > cd drive.
if all you want to do is access an iso image (most cd's need to be mounted to be used) then you could simple mount it over loopback like. mount -o loop isoimage.iso /mnt/cd Actually connecting /dev/hdc to an iso as a raw device, dunno. -- Clifford -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([EMAIL PROTECTED]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.