wiki de fedora-ve

Actualmente nos encontramos trabajando arduamente en un wiki donde podrás encontrar bastante documentación disponible, este website de ahora en adelante contendrá solo unica y exclusivamente noticias y algunos contenidos más, los contenidos referentes a documentación poco a poco serán migrados al wiki.

  Te invitamos a colaborar en nuestro wiki, el wiki es un sistema colaborativo el cual nos permite a muchas personas trabajar sobre un mismo documento, al estilo de wikipedia.

 La dirección de nuestro wiki es:

 
Borrando y Quemando DVD-RW en Consola PDF Imprimir E-Mail
Escrito por Gomix   
jueves, 03 de mayo de 2007

Por ahora mi método requiere privilegios de superusuario (root) o el uso de sudo ya que el acceso al dispositivo así lo requiere. Primero debe identificar el nombre de archivo que representa a su unidad DVD quemadora. En un Fedora 5, con el que redacto esta nota, recuperé esa información con:

# dmesg | grep -i dvd
hdc: DVD DC DW1670, ATAPI CD/DVD-ROM drive
Entonces, para blanquear el dvd (o cd) rescribible:
$ su -
Password:
# cdrecord dev=/dev/hdc --blank=all
Hay otros métodos para blanquear y ello depende del soporte de su unidad. Puede saber más acerca de los métodos de blanqueo con man cdrecord. Para quemar por ejemplo un iso, digamos el Fedora 7 Test4 hacemos (salida filtrada):
# cdrecord dev=/dev/hdc -v /home/gomix/f7-test4-i386/F-6.93-i386-DVD.iso
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01.01a03-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2005 Jörg Schilling
NOTE: This version contains the OSS DVD extensions for cdrtools and thus may
      have bugs related to DVD issues that are not present in the original
      cdrtools. Please send bug reports or support requests to
      http://bugzilla.redhat.com/bugzilla The original cdrtools author should
      not be bothered with problems in this version.
TOC Type: 1 = CD-ROM
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily - Red Hat-scsi-linux-sg.c-1.85-RH 
'@(#)scsi-linux-sg.c        1.85 05/05/16 Copyright 1997 J. Schilling').
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'BENQ    '
Identifikation : 'DVD DC DW1670   '
Revision       : '103 '
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0014
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A
Profile: 0x0016
Profile: 0x0015
Profile: 0x0014 (current)
Profile: 0x0013
Profile: 0x0012
Profile: 0x0011
Profile: 0x0010 (current)
Profile: 0x000A
Profile: 0x0009
Profile: 0x0008
Profile: 0x0002
cdrecord: Found DVD media: using cdr_mdvd.
Using Session At Once (SAO) for DVD mode.
Using Session At Once (SAO) for DVD mode.
Using Session At Once (SAO) for DVD mode.
Using generic SCSI-3/mmc DVD-R(W) driver (mmc_mdvd).
Driver flags   : SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1179648 = 1152 KB
FIFO size      : 4194304 = 4096 KB
Track 01: data  2720 MB
Total size:     3123 MB (309:28.58) = 1392644 sectors
Lout start:     3124 MB (309:30/44) = 1392644 sectors
Current Secsize: 2048
  ATIP start of lead in:  -150 (00:00/00)
Disk type:    unknown dye (reserved id code)
Manuf. index: -1
Manufacturer: unknown (not in table)
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 905852
scsi_set_streaming
Speed set to 2770 KB/s
Starting to write CD/DVD at speed   2.0 in real unknown mode for single session.Last chance to quit,
 starting real write    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
trackno=0
BURN-Free is OFF.
BURN-Free is OFF.
Performing OPC...
cdrecord: Success. read track info: scsi sendcmd: no error
CDB:  52 02 00 00 00 FF 00 00 1C 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 28
cmd finished after 0.001s timeout 240s
Starting new track at sector: 0
Track 01: 2720 of 2720 MB written (fifo 100%) [buf  97%]  18.7x.
Track 01: Total bytes read/written: 2852134912/2852134912 (1392644 sectors).
Writing  time: 1036.337s
Average write speed  18.0x.
Min drive buffer fill was 96%
Fixating...
Eso es suficiente por ahora como introducción a cdrecord usado para borrar y quemar imágenes ISO DVD desde la consola en su Fedora, hasta la próxima.
Comentarios
Añadir nuevoBuscarRSS
Escribir comentario
Nombre:
Título:
Código UBB:
[b] [i] [u] [url] [quote] [code] [img] 
 
Security Image

Powered by JoomlaCommentCopyright (C) 2006 Frantisek Hliva. All rights reserved.Homepage: http://cavo.co.nr/

 
Siguiente >