Re: usb mass storage problem

2001-11-23 Thread Thomas R. Shemanske
You did not say whether you had compiled SCSI (disk) support into your kernel. You need to do this even if you have no scsi card to enable the usb mass storage stuff CONFIG_BLK_DEV_IDESCSI=m CONFIG_SCSI=m Also, when I mount my usb storage devices, I just mount it as /dev/sda1 with an auto f

Re: usb mass storage problem

2001-11-23 Thread David Roundy
On Fri, Nov 23, 2001 at 11:25:04AM +0800, Patrick Hsieh wrote: > > Well, all seems fine! But how can I fdisk the usb storage device and > repartition it? > > It doesn't mapping to /dev/sda /dev/sdb /dev/sdc Hmmm. I can confirm that it should be /dev/sda (assuming you don't have a real scsi disk

usb mass storage problem

2001-11-22 Thread Patrick Hsieh
Hello list, I have a usb external storage device within IBM 2.5" 6GB IDE. I'd like my linux 2.4.13 to recognize it. So I compile kernel with USB support as well as: 1. Preliminary USB device filesystem 2. UHCI support 3. USB Mass Storage support 4. USB Human Interface Device support I've read t