Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] flash drive mounting is very slow Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] flash drive mounting is very slow David Relson <relson@×××××××××××××.com>