Subject: Re: mount Sony memory stick
To: Domingo A. Siliceo <dsiliceo@trrno.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: netbsd-users
Date: 09/25/2005 12:26:02
On Sun, Sep 25, 2005 at 11:24:35AM +0200, Domingo A. Siliceo wrote:
> Hi all,
> does anyone have idea how to mount a Sony Memory Stick under NetBSD?
>
> Under NetBSD 2.0.2, when I plug the camera I get the following messages
>
> Sep 25 11:10:58 mido /netbsd: umass0 at uhub0 port 2 configuration 1
> interface 0
> Sep 25 11:10:59 mido /netbsd:
> Sep 25 11:10:59 mido /netbsd: umass0: Sony Sony DSC, rev 1.00/2.10,
> addr 2
> Sep 25 11:10:59 mido /netbsd: umass0: using SCSI over CBI
> Sep 25 11:10:59 mido /netbsd: scsibus0 at umass0: 2 targets, 1 lun
> per target
> Sep 25 11:10:59 mido /netbsd: sd0 at scsibus0 target 0 lun 0: <Sony,
> Sony DSC, 2.10> disk removable
> Sep 25 11:11:10 mido /netbsd: umass0: CBI reset failed, STALLED
> Sep 25 11:11:43 mido last message repeated 3 times
>
> Anyway, I tried to mount
>
> mount -t msdos /dev/sd0a /mnt
>
> receiving, more or less, the same answer.
>
> Thanks in advance.
Do "disklabel sd0" and see which (virtual) partition you should mount.
Here it's sd0e.
Geert