NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/52720: can't write iso file to dvdrw media with atapi drive using dvdrecord



The following reply was made to PR kern/52720; it has been noted by GNATS.

From: Kotaro Kosaki <kosaki1_kta%ybb.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: mlelstv%serpens.de@localhost
Subject: Re: kern/52720: can't write iso file to dvdrw media with atapi
 drive using dvdrecord
Date: Sun, 03 Dec 2017 20:49:23 +0900 (JST)

 I got sata DVDRW drive.  I will add  test results .
 
 Motherboard is Supermicro H8DCE-HTE  
   based on NVIDIA nForce Pro/2200/2050 chipset
   (so have NVIDIA nForce4 IDE and Serial ATA Controller).
 
 ide  DVDRW drive is PIONEER DVD-RW  DVR-111
 sata DVDRW drive is ASUS DRW-24D5MT
 
 With these drive write  NetBSD-8.99.8-amd64.iso  to dvdrw media with 
 
 dvdrecord -dao -v blank=all  dev=/dev/cd0d
 ( or dvdrecord -dao -v blank=fast  dev=/dev/cd0d )
 dvdrecord -dao -v  NetBSD-8.99.8-amd64.iso  dev=/dev/cd0d
 
 ---------------------------------------------------------------------
 
 Under kernel NetBSD 8.99.3 (GENERIC) amd64  Fri Oct  6 20:03:32 JST 2017  
 
  With ide drive
   Track 01: 1376 of 1376 MB written (fifo 100%).
   Track 01: Total bytes read/written: 1443229696/1443229696 (704702 sectors).
   Writing  time:  287.984s
   Fixating time:   23.414s
 
 
  With sata drive
   Track 01: 1376 of 1376 MB written (fifo 100%).
   Track 01: Total bytes read/written: 1443229696/1443229696 (704702 sectors).
   Writing  time:  279.553s
   Fixating time:   14.979s
 
 
 both cases are ok
 
 ---------------------------------------------------------------------
 
 Under kernel NetBSD 8.99.8 (GENERIC) amd64  Sat Dec  2 18:23:54 JST 2017 
 
  With ide drive 
   Track 01: 1376 of 1376 MB written (fifo 100%).
   Track 01: Total bytes read/written: 1443229696/1443229696 (704702 sectors).
   Writing  time:   17.277s
   Fixating time:    9.477s
 
  Writing  time is too short . Fails to write
 
 ( Under kernel newer than NetBSD 8.99.4 write fails )
 
  With sata drive
   Track 01: 1376 of 1376 MB written (fifo 100%).
   Track 01: Total bytes read/written: 1443229696/1443229696 (704702 sectors).
   Writing  time:   87.002s
   Fixating time:    0.010s
  
  Writing  time is to short . Fails to write
 
 
 Next use ide ( or sata) to usb converter 
 
  With ide to usb drive 
   Track 01: 1376 of 1376 MB written (fifo 100%).
   Track 01: Total bytes read/written: 1443229696/1443229696 (704702 sectors).
   Writing  time:  299.839s
   Fixating time:   24.149s
 
  ok 
 
  With sata to usb drive
   Track 01: 1376 of 1376 MB written (fifo 100%).
   Track 01: Total bytes read/written: 1443229696/1443229696 (704702 sectors).
   Writing  time:  279.524s
   Fixating time:   15.129s
 
 ok
 



Home | Main Index | Thread Index | Old Index