Hi Piotr,

If you prefer operating from a shell, then you can try the following:

mkdir a_temp_directory # Create a temporary directory dmesg # Find device the stick's been mounted as, e.g. /dev/sdb1 mount -t vfat /dev/sdb1 a_temp_directory # Use device returned by dmesg cd a_temp_directory # You should now see contents of stick

When you're finished:

umount /dev/sdb1 # cd out of a_temp_directory first

Good luck,

m

On 8/31/05, Piotr Kopszak <[EMAIL PROTECTED] > 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.

   Thanks in advance

   Piotr

   --
      Piotr Kopszak, Ph.D.
      Polish Art Gallery, National Museum in Warsaw
      ----------------------------->     http://kopszak.mnw.art.pl/
      http://www.magnatune.com/artists/altri_stromenti



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

Reply via email to