Bug 10661
Summary: | PCMCIA: CompactFlash card can't be mounted. | ||
---|---|---|---|
Product: | Drivers | Reporter: | Kseniya (akbara13) |
Component: | PCMCIA | Assignee: | linux-pcmcia |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | akpm, alan, rmk |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25.3 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Kseniya
2008-05-10 02:41:24 UTC
argh, I know nothing about pcmcia card services and Dominik seems to have disappeared. At a guess, I'd say that some misbehaviour in pata_pcmcia has caused the pcmcia core to get this CS_NO_MORE_ITEMS status. But we changed little in pata_pcmcia and in pcmcia for 2.6.25. Hopefully Alan or Russell can suggest what might cause this? Without taking any notice of the pata_pcmcia: probe of 0.1 failed with error -12 but that mount command doesn't look right, shouldn't device be at left of mountpoint. No idea, no similar reports I've seen and also we use the same pcmcia side code as ide_cs which has worked for years. On Sat, May 10, 2008 at 11:33:34AM -0700, bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=10661 > > > > > > ------- Comment #2 from kristoffer.ericson@gmail.com 2008-05-10 11:33 > ------- > Without taking any notice of the pata_pcmcia: probe of 0.1 failed with error > -12 > but that mount command doesn't look right, shouldn't device be at left of > mountpoint. The same result: ~$ sudo mount -t vfat /dev/sdb1 /mnt/flash mount: special device /dev/sdb1 does not exist |