John Waller <[EMAIL PROTECTED]> writes:

> I can see it, but I just can't mount it. What device should I be looking
> for under /dev ?

o I never got any definitive answers to my similar problems (see the
  messages "Flash memory reader: Broken or normal?" over the last
  couple of days), but ...

o If it's similar to my SCM eUSB Dazzle* multi-reader, you should
  look at /var/log/messages after plugging it in.  There should be
  some information abut what scsi device it's been assigned to, such
  as "/dev/sda", "/dev/sdb", etc.  Then you can, for example:

    mount -t auto /dev/sda1 /mydirectory

o Note the use of "/dev/sda1", not "/dev/sda".

o But there's one more thing.  Again, if it's like mine, after
  inserting a memory card and before doing the `mount ...` command,
  you'll have to do:

    eject /dev/sda

  to get the card recognized.  I don't know why this is needed.

o Hope this helps.


--
MARK
[EMAIL PROTECTED]


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to