Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
update: after attaching my USB drive to a windows machine and re-attaching it to
the Linux server afterwards, I get other messages now from syslog:
Code:
Apr 25 15:24:40 server kernel: WARNING: USB Mass Storage data integrity not assured
Apr 25 15:24:40 server kernel: USB Mass Storage device found at 2
Apr 25 15:24:40 server kernel: usb-storage: storage_disconnect() called
Apr 25 15:24:40 server kernel: usb-storage: -- releasing main URB
Apr 25 15:24:40 server kernel: usb-storage: -- usb_unlink_urb() returned -19
Apr 25 15:32:19 server kernel: usb-storage: act_altsettting is 0
Apr 25 15:32:19 server kernel: usb-storage: id_index calculated to be: 120
Apr 25 15:32:19 server kernel: usb-storage: Array length appears to be: 122
Apr 25 15:32:19 server kernel: usb-storage: USB Mass Storage device detected
Apr 25 15:32:19 server kernel: usb-storage: Endpoints: In: 0xd4c09494 Out: 0xd4c09480 Int: 0x00000000 (Period 0)
Apr 25 15:32:19 server kernel: usb-storage: Found existing GUID 105804023733343435313139
Apr 25 15:32:19 server kernel: WARNING: USB Mass Storage data integrity not assured
Apr 25 15:32:19 server kernel: USB Mass Storage device found at 2
And now I can see my drive under /proc/scsi/usb-storage-0/1 as well:
Code:
Host scsi1: usb-storage
Vendor: Western Digital
Product: External HDD
Serial Number: 5743414C3733343435313139
Protocol: Transparent SCSI
Transport: Bulk
GUID: 105804023733343435313139
Attached: Yes
But I sill can't mount the drive.
Any ideas? Greetings, Matthias
I was looking for a new /dev/sdb device or something similar, but it seems there is
none. Shouldn't dmesg give a output like "Attached scsi removable disk sdb ..."?
I try to mount the HDD via:
Code:
root@server:/dev# mount /dev/hdb /mnt -t vfat
mount: /dev/hdb is not a valid block device
The same goes for /dev/hdb1
vfat is included in my kernel
Do you have a dynamic /dev manager (such as udev) that will create /dev entries for you? If so, does it have rules for USB hard drives? If not, you may have to create them manually.
root@server:~# lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 003: ID 1058:0402 Western Digital Technologies, Inc.
slackware 10.1 uses udev, and it seems to be configured for USB devices:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.