I have the following strange problem when I connect a external USB disk (Lacie 500 GB) on a SME 7.2 server (Dell 1800):
When I plug in the drive for the first time, it doesn't work and logs this in /var/log/messages:
Aug 27 15:35:12 xxxx kernel: usb 1-6: new high speed USB device using address 9
Aug 27 15:35:13 xxxx kernel: usb-storage: probe of 1-6:1.0 failed with error -1
After unplugging the drive and plugging it in again, I see this in the log:
Aug 27 15:39:49 xxxx kernel: usb 1-6: USB disconnect, address 9
Aug 27 15:39:55 xxxx kernel: usb 1-6: new high speed USB device using address 10
Aug 27 15:39:56 xxxx kernel: scsi7 : SCSI emulation for USB Mass Storage devices
Aug 27 15:39:56 xxxx kernel: Vendor: SAMSUNG Model: HD501LJ Rev: 0-10
Aug 27 15:39:56 xxxx kernel: Type: Direct-Access ANSI SCSI revision: 02
Aug 27 15:39:56 xxxx kernel: SCSI device sdb: 976773168 512-byte hdwr sectors (500108 MB)
Aug 27 15:39:56 xxxx kernel: sdb: assuming drive cache: write through
Aug 27 15:39:56 xxxx kernel: SCSI device sdb: 976773168 512-byte hdwr sectors (500108 MB)
Aug 27 15:39:56 xxxx kernel: sdb: assuming drive cache: write through
Aug 27 15:39:56 xxxx kernel: sdb: sdb1 sdb2
Aug 27 15:39:56 xxxx kernel: Attached scsi disk sdb at scsi7, channel 0, id 0, lun 0
Aug 27 15:39:56 xxxx kernel: Attached scsi generic sg2 at scsi7, channel 0, id 0, lun 0, type 0
Aug 27 15:39:56 xxxx kernel: USB Mass Storage device found at 10
Aug 27 15:39:56 xxxx scsi.agent[30201]: disk at /devices/pci0000:00/0000:00:1d.7/usb1/1-6/1-6:1.0/host7/target7:0:0/7:0:0:0
Aug 27 15:39:56 xxxx fstab-sync[30332]: added mount point /media/FAT32 for /dev/sdb1
Aug 27 15:39:56 xxxx fstab-sync[30334]: added mount point /media/usbdisk for /dev/sdb2
Aug 27 15:40:15 xxxx kernel: EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
and now everything works. The drive can be mounted on /media/usbdisk and just works fine.
Has anyone experienced the same problem, perhaps with other usb disks?
I can't find why the drive has to be plugged in twice to get it working.
Any ideas?
Luc