Vladimir G. Ivanovic wrote:
> On Thu, 2006-05-04 at 21:14 +0100, Ognjen Bezanov wrote:
>   
>> On Thursday 04 May 2006 18:59, K. Mike Bradley wrote:
>>     
>>> How do I mount a compact flash?
>>>       
>> depends on the interface
>>
>> is it a USB/PCMCIA/builtin CF reader?
>>
>> because they all have different ways of accessing. The most popular is the 
>> usb 
>> device, so you will need the "usb-storage" module and associated libraries
>>     
>
> I have the modules usb-storage loaded, but I still don't get any devices
> like /dev/sda or /dev/sda1.
>
>         # lsmod | fgrep usb
>         usb_storage            71872  0
>         scsi_mod              109352  1 usb_storage
>         usbhid                 41888  0
>
> --- Vladimir
>   
>> The device should come up as /dev/sd[a,b,c...] (depending on how many usb 
>> storage devices you have installed.
>> -- 
>> http://ziva-vatra.dnsalias.com/~ognen
>>
>>
>>
>>     
>
> Vladimir G. Ivanovic
> Palo Alto, CA 94306
> +1 650 678 801

on my system it is /dev/uba1, just don't ask me why ;)

try a "ls -tlr /dev/" and it will give you the directory listing of /dev
reverse sorted by time, so the last lines will be the most recent
changes to the /dev tree, most probably the last line will be your device.

Hope this helps
Francisco


-- 
gentoo-user@gentoo.org mailing list

Reply via email to