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.a

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" > > > > a

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+

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 unti

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 i

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

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", ATTRS{manufacturer}==

[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

2006-05-16 Thread Alexey Starinsky
Hello, dirk. dirk dil> mount -a -t msdos /dev/sda1 /mnt/jetflash dirk dil> but there is no such thing as /dev/sda1. No /dev/sd?? what so ever. dirk dil> What am I missing? Just look what is in the /var/log/messages, /var/log/kernel, e.t.c (depends on your system logger) Inserting your flash dr

Re: [gentoo-user] flash drive mounting

2006-05-16 Thread dirk dil
On Tue, 2006-05-16 at 00:02 -0700, Ryan Tandy wrote: > dirk dil wrote: > > my kernel supports usb mass storage and dos fs's > > Built-in, or modules? If the latter, make sure they're loaded... ;) > And as Dirk mentioned, make sure you have SCSI support and SCSI disk > support (hint: what does t

Re: [gentoo-user] flash drive mounting

2006-05-16 Thread Sergio Polini
dirk dil: > I'm having trouble mounting a jetflash 110 onto usb. Please, check http://www.gentoo.org/doc/en/usb-guide.xml and your flash drive will work well ;-) Sergio ___ Yahoo! Mail: gratis 1GB per i messaggi e allegati d

Re: [gentoo-user] flash drive mounting

2006-05-16 Thread Ryan Tandy
dirk dil wrote: my kernel supports usb mass storage and dos fs's Built-in, or modules? If the latter, make sure they're loaded... ;) And as Dirk mentioned, make sure you have SCSI support and SCSI disk support (hint: what does the 'sd' in /dev/sd* stand for? :P). Ryan -- gentoo-user@gentoo

Re: [gentoo-user] flash drive mounting

2006-05-15 Thread Dirk Heinrichs
Am Dienstag, 16. Mai 2006 09:35 schrieb ext dirk dil: > but there is no such thing as /dev/sda1. No /dev/sd?? what so ever. > > What am I missing? Kernel support for SCSI and SCSI disks, I'd guess. HTH... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manage

[gentoo-user] flash drive mounting

2006-05-15 Thread dirk dil
Hi guys, I'm having trouble mounting a jetflash 110 onto usb. The stick is on a usb port and my kernel supports usb mass storage and dos fs's. I don't think the stick needs a special driver. In the manual it says I should be able to mount with: mount -a -t msdos /dev/sda1 /mnt/jetflash but