Gentoo Archives: gentoo-user

From: Jorge Almeida <jalmeida@××××××××××××.pt>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] confused udev?
Date: Wed, 23 Nov 2005 09:38:05
Message-Id: Pine.LNX.4.63.0511230913580.1896@weber.math.ist.utl.pt
In Reply to: Re: [gentoo-user] confused udev? by Richard Fish
1 On Tue, 22 Nov 2005, Richard Fish wrote:
2 >
3 > Ok, do dmesg and /proc/partitions agree that there is a partition
4 > there? If not, then the problem is that the kernel is not recognizing
5 No...
6 > your partition table. I would suggest:
7 >
8 > <insert the key>
9 > dd if=/dev/zero of=/dev/sda bs=512 count=1
10 > <remove then re-insert the key>
11 > fdisk /dev/sdb
12 > <create single partition, type 'b'>
13 > mkfs.vfat -n MYKEY -F 32 /dev/sda1
14 >
15 Done it. All well, apparently. But then I remove the key and insert it
16 again. No joy. (See dmesg). I remove it and insert it again. It works,
17 this time. This is just totally unreliable. I guess I'll boot from
18 KNOPPIX, to see whether it may be a kernel problem...
19
20 (...)
21 usb-storage: -- transfer complete
22 usb-storage: Bulk status result = 0
23 usb-storage: Bulk Status S 0x53425355 T 0x2a R 0 Stat 0x0
24 usb-storage: scsi cmd done, result=0x0
25 usb-storage: *** thread sleeping.
26 Attached scsi removable disk sda at scsi4, channel 0, id 0, lun 0
27 usb-storage: queuecommand called
28 usb-storage: *** thread awakened.
29 usb-storage: Bad target number (1:0)
30 usb-storage: scsi cmd done, result=0x40000
31 usb-storage: *** thread sleeping.
32 usb-storage: queuecommand called
33 usb-storage: *** thread awakened.
34 usb-storage: Bad target number (2:0)
35 usb-storage: scsi cmd done, result=0x40000
36 usb-storage: *** thread sleeping.
37 usb-storage: queuecommand called
38 usb-storage: *** thread awakened.
39 usb-storage: Bad target number (3:0)
40 usb-storage: scsi cmd done, result=0x40000
41 usb-storage: *** thread sleeping.
42 usb-storage: queuecommand called
43 usb-storage: *** thread awakened.
44 usb-storage: Bad target number (4:0)
45 usb-storage: scsi cmd done, result=0x40000
46 usb-storage: *** thread sleeping.
47 usb-storage: queuecommand called
48 usb-storage: *** thread awakened.
49 usb-storage: Bad target number (5:0)
50 usb-storage: scsi cmd done, result=0x40000
51 usb-storage: *** thread sleeping.
52 usb-storage: queuecommand called
53 usb-storage: *** thread awakened.
54 usb-storage: Bad target number (6:0)
55 usb-storage: scsi cmd done, result=0x40000
56 usb-storage: *** thread sleeping.
57 usb-storage: queuecommand called
58 usb-storage: *** thread awakened.
59 usb-storage: Bad target number (7:0)
60 usb-storage: scsi cmd done, result=0x40000
61 usb-storage: *** thread sleeping.
62 usb-storage: device scan complete
63 ieee1394: Current remote IRM is not 1394a-2000 compliant, resetting...
64 ieee1394: Error parsing configrom for node 0-00:1023
65 ieee1394: Node changed: 0-00:1023 -> 0-01:1023
66 ieee1394: Node resumed: ID:BUS[0-00:1023] GUID[0050770e00071002]
67 scsi5 : SCSI emulation for IEEE-1394 SBP-2 Devices
68 ieee1394: sbp2: Logged into SBP-2 device
69 ieee1394: Node 0-00:1023: Max speed [S400] - Max payload [2048]
70 Vendor: Maxtor 6 Model: L250R0 Rev:
71 Type: Direct-Access-RBC ANSI SCSI revision: 04
72 SCSI device sdb: 490234752 512-byte hdwr sectors (251000 MB)
73 sdb: asking for cache data failed
74 sdb: assuming drive cache: write through
75 SCSI device sdb: 490234752 512-byte hdwr sectors (251000 MB)
76 sdb: asking for cache data failed
77 sdb: assuming drive cache: write through
78 sdb: sdb1
79 Attached scsi disk sdb at scsi5, channel 0, id 0, lun 0
80
81 Jorge
82 --
83 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] confused udev? Richard Fish <bigfish@××××××××××.org>