I have hooked up the USB host port as described in the FAQ section and my USB flash drive is recognized but I can't mount the file system. When the drive is detected I get the following in dmesg:
usb 1-1: new full speed USB device using at91_ohci and address 7
usb 1-1: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
scsi 3:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 0 CCS
SCSI device sda: 31277056 512-byte hdwr sectors (16014 M
sda: Write Protect is off
sda: assuming drive cache: write through
SCSI device sda: 31277056 512-byte hdwr sectors (16014 M
sda: Write Protect is off
sda: assuming drive cache: write through
sda: sda1
sd 3:0:0:0: Attached scsi removable disk sda
All looks good so I then try to mount the drive:
root@snapper:~$ mount /dev/sda1 /mnt
mount: mounting /dev/sda1 on /mnt failed: No such device or address
Both /dev/sda1 and /mnt exist and the USB is formatted as ext2.
Any clues?
Thanks,
Pete