Mailinglist Archive: packet-writing (117 mails)
| < Previous | Next > |
Re: mixed read/write operation
- From: Wayde Milas <wmilas@xxxxxxxxxx>
- Date: Mon, 22 Jul 2002 20:13:30 +0000 (UTC)
- Message-id: <200207221518.59209.wmilas@xxxxxxxxxx>
On Monday 22 July 2002 02:17 pm, Ben Fennema wrote:
> On Mon, Jul 22, 2002 at 11:28:35AM -0700, guStaVo ZaeRa wrote:
> > I've done as you suggested :
> >
> > dd if=/dev/zero of=/dev/sr0 bs=2048 count=2295104
> >
> > but since i don't have sr0 in my /dev dir, i assume it's supposed to be
> > scd0.
> >
> > [root@ksi4 /root]# dd if=/dev/zero of=/dev/scd0 bs=2048 count=2295104
> > dd: /dev/scd0: Read-only file system
> >
> > So then i try to do this :
> >
> > [root@ksi4 /root]# mkudffs --media-type=cdrw /dev/cdrom
> > trying to change type of multiple extents
>
> Wasn't that working before? I'm confused.. You've applied the kernel patch
> for DVD+RW, right?
>
> Ben
Ben, I think you are confusing Gustavo with me. We seem to be having the same
problem.. 2 different threads but the same exact symptoms might have confused
you. :P
--
Wayde Milas
Rarcoa
(630) 654-2580
> On Mon, Jul 22, 2002 at 11:28:35AM -0700, guStaVo ZaeRa wrote:
> > I've done as you suggested :
> >
> > dd if=/dev/zero of=/dev/sr0 bs=2048 count=2295104
> >
> > but since i don't have sr0 in my /dev dir, i assume it's supposed to be
> > scd0.
> >
> > [root@ksi4 /root]# dd if=/dev/zero of=/dev/scd0 bs=2048 count=2295104
> > dd: /dev/scd0: Read-only file system
> >
> > So then i try to do this :
> >
> > [root@ksi4 /root]# mkudffs --media-type=cdrw /dev/cdrom
> > trying to change type of multiple extents
>
> Wasn't that working before? I'm confused.. You've applied the kernel patch
> for DVD+RW, right?
>
> Ben
Ben, I think you are confusing Gustavo with me. We seem to be having the same
problem.. 2 different threads but the same exact symptoms might have confused
you. :P
--
Wayde Milas
Rarcoa
(630) 654-2580
| < Previous | Next > |