Re: CD-RW support

2001-01-29 Thread David Wright
Quoting Glenn Becker ([EMAIL PROTECTED]): > Here is what I added to my /etc/fstab file: > > /dev/cdrom2 /cdrom2 iso9660 defaults,rw,user,noauto 0 > 0 > > This lets me *access* the drive ok, but when I try to mount it I get the > familiar > > mount: block device /dev/cdro

Re: CD-RW support

2001-01-28 Thread Christoph Simon
On Sun, 28 Jan 2001 17:19:24 -0600 "Dr. Aldo Medina" <[EMAIL PROTECTED]> wrote: > Glenn Becker wrote: > > > > Hi, > > > > I'm trying to make use of the second CD drive (CD-RW) in my Dell Dimension > > XPS T700r. Here is what I added to my /etc/fstab file: > > > > /dev/cdrom2 /cdrom2

Re: CD-RW support

2001-01-28 Thread Casey Webster
afaik, you cant mount a cd-r in read-write mode (until someone implements packet writing like adaptec's DirectCD anyway). To write to the CD-r(w) use a program like cdrecord or cdwrite. For help on configuring scsi emulation (assuming your cd-r is IDE), look at the archives for this list, there i

Re: CD-RW support

2001-01-28 Thread Dr. Aldo Medina
Glenn Becker wrote: > > Hi, > > I'm trying to make use of the second CD drive (CD-RW) in my Dell Dimension > XPS T700r. Here is what I added to my /etc/fstab file: > > /dev/cdrom2 /cdrom2 iso9660 defaults,rw,user,noauto 0 > 0 > > This lets me *access* the drive ok, bu

Re: CD-RW support

2001-01-28 Thread Shawn D'Alimonte
On January 28, 2001 05:58 pm, Glenn Becker wrote: > This lets me *access* the drive ok, but when I try to mount it I get > the familiar > > mount: block device /dev/cdrom2 is write-protected, mounting > read-only mount: wrong fs type, bad option, bad superblock on > /dev/cdrom2, or too many mounted

CD-RW support

2001-01-28 Thread Glenn Becker
Hi, I'm trying to make use of the second CD drive (CD-RW) in my Dell Dimension XPS T700r. Here is what I added to my /etc/fstab file: /dev/cdrom2 /cdrom2 iso9660 defaults,rw,user,noauto 0 0 This lets me *access* the drive ok, but when I try to mount it I get the famili

DVD-RAM, CD-RW support under Debian

1998-08-23 Thread Chris R. Martin
I am looking into getting either a DVD-RAM (most likely) or a CD-RW drive, and I curious whether there is any 'packet writing' support under Debian 2.0. Also, can I do a 'burn, erase, burn' cycle under Debian using a CD-RW or DVD-RAM disc? For that matter, is DVD even supported for writing? Tha