Hi guys.
I am a Debian(3.0 r2) user.
My friend wants to transfer some files to my linux box using a USB disk.
I have compiled the kernel(2.4.22) to enable USB massive storage.
In the kernel log, it says the driver is registered.
When the disk is plugged in, it is instantly recognized.
/var/log/messages says:
kernel: hub.c: new USB device 00:10.2-2, assigned address 2
kernel: scsi1 : SCSI emulation for USB Mass Storage devices
kernel: Vendor: LEGEND Model: FLASHDISK Rev: 1.00
kernel: Type: Direct-Access ANSI SCSI revision: 02
But I do not know how to access the file on the disk.
Some article says "mount /dev/sda1 /mnt/somewhere" will do, but it didn't in my case.
It says "mount: /dev/sda1 is not a valid block device"
Did I miss something or it is a different device in Debian?
Any clue? Thanks.
