Re: mounting cdrom and dvd

From: Nico Kadel-Garcia (nkadel_at_verizon.net)
Date: 08/31/03


Date: Sun, 31 Aug 2003 13:10:47 GMT

Carlos wrote:

> I have a dvd-rom and read write CD in my Red Hat 8 box.
>
> When mounting
>
> mount /dev/cdrom /mnt/cdrom
>
> only the dvd-rom is mounted.
>
> How can I mount the rw drive in a directory like /mnt/cdrom1 ?
>
> Thanks
>
> Carlos

You cannot treat a CD/DVD drive as a notmal read-write filesystem,
because you can't re-write the blocks that describe the file system on
the fly. You can *erase* the file system on the DVD and start over, and
there seem to be some funky CD/DVD tools that extend the file system by
tacking stuff on the end, but I've never found those to work very well.



Relevant Pages