On Wed, 2005-08-31 at 16:30 +0200, Piotr Kopszak wrote:
> Dear list, 
> 
> I'm looking for a way to mount on Debian  Sony Memory Stick Pro which
> I use in a Sony Cybershot DSC-F828 Camera. 

i have a sony dsc-p200 and it works flawlessly.

i leave the memory stick pro in the camera and attach it via its usb
cable. (for my camera you have to push the 'menu' button to begin the
communication with the computer.)

after getting the camera to "talk" to your computer run 'dmesg'

$ dmesg
usb 1-1: new full speed USB device using uhci_hcd and address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
  Vendor: Sony      Model: Sony DSC          Rev: 5.00
  Type:   Direct-Access                      ANSI SCSI revision: 00
usb-storage: device scan complete
SCSI device sda: 1988608 512-byte hdwr sectors (1018 MB)
sda: Write Protect is off
sda: Mode Sense: 00 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 1988608 512-byte hdwr sectors (1018 MB)
sda: Write Protect is off
sda: Mode Sense: 00 00 00 00
sda: assuming drive cache: write through
 sda: sda1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0

so i can then mount it via
# mount -t vfat /dev/sda1 /media/camera

i actually use udev to create a symlink in the dev heiarchy.

-matt zagrabelny


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to