Re: Belkin CompactFlash reader problems
On Mon, May 26, 2003 at 10:23:51AM -0400, Andrew Perrin wrote:
> On Mon, 26 May 2003, Chris Kenrick wrote:
>
> > Hi all,
> >
> > I've got a Belkin compact flash card reader connected to my USB port.
> > Works fine under Win2K even with plug and play, so the hardware is OK.
> >
> > I think I've got all the right modules loaded. The reader seems to be
> > picked up
> >
> > chrisk@gandalf:~$ cat /proc/scsi/scsi
> > Attached devices:
> > Host: scsi0 Channel: 00 Id: 00 Lun: 00
> > Vendor: OEI-USB Model: CompactFlash Rev: 5.01
> > Type: Direct-Access ANSI SCSI revision: 02
> >
> >
> > But, /var/log/messages reports errors...
> >
> > May 25 23:29:29 gandalf kernel: SCSI device sda: 31488 512-byte hdwr
> > sectors (16 MB)
> > May 25 23:29:29 gandalf kernel: sda: Write Protect is off
> > May 25 23:29:29 gandalf kernel: sda: sda1
> > May 25 23:29:29 gandalf kernel: SCSI error: host 0 id 0 lun 0 return
> > code = 8000002
> >
> > I'm guessing that the reader doesn't work with Linux (says it is mass
> > storage compliant, though). Anyone have any bright ideas?
> >
> I'm guessing from your message that it doesn't mount right. What happens
> when you do (as root):
>
> mount -tvfat -oumask=0000 /dev/sda1 /mnt/tmp
>
> Assuming it doesn't work, what's the output of uname -a
>
When I tried mounting as root via sudo it didn't work (no such
partition, or the equivalent thereof). That was without -oumask=0000
though.
I haven't got access to that box here, but I built the kernel from the
2.4.20 kernel source package from testing using the Debian kernel
building tools, if that helps.
- Chris
Reply to: