Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo and Flash Cards
Date: Sun, 19 Feb 2006 14:22:10
Message-Id: 200602191515.50570.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-user] Gentoo and Flash Cards by "Timothy A. Holmes"
1 On Sunday 19 February 2006 14:50, Timothy A. Holmes wrote:
2 > Good morning everyone:
3 >
4 > I am hitting a bit of an issue here -- there are work arounds available
5 > but I would like to do it right. Here is the issue
6 >
7 > I use Gentoo on my laptop that I use for digital photography. When I
8 > shoot, I tend to shoot several hundred pictures at once, so I use large
9 > flash cards and a card reader (usb) to download to my computer for
10 > archiving (I archive everything). I use digikam to handle the download
11 > (I like it and that part works great)
12 >
13 > My current workflow is as follows
14 >
15 > Put flash card in reader
16 > Plug reader into usb port
17 > Wait for reader to settle
18 > Open root terminal
19 > Check dmesg for dev node for reader
20 > Mount /dev/sda1 /mnt/flash
21 > Do the transfer with digikam
22 > Back to root term
23 > Umount /mnt/flash
24 > Unplug reader
25 > Remove card
26 > Repeat
27 >
28 >
29 > What I would like is for either the card to be automatically recognized
30 > and mounted, or at least to not have to do it via the root terminal
31
32 make an appropriate entry into fstab
33 dev/sda1 /mnt/flash vfat noauto,rw,users 0 0
34
35 and every user can mount/umount.
36 Make an icon on your kde desktop, click on it, and it will mount it
37 'automatically', before konqueror opens it.
38 --
39 gentoo-user@g.o mailing list