> I have a Casio EX-Z600 that isn't recognized by > OpenSolaris. Is that a digital camera?
> Does anyone know how to get it > recognized? Attached is the relevant output from the > "prtconf -v" command. I do see that the kernel has recognized an usb storage device; and apparently has created device nodes for it (c8t0d0*). What exactly isn't working? Isn't the filesystem on that storage device automatically mounted? Is the Casio device listed in "rmformat -l" output? Is there a fdisk partition table on the media? As root, try: fdisk -RW - /dev/rdsk/c8t0d0p0 Does fstyp recognize the filesystem format on the Casio storage device, on one of the four primary fdisk partitions? As root, try: fstyp /dev/rdsk/c8t0d0p1 fstyp /dev/rdsk/c8t0d0p2 fstyp /dev/rdsk/c8t0d0p3 fstyp /dev/rdsk/c8t0d0p4 -- This message posted from opensolaris.org