View Single Post
Old 2nd June 2008
whispersGhost's Avatar
whispersGhost whispersGhost is offline
Real Name: heather
Package Pilot
 
Join Date: May 2008
Location: ny
Posts: 168
Default hi

Quote:
Originally Posted by BSDfan666 View Post
Ah, Well, I'm evils new face..

Was the command successful?
hi

Ok here is what i have so far just to let you know
also i am not sure where to put the -sao or -dao that you mentioned.

Is it before -v or after it or replace -v with it
i am not clear really on any of it


LITE-ON DVDRW LH-20A1P

code:
cdrecord -v test-file

$ cdrecord -v test-file
/usr/bin/cdrecord.bin: No write mode specified.
/usr/bin/cdrecord.bin: Asuming -tao mode.
/usr/bin/cdrecord.bin: Future versions of cdrecord may have different drive dependent defaults.
/usr/bin/cdrecord.bin: Continuing in 5 seconds...
/usr/bin/cdrecord.bin: No CD/DVD-Recorder device specified.
Usage: /usr/bin/cdrecord.bin [options] track1...trackn

Use /usr/bin/cdrecord.bin -help
to get a list of valid options.

Use /usr/bin/cdrecord.bin blank=help
to get a list of valid blanking options.

Use /usr/bin/cdrecord.bin dev=b,t,l driveropts=help -checkdrive
to get a list of drive specific options.

Use /usr/bin/cdrecord.bin dev=help
to get a list of possible SCSI transport specifiers.

code:
cdrecord -scanbus

Cdrecord-ProDVD-Clone 2.01.01a10 (i386-pc-solaris2.11) Copyright (C) 1995-2006 J�rg Schilling
Warning: Using USCSI interface.
Using libscg version 'schily-0.8'.
scsibus3:
3,0,0 300) *
3,1,0 301) 'LITE-ON ' 'DVDRW LH-20A1P ' 'KL0A' Removable CD-ROM
3,2,0 302) *
3,3,0 303) *
3,4,0 304) *
3,5,0 305) *
3,6,0 306) *
3,7,0 307) *


code:

$ cdrecord dev=3,1,0 -v test-file
/usr/bin/cdrecord.bin: No write mode specified.
/usr/bin/cdrecord.bin: Asuming -tao mode.
/usr/bin/cdrecord.bin: Future versions of cdrecord may have different drive dependent defaults.
/usr/bin/cdrecord.bin: Continuing in 5 seconds...
Cdrecord-ProDVD-Clone 2.01.01a10 (i386-pc-solaris2.11) Copyright (C) 1995-2006 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: '3,1,0'
scsibus: 3 target: 1 lun: 0
Warning: Using USCSI interface.
Using libscg version 'schily-0.8'.
SCSI buffer size: 57344
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'LITE-ON '
Identifikation : 'DVDRW LH-20A1P '
Revision : 'KL0A'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: DVD+RW
Profile: DVD+R/DL
Profile: DVD+R
Profile: DVD+RW (current)
Profile: DVD-R/DL layer jump recording
Profile: DVD-R/DL sequential recording
Profile: DVD-RW sequential overwrite
Profile: DVD-RW restricted overwrite
Profile: DVD-RAM
Profile: DVD-R sequential recording
Profile: DVD-ROM
Profile: CD-RW
Profile: CD-R
Profile: CD-ROM
Profile: Removable Disk
Using generic SCSI-3/mmc-3 DVD+RW driver (mmc_dvdplusrw).
Driver flags : DVD MMC-3 SWABAUDIO BURNFREE FORCESPEED
Supported modes: PACKET SAO
Drive buf size : 1068032 = 1043 KB
FIFO size : 4194304 = 4096 KB
/usr/bin/cdrecord.bin: Drive does not support TAO recording.
/usr/bin/cdrecord.bin: Illegal write mode for this drive.
__________________
The journey is better then the destination
Reply With Quote