Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: DVD borked: SysFS removed
Date: Tue, 17 Aug 2010 00:14:40
Message-Id: loom.20100817T014835-673@post.gmane.org
In Reply to: Re: [gentoo-user] Re: DVD borked: SysFS removed by Bill Longman
1 Bill Longman <bill.longman <at> gmail.com> writes:
2
3 > So, there are two problems but the most serious one right now is that
4 > you don't have the /mnt/cdrom directory. Make it. That will solve the
5 > first problem.
6
7 Ok /mnt/cdrom built.
8
9 > The second is that you need to tell "mount" that the disk in your CD
10 > drive has an iso9660 filesystem on it so it doesn't get all confused.
11 > Use this command, then, to mount the disk:
12
13 > mount -t iso9660 /dev/sr0 /mnt/cdrom
14
15 Ok it says:
16
17 mount: block device /dev/sr0 is write-protected, mounting read-only
18
19 #ls -lag /dev/sr0 <returns>
20 brw-rw----+ 1 cdrom 11, 0 Aug 16 15:59 /dev/sr0
21
22
23 > Make sure you really do have a disk with stuff on it in the drive.
24 Yep,
25
26 Kaffeine croaks with ///dev/hda error
27
28 Dragonplayer does not show the contents of any dvd
29 despite a dvd being in the drive
30
31 dmesg snippets:
32
33 ide-cd: hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
34 Uniform CD-ROM driver Revision: 3.20
35
36 sd 0:0:0:0: [sda] Attached SCSI disk
37 ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
38 ata3.00: ATAPI: PLEXTOR DVDR PX-755A, 1.04, max UDMA/66
39 ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
40 ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
41 ata3.00: configured for UDMA/66
42 scsi 2:0:0:0: CD-ROM PLEXTOR DVDR PX-755A 1.04 PQ: 0 ANSI: 5
43 sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
44 sr 2:0:0:0: Attached scsi CD-ROM sr0
45 sr 2:0:0:0: Attached scsi generic sg1 type 5
46
47 udev: starting version 151
48 hda: command error: status=0x51 { DriveReady SeekComplete Error }
49 hda: command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
50 hda: possibly failed opcode: 0xa0
51 end_request: I/O error, dev hda, sector 8556800
52
53
54
55 cdrom: This disc doesn't have any tracks I recognize!
56 sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
57 sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current]
58 Info fld=0x3b3a10
59
60
61 Buffer I/O error on device hda, logical block 512
62 UDF-fs: Partition marked readonly; forcing readonly mount
63 UDF-fs INFO UDF: Mounting volume 'DELTA_FORCE', timestamp 2001/01/11 16:54 (1f10)
64 sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
65 sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current]
66 Info fld=0x3b3a10
67 sr 2:0:0:0: [sr0] Add. Sense: Read of scrambled sector without authentication
68 sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 3e 3a 1c 00 00 02 00
69 end_request: I/O error, dev sr0, sector 16312432
70 Buffer I/O error on device sr0, logical block 2039054
71 sr 2:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
72 sr 2:0:0:0: [sr0] Sense Key : Illegal Request [current]
73 Info fld=0x3b3a10
74 sr 2:0:0:0: [sr0] Add. Sense: Read of scrambled sector without authentication
75 sr 2:0:0:0: [sr0] CDB: Read(10): 28 00 00 3e 3a 1c 00 00 02 00
76 end_request: I/O error, dev sr0, sector 16312432
77 Buffer I/O error on device sr0, logical block 2039054
78 UDF-fs: Partition marked readonly; forcing readonly mount
79 UDF-fs INFO UDF: Mounting volume 'TRANSFORMERS2_IMAX_DISC1', timestamp
80 2009/09/11 04:19 (1f10)
81 [drm] Setting GART location based on new memory map
82 [drm] Loading R500 Microcode
83 platform radeon_cp.0: firmware: using built-in firmware radeon/R520_cp.bin
84 [drm] Num pipes: 4
85 [drm] writeback test succeeded in 1 usecs
86
87
88 <snip>
89
90 Ok there are 2 dvd drives that use to work with sysfs and a .30 kernel
91 now the 2.6.34-gentoo-r1 kernel is not working, and sysfs was removed
92 as was suggested in the old console logs upon booting.
93
94 Of the many Gentoo systems I manage, most have 2 dvd drives. Very few
95 are working since I removed sysfs and built 2.6.34-r1 kernels.....?
96
97 James

Replies

Subject Author
[gentoo-user] Re: DVD borked: SysFS removed walt <w41ter@×××××.com>