> plugged in my
> Sony dsc s40 cybershot digital camera via usb, ... 
> and it shows up showing
> driver: scsa2usb with a description of Sony Corp.
> DSC-S30/ S70 / S75 ...

The camara seems to be a standard usb mass 
storage device (because of the scsa2usb message).

Is there an entry listed for the camera in "iostat -En"
output?  What disk device name (c?t0d0) does it use?

What fdisk partitions are listed by "fdisk -R -W - /dev/rdsk/cNt0d0p0" ?
(replace "cN" with the controller number for the sony
camera from iostat -En output)

In case there is a valid fdisk partition defined on the
camera's storage device, what filesystem type is
reported by "fstyp -v /dev/rdsk/cNt0d0pM" ?
(replace "cN" as above, and replace "pM"
with the fdisk partition slot, "p1" ... "p4")

In case a "pcfs" filesystem is found, what happens
when you manually try to mount the camera filesystem,
with mount -F pcfs /dev/dsk/cNt0d0pM /mnt
or   mount -F pcfs /dev/dsk/cNt0d0p0:c /mnt   ?
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to