Subject: ....working Sony DSC-S75 digital camera
To: None <netbsd-users@netbsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: netbsd-users
Date: 11/04/2002 07:38:44
...for the benefit of the list archives, in the event that someone inquires
(as they always do), this model works well w/ the USB interface...I highly
recommend this model to anyone looking to make a long term
investment...quality is superior:

umass0 at uhub0 port 1 configuration 1 interface 0
umass0: Sony Sony DSC, rev 1.00/3.28, addr 2
umass0: using RBC over CBI
scsibus1 at umass0: 2 targets, 1 luns per target
scsibus1: waiting 2 seconds for devices to settle...
sd4 at scsibus1 target 1 lun 0: <Sony, Sony DSC, 3.28> SCSI0 0/direct removable
sd4: mode sense (4) returned nonsense; using fictitious geometry
sd4: 63424 KB, 61 cyl, 64 head, 32 sec, 512 bytes/sect x 126848 sectors
sd4: mode sense (4) returned nonsense; using fictitious geometry
sd4: no disk label

$ sudo disklabel sd4d
# /dev/rsd4d:
type: SCSI
disk: Sony DSC
label: fictitious
flags:
bytes/sector: 512
sectors/track: 32
tracks/cylinder: 64
sectors/cylinder: 2048
cylinders: 61
total sectors: 126848
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0

8 partitions:
#        size    offset     fstype  [fsize bsize cpg/sgs]
 d:    126848         0     unused      0     0         # (Cyl.    0 -
61*)
 e:    126681        39      MSDOS                      # (Cyl.    0*-
61*)
disklabel: boot block size 0
disklabel: super block size 0

$ df -mi /mnt/camera
Filesystem  1M-blocks     Used     Avail Capacity iused   ifree  %iused  Mounted on
 /dev/sd4e          61       10        50    17%     512       0   100%   /mnt/camera

To disable/unplug:
# sudo scsictl scsibus1 detach 1 0
# sudo scsictl scsibus1 scan 1 0

-lava