Hi, I followed the instruction in the patch from http://www.cs.helsinki.fi/linux/linux-kernel/2002-01/0445.html.and patched my kernel version 2.4.21. The HD610 now can be mounted. My steps are: (it is dirty patch) 1. add +UNUSUAL_DEV( 0x04ce, 0x0002, 0x0000, 0x0200, +"ScanLogic Corp.", +"USB to IDE", +US_SC_8020, US_PR_BULK, NULL, 0), these line into file drivers/usb/storage/unusual_devs.h. 2. comment out one line if (bcs->Signature != cpu_to_le32(US_BULK_CS_SIGN) || - bcs->Tag != bcb->Tag || bcs->Status > US_BULK_STAT_PHASE || partial != 13) { US_DEBUGP("Bulk logical error\n"); ret = USB_STOR_TRANSPORT_ERROR; 3. make modules 4. cp drivers/usb/storage/usb_storage.o /lib/modules/2.4.21/kernel/drivers/usb/storage
5. detache the HD610 6. /sbin/rmmod usb-storage 7. attach the HD610 8. mount /dev/sda /mnt/usbhd 9. ls /mnt/usbhd It works. Andrew > Hi there, > > On Thu, 19 Dec 2002 [EMAIL PROTECTED] wrote: > > > Hi all. > > > > I purchased high-cap MP3 player/usb hard-drive from d-link > [snip] > > Usbview seems to see the device properly, and it appears under > > /proc/scsi/usb-storage-0/1, but I can't mount it. > [snip] > > commands: > > > > $ mount -t vfat /dev/scd2 /mnt/usb-storage/ > > mount: /dev/scd2: unknown device > > $ mount -t vfat /dev/sda /mnt/usb-storage/ > > mount: /dev/sda is not a valid block device > > I think your scsi devices will be /dev/sda, /dev/sdb etc., but also I > think it's usual to mount a partition not a whole device. > > Have you tried this: > > # mount -t vfat /dev/sda1 /mnt/usb-storage/ > Yeah, I've even tried mounting each of /dev/sd* in a for-loop, but none of them seem to be valid for the device. And I've been working with it as root, so the '$'s above should be '#'s. ------------------------------------------------------- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
