Results 1 to 4 of 4

Thread: Digital Camera mounting ...

  1. #1
    Join Date
    Sep 2007
    Beans
    7

    Digital Camera mounting ...

    Hi,

    I run Kubuntu 8.04(KDE 4.1) and just bought an Olympus SP560 UZ digtal camera.

    When I connect the camera to the USB port, dmesg returns this :
    Code:
    [209161.510068] usb 3-2: new high speed USB device using ehci_hcd and address 6
    [209162.140047] usb 3-2: configuration #1 chosen from 1 choice
    [209162.447621] scsi4 : SCSI emulation for USB Mass Storage devices
    [209162.449419] usb-storage: device found at 6
    [209162.449424] usb-storage: waiting for device to settle before scanning
    [209167.444669] usb-storage: device scan complete
    [209167.445498] scsi 4:0:0:0: Direct-Access     OLYMPUS  SP560UZ          1.00 PQ: 0 ANSI: 2
    [209167.448830] sd 4:0:0:0: [sdb] 4095630 512-byte hardware sectors (2097 MB)
    [209167.449940] sd 4:0:0:0: [sdb] Write Protect is off
    [209167.449952] sd 4:0:0:0: [sdb] Mode Sense: 18 00 00 08
    [209167.449957] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [209167.452336] sd 4:0:0:0: [sdb] 4095630 512-byte hardware sectors (2097 MB)
    [209167.453848] sd 4:0:0:0: [sdb] Write Protect is off
    [209167.453858] sd 4:0:0:0: [sdb] Mode Sense: 18 00 00 08
    [209167.453862] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [209167.453871]  sdb: sdb1
    [209167.457649] sd 4:0:0:0: [sdb] Attached SCSI removable disk
    [209167.457730] sd 4:0:0:0: Attached scsi generic sg2 type 0
    The good news is that the camera is correctly recognized ...

    What I would like to do is force the mounting for only this USB device to let's say /media/camera and not the current default /media/disk the latest being also used for my USB key so if my key is plugged before I plug the camera, it would be mounted to another point (disk2??)


    my /etc/fstab file :
    Code:
    # /etc/fstab: static file system information.
    #
    #  -- This file has been automaticly generated by ntfs-config -- 
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    
    proc /proc proc defaults 0 0
    # Entry for /dev/mapper/hda5 :
    UUID=6a47ef3b-c9fd-44ca-bf7d-fe686ab72975 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
    # Entry for /dev/mapper/hda7 :
    UUID=a7fa5091-0f9e-443a-9850-4b9cda069f40 /home ext3 nouser,defaults,atime,auto,rw,dev,exec,suid 0 2
    # Entry for /dev/mapper/hda2 :
    # UUID=98A45E16A45DF76A /media/hda2 ntfs-3g defaults,locale=fr_BE.UTF-8 0 1
    #UUID=98A45E16A45DF76A /media/hda2 ntfs-3g defaults,locale=fr_BE.UTF-8,force 0 1
    # Entry for /dev/mapper/hda6 :
    UUID=d897023a-48fc-45fd-a5e6-db8c75e19011 none swap sw 0 0
    /dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
    #/dev/hda2 /media/hda2 ntfs noauto,uid=1000,gid=1000,auto,rw,nouser 0 0
    # /dev/hda2 /media/hda2 ntfs-3g defaults,force 0 0
    # /dev/disk/by-uuid/98A45E16A45DF76A /media/hda2 ntfs-3g defaults,force 0 0
    # Partition tampon Gravure DVD taille 4.4 Gb
    /dev/hda2 /media/hda2 ext3 nouser,defaults,umask=0,atime,auto,rw,dev,exec,suid 0 0
    #usbfs 
    none /proc/bus/usb usbfs devgid=46,devmode=664 0 0
    /dev/hda2 <point\040de\040montage> auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
    /dev/hda2  auto nouser,noauto,atime,rw,nodev,noexec,nosuid 0 0
    /dev/sda2 /media/geexbox auto nouser,atime,auto,rw,nodev,noexec,nosuid 0 0
    Hope you can help me
    Philippe


    Philippe

  2. #2
    Join Date
    Sep 2007
    Beans
    7

    Re: Digital Camera mounting ...

    It seems creating a udev rule is the answer .... I'll try that later @ home

  3. #3
    Join Date
    Sep 2007
    Beans
    12

    Re: Digital Camera mounting ...

    I've bought SP560UZ too, but it doesn't mount correct . dmesg returns the same as yours, but F-spot or Picasa detects it as C370Z. I can't import photos from it .
    How can I make progs to see Olympus S560UZ, not Olympus C370Z?
    Thanks

  4. #4
    Join Date
    Sep 2007
    Beans
    12

    Re: Digital Camera mounting ...

    Any ideas, guys?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •