Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] MTP auto-mount? (Kindle Fire HD)
Date: Tue, 18 Sep 2012 22:04:43
Message-Id: CAK2H+eeeugxfW4Qe0tpOrE0DWE+0eu3Cn2Qovz2BTGJ2MHYMmw@mail.gmail.com
In Reply to: Re: [gentoo-user] MTP auto-mount? (Kindle Fire HD) by Neil Bothwick
1 On Tue, Sep 18, 2012 at 12:54 PM, Neil Bothwick <neil@××××××××××.uk> wrote:
2 > On Tue, 18 Sep 2012 10:37:57 -0700, Mark Knecht wrote:
3 >
4 >> mark@c2stable ~ $ cat /etc/udev/rules.d/51-android.rules
5 >> UBSYSTEM=="usb", ATTR{idVendor}=="1949", ATTR{idProduct}=="0007",
6 >> MODE="0666" mark@c2stable ~ $
7 >>
8 >> Anyway, it's all usable but a bit clumsy. Is there a sensible way I
9 >> can have the device recognized and mounted via rules in fstab? (Or any
10 >> other fixed file?)
11 >
12 > You could have your udev rule RUN mtpfs to mount the device. It takes a
13 > few seconds to mount it, so I'd run it with &.
14 >
15 >
16 > --
17 > Neil Bothwick
18 >
19 > Okay, who put a "stop payment" on my reality check?
20
21 Seems like a reasonable enough solution for my needs.
22
23 Thanks,
24 Mark

Replies

Subject Author
[gentoo-user] Re: MTP auto-mount? (Kindle Fire HD) Grant Edwards <grant.b.edwards@×××××.com>