Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] flash drive mounting is very slow
Date: Mon, 21 Feb 2011 04:13:29
Message-Id: 20110220231018.5872e099@osage.osagesoftware.com
In Reply to: Re: [gentoo-user] flash drive mounting is very slow by Neil Bothwick
1 On Sun, 20 Feb 2011 17:44:58 +0000
2 Neil Bothwick wrote:
3
4 > On Sun, 20 Feb 2011 10:33:52 -0500, David Relson wrote:
5 >
6 > > As background information, in /etc/udev/rules.d/10-local.rules is:
7 > >
8 > > KERNEL=="sd*1", ATTRS{manufacturer}=="PNY", SYMLINK+="PNY",
9 > > RUN+="/bin/mount -a"
10 > >
11 > > and in /etc/fstab is:
12 > >
13 > > /dev/PNY /mnt/pny vfat rw,nosuid,auto 0 0
14 >
15 > Could the delay be caused by something else is fstab trying to mount
16 > and failing? Try with mount /dev/PNY instead of mount -a.
17 >
18 > Even better use pmount /dev/PNY.
19 >
20 > Either way, you should run the command with & because udev blocks
21 > while running commands.
22
23 You're suggesting that the RUN clause be
24
25 RUN+="pmount /dev/PNY &"
26
27 right?

Replies

Subject Author
Re: [gentoo-user] flash drive mounting is very slow Neil Bothwick <neil@××××××××××.uk>