LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-06-2006, 10:45 PM   #1
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Rep: Reputation: 30
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 /]#

Last edited by XavierP; 02-07-2006 at 03:31 PM.
 
Old 02-07-2006, 11:04 AM   #2
DanTaylor
Member
 
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265

Rep: Reputation: 30
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)
 
Old 02-07-2006, 03:30 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
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.
 
Old 02-07-2006, 11:32 PM   #4
bruse
Member
 
Registered: Feb 2005
Location: internet
Distribution: Debian
Posts: 821

Original Poster
Rep: Reputation: 30
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cdrecord help rhxk Linux - Software 1 12-12-2005 04:50 PM
cdrecord help thick_guy_9 Slackware 4 02-17-2005 11:57 PM
cdrecord jaakkop Linux - Software 3 11-20-2004 01:17 PM
cdrecord help Smokey Slackware 7 07-28-2004 02:17 PM
cdrecord fonglun Linux - General 1 01-04-2002 06:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration