Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Getting Photos From A Digital Camera
Date: Sat, 02 Sep 2006 09:10:05
Message-Id: 200609021005.45517.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Getting Photos From A Digital Camera by sdoma
1 On Saturday 02 September 2006 08:06, sdoma wrote:
2
3 > Why not set up your camera to act as a USB disk?
4 > I do it this way and use the very special tools like ``mount'', ``ls''
5 > and ``cp'' ;o)))))))))))))
6
7 I second this. Just set something like:
8 =================================================
9 /dev/sda /mnt/sda auto,vfat,msdos noauto,user,noatime 0 0
10 /dev/sda1 /mnt/sda1 auto,vfat,msdos noauto,user,noatime 0 0
11 =================================================
12 depending on what your camera's flash memory is recognised as (look in your
13 dmesg output when you plug it in) and then use ls, or your file manager to
14 look at and manipulate its contents. If you have hald it should be picked up
15 automatically without you having to create the /mnt/sda directory or manually
16 mount/umount the device.
17
18 --
19 Regards,
20 Mick

Replies

Subject Author
Re: [gentoo-user] Getting Photos From A Digital Camera Adrian <linuxgn2@××××××××××××.com>
RE: [gentoo-user] Getting Photos From A Digital Camera "Timothy A. Holmes" <tholmes@×××××××××.net>