On Mon, Feb 28, 2005 at 03:34:33AM -0800, Lawrence Porter wrote:

> Sorry Phil, mistake on my part, I'm a newby

Yes. Do not say "it doesnt work", but tell what hardware
you have, what kernel you have, what you do, what happens,
what error messages result.
This list is archived, but so far this conversation does not
contain information.

> The memory-stick IS formatted, but in FAT32

> Yes, it is being recognized. It appears to get
> attached to /dev/sda but not be formated.

You have not shown any kernel messages yet.

> Have you tried formatting it with 'fdisk /dev/sda' ?

Not so drastic. As soon as the thing can be addressed,
most problems have been solved already.

Such memory sticks sometimes contain a partition table,
and sometimes not. A command like
        dd if=/dev/sda bs=512 count=1 | od -tx1
would show the contents. If there is no partition table
fdisk would list garbage only, but if there is, then
        fdisk -l /dev/sda
would tell you what it looks like.

Andries


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to