LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cdrecord help (https://www.linuxquestions.org/questions/linux-software-2/cdrecord-help-412448/)

bruse 02-06-2006 10:45 PM

cdrecord help
 
Code:

[root@localhost ~]# cdrecord -toc dev=ATAPI:1,0,0
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this version.
scsidev: 'ATAPI:1,0,0'
devname: 'ATAPI'
scsibus: 1 target: 0 lun: 0
Use of ATA is preferred over ATAPI.
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
Using libscg version 'schily-0.8'.
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : 'ASUS    '
Identifikation : 'CRW-4832AS      '
Revision      : '0.67'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc  CD-R/CD-RW driver (mmc_cdr).
Driver flags  : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
first: 1 last 14
track:  1 lba:        0 (        0) 00:02:00 adr: 1 control: 4 mode: 2
track:  2 lba:    16208 (    64832) 03:38:08 adr: 1 control: 4 mode: 2
track:  3 lba:    24400 (    97600) 05:27:25 adr: 1 control: 4 mode: 2
track:  4 lba:    32103 (  128412) 07:10:03 adr: 1 control: 4 mode: 2
track:  5 lba:    39807 (  159228) 08:52:57 adr: 1 control: 4 mode: 2
track:  6 lba:    47009 (  188036) 10:28:59 adr: 1 control: 4 mode: 1
track:  7 lba:    94325 (  377300) 20:59:50 adr: 1 control: 4 mode: 1
track:  8 lba:    108573 (  434292) 24:09:48 adr: 1 control: 4 mode: 1
track:  9 lba:    119208 (  476832) 26:31:33 adr: 1 control: 4 mode: 1
track:  10 lba:    126708 (  506832) 28:11:33 adr: 1 control: 4 mode: 2
track:  11 lba:    135317 (  541268) 30:06:17 adr: 1 control: 4 mode: 2
track:  12 lba:    202650 (  810600) 45:04:00 adr: 1 control: 4 mode: 1
track:  13 lba:    210150 (  840600) 46:44:00 adr: 1 control: 4 mode: 1
track:  14 lba:    217650 (  870600) 48:24:00 adr: 1 control: 4 mode: 1
track:lout lba:    218566 (  874264) 48:36:16 adr: 1 control: 4 mode: -1
[root@localhost ~]#

Code:

[root@localhost /]# umount /media/cdrecorder/
[root@localhost /]# mount -o session=11 /dev/hdc /media/cdrecorder/
mount: block device /dev/hdc is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
      missing codepage or other error
      In some cases useful info is found in syslog - try
      dmesg | tail  or so

[root@localhost /]#

Code:

[root@localhost /]# dmesg |  tail
hdc: media error (bad sector): status=0x51 { DriveReady SeekComplete Error }
hdc: media error (bad sector): error=0x30 { LastFailedSense=0x03 }
ide: failed opcode was: unknown
ATAPI device hdc:
  Error: Medium error -- (Sense key=0x03)
  Unrecovered read error -- (asc=0x11, ascq=0x00)
  The failed "Read 10" packet command was:
  "28 00 00 03 17 aa 00 00 01 00 00 00 00 00 00 00 "
end_request: I/O error, dev hdc, sector 810664
isofs_fill_super: bread failed, dev=hdc, iso_blknum=202666, block=202666
[root@localhost /]#


DanTaylor 02-07-2006 11:04 AM

People don't like reading post's this long - try shortening it up and just giving the jist of the error or problem(I don't know what it is because I didn't read the post)

XavierP 02-07-2006 03:30 PM

There was no point. It's just output. I think he's showing off. Regardless, this thread now resides in the land of Linux-Software.

bruse 02-07-2006 11:32 PM

If this is really disturbing you then i am very sorry.I thought,i have to tell u the full details of my problem.so it is no matter.

Actually my problem is,i can not mount session 11 alone.And the error is posted below.


All times are GMT -5. The time now is 04:18 AM.