Re: [gentoo-user] flash drive mounting is very slow

2011-02-21 Thread Neil Bothwick
On Sun, 20 Feb 2011 23:10:18 -0500, David Relson wrote: You're suggesting that the RUN clause be RUN+=pmount /dev/PNY right? Right. Most importantly, stop using mount -a. -- Neil Bothwick If you think that there is good in everybody, you haven't met everybody. signature.asc

[gentoo-user] flash drive mounting is very slow

2011-02-20 Thread David Relson
Mounting USB devices is very, very slow. This morning I inserted my PNY memory stick at 10:18:22 but df didn't show it mounted until 3 minutes later at 10:21:05. As background information, in /etc/udev/rules.d/10-local.rules is: KERNEL==sd*1, ATTRS{manufacturer}==PNY, SYMLINK+=PNY,

Re: [gentoo-user] flash drive mounting is very slow

2011-02-20 Thread Dale
David Relson wrote: Mounting USB devices is very, very slow. This morning I inserted my PNY memory stick at 10:18:22 but df didn't show it mounted until 3 minutes later at 10:21:05. As background information, in /etc/udev/rules.d/10-local.rules is: KERNEL==sd*1,

Re: [gentoo-user] flash drive mounting is very slow

2011-02-20 Thread Neil Bothwick
On Sun, 20 Feb 2011 10:33:52 -0500, David Relson wrote: As background information, in /etc/udev/rules.d/10-local.rules is: KERNEL==sd*1, ATTRS{manufacturer}==PNY, SYMLINK+=PNY, RUN+=/bin/mount -a and in /etc/fstab is: /dev/PNY /mnt/pny vfat rw,nosuid,auto 0 0 Could the delay

Re: [gentoo-user] flash drive mounting is very slow

2011-02-20 Thread Mick
On Sunday 20 February 2011 17:44:58 Neil Bothwick wrote: On Sun, 20 Feb 2011 10:33:52 -0500, David Relson wrote: As background information, in /etc/udev/rules.d/10-local.rules is: KERNEL==sd*1, ATTRS{manufacturer}==PNY, SYMLINK+=PNY, RUN+=/bin/mount -a and in /etc/fstab is:

Re: [gentoo-user] flash drive mounting is very slow

2011-02-20 Thread William Kenworthy
usb verbose debug in the kernel? - check dmesg. Mine are always slow to mount if this is on. BillK On Sun, 2011-02-20 at 10:33 -0500, David Relson wrote: Mounting USB devices is very, very slow. This morning I inserted my PNY memory stick at 10:18:22 but df didn't show it mounted until 3

Re: [gentoo-user] flash drive mounting is very slow

2011-02-20 Thread David Relson
On Sun, 20 Feb 2011 18:03:24 + Mick wrote: On Sunday 20 February 2011 17:44:58 Neil Bothwick wrote: On Sun, 20 Feb 2011 10:33:52 -0500, David Relson wrote: As background information, in /etc/udev/rules.d/10-local.rules is: KERNEL==sd*1, ATTRS{manufacturer}==PNY, SYMLINK+=PNY,

Re: [gentoo-user] flash drive mounting is very slow

2011-02-20 Thread David Relson
On Sun, 20 Feb 2011 17:44:58 + Neil Bothwick wrote: On Sun, 20 Feb 2011 10:33:52 -0500, David Relson wrote: As background information, in /etc/udev/rules.d/10-local.rules is: KERNEL==sd*1, ATTRS{manufacturer}==PNY, SYMLINK+=PNY, RUN+=/bin/mount -a and in /etc/fstab is: