Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262147AbVD1GFl (ORCPT ); Thu, 28 Apr 2005 02:05:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262155AbVD1GFl (ORCPT ); Thu, 28 Apr 2005 02:05:41 -0400 Received: from mail.kroah.org ([69.55.234.183]:37088 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262147AbVD1GF3 (ORCPT ); Thu, 28 Apr 2005 02:05:29 -0400 Date: Wed, 27 Apr 2005 23:05:08 -0700 From: Greg KH To: Joe Cc: linux-kernel@vger.kernel.org, akpm@osdl.org Subject: Re: Device Node Issues with recent mm's and udev Message-ID: <20050428060508.GA11389@kroah.com> References: <20050428041428.GB9723@kroah.com> <20050428050346.GB10182@kroah.com> <20050428052335.GA10772@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2975 Lines: 72 On Thu, Apr 28, 2005 at 01:32:56AM -0400, Joe wrote: > On 4/28/05, Greg KH wrote: > > Again, usb or firewire? > > And if usb, are you _sure_ there are no kernel log messages? There > > should be something there... > > Ok here we go. This is what dmesg outputs during the time I copy it over. > > scsi5 : SCSI emulation for USB Mass Storage devices > usb-storage: device found at 6 > usb-storage: waiting for device to settle before scanning > ACPI: No ACPI bus support for 1-4:1.0 > Vendor: Apple Model: iPod Rev: 1.62 > Type: Direct-Access ANSI SCSI revision: 00 > SCSI device sdb: 39063023 512-byte hdwr sectors (20000 MB) > sdb: Write Protect is off > sdb: Mode Sense: 64 00 00 08 > sdb: assuming drive cache: write through > SCSI device sdb: 39063023 512-byte hdwr sectors (20000 MB) > sdb: Write Protect is off > sdb: Mode Sense: 64 00 00 08 > sdb: assuming drive cache: write through > sdb: sdb2 sdb3 > Attached scsi removable disk sdb at scsi5, channel 0, id 0, lun 0 > ACPI: No ACPI bus support for 5:0:0:0 > Attached scsi generic sg1 at scsi5, channel 0, id 0, lun 0, type 0 > usb-storage: device scan complete > > I find it odd sdb1 disappears (as this was where I was attempting to > copy the image during this time) I don't see a "sdb1" partition in the message from the scsi core. Does ls /sys/block/sdb show a sdb1 partition? If not, nothing that udev can do, must be a scsi issue :) > Also from /var/log/messages: > > Apr 28 01:26:20 redefine usb 1-4: new high speed USB device using > ehci_hcd and address 6 > Apr 28 01:26:20 redefine ACPI: No ACPI bus support for 1-4 > Apr 28 01:26:20 redefine scsi5 : SCSI emulation for USB Mass Storage devices > Apr 28 01:26:20 redefine usb-storage: device found at 6 > Apr 28 01:26:20 redefine usb-storage: waiting for device to settle > before scanning > Apr 28 01:26:20 redefine ACPI: No ACPI bus support for 1-4:1.0 > Apr 28 01:26:25 redefine Vendor: Apple Model: iPod Rev: 1.62 > Apr 28 01:26:25 redefine Type: Direct-Access > ANSI SCSI revision: 00 > Apr 28 01:26:25 redefine SCSI device sdb: 39063023 512-byte hdwr > sectors (20000 MB) > Apr 28 01:26:25 redefine sdb: Write Protect is off > Apr 28 01:26:25 redefine sdb: Mode Sense: 64 00 00 08 > Apr 28 01:26:25 redefine sdb: assuming drive cache: write through > Apr 28 01:26:25 redefine SCSI device sdb: 39063023 512-byte hdwr > sectors (20000 MB) > Apr 28 01:26:25 redefine sdb: Write Protect is off > Apr 28 01:26:25 redefine sdb: Mode Sense: 64 00 00 08 > Apr 28 01:26:25 redefine sdb: assuming drive cache: write through > Apr 28 01:26:25 redefine sdb: sdb2 sdb3 Again, no sdb1. thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/