Gentoo Archives: gentoo-amd64

From: Daiajo Tibdixious <daiajo@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Confused by cdrecord
Date: Tue, 20 Jun 2006 22:42:44
Message-Id: a4a9bfcb0606201537n2da2b482gf04d27025eb3f3fa@mail.gmail.com
1 I did
2 $ mkisofs -o FILE.iso -V "LABEL" -U -iso-level 4 -publisher "ME" -r DIRECTORY
3 :
4 Total translation table size: 0
5 Total rockridge attributes bytes: 1894
6 Total directory bytes: 0
7 Path table size(bytes): 10
8 Max brk space used 21000
9 2144493 extents written (4188 MB)
10
11 where uppercase was my actual values. This bit looks okay.
12
13 I then burned it so DVD with
14 $ cdrecord-ProDVD -dev=/dev/cdrw -sao FILE.iso
15 Cdrecord-ProDVD-Clone 2.01.01b03 (i686-pc-linux-gnu) Copyright (C)
16 1995-2006 Jörg Schilling
17 Unlocked features: ProDVD Clone
18 Limited features:
19 This copy of cdrecord is licensed for:
20 private/research/educational_non-commercial_use
21 cdrecord-ProDVD: Warning: Running on Linux-2.6.15-gentoo-r7
22 cdrecord-ProDVD: There are unsettled issues with Linux-2.5 and newer.
23 cdrecord-ProDVD: If you have unexpected problems, please try Linux-2.4
24 or Solaris.
25 scsidev: '/dev/cdrw'
26 devname: '/dev/cdrw'
27 scsibus: -2 target: -2 lun: -2
28 Warning: Open by 'devname' is unintentional and not supported.
29 Linux sg driver version: 3.5.27
30 Using libscg version 'schily-0.8'.
31 Device type : Removable CD-ROM
32 Version : 0
33 Response Format: 2
34 Capabilities :
35 Vendor_info : 'PIONEER '
36 Identifikation : 'DVD-RW DVR-109 '
37 Revision : '1.09'
38 Device seems to be: Generic mmc2 DVD-R/DVD-RW.
39 Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
40 Driver flags : DVD MMC-3 SWABAUDIO BURNFREE
41 Supported modes: PACKET SAO
42 Starting to write CD/DVD at speed 8 in real SAO mode for single session.
43 Last chance to quit, starting real write 0 seconds. Operation starts.
44 Track 01: Total bytes read/written: 4391921664/4391921664 (2144493 sectors).
45
46 which also looks okay.
47
48 I physically moved the disk from my burner to my DVD ROM drive.
49 I wonder why I can't now mount it?
50 $ mount -t iso9660 /dev/cdrom1 /mnt/dvdrom
51 mount: block device /dev/cdrom1 is write-protected, mounting read-only
52 mount: wrong fs type, bad option, bad superblock on /dev/cdrom1,
53 missing codepage or other error
54 In some cases useful info is found in syslog - try
55 dmesg | tail or so
56
57 $ dmesg|tail
58 hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
59 ide: failed opcode was: unknown
60 end_request: I/O error, dev hdd, sector 0
61 SQUASHFS error: sb_bread failed reading block 0x0
62 SQUASHFS error: unable to read superblock
63 hdd: command error: status=0x51 { DriveReady SeekComplete Error }
64 hdd: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
65 ide: failed opcode was: unknown
66 end_request: I/O error, dev hdd, sector 64
67 isofs_fill_super: bread failed, dev=hdd, iso_blknum=16, block=16
68
69 --
70 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Confused by cdrecord John Myers <electronerd@×××××××××××××.net>