diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20110628/004818.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20110628/004818.html | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20110628/004818.html b/zarb-ml/mageia-discuss/20110628/004818.html new file mode 100644 index 000000000..952cd8f83 --- /dev/null +++ b/zarb-ml/mageia-discuss/20110628/004818.html @@ -0,0 +1,126 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] auto mount usb sticks + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20auto%20mount%20usb%20sticks&In-Reply-To=%3C4E0989D5.80406%40wanadoo.fr%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="004815.html"> + <LINK REL="Next" HREF="004819.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] auto mount usb sticks</H1> + <B>claude devise</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20auto%20mount%20usb%20sticks&In-Reply-To=%3C4E0989D5.80406%40wanadoo.fr%3E" + TITLE="[Mageia-discuss] auto mount usb sticks">c.devise at wanadoo.fr + </A><BR> + <I>Tue Jun 28 09:59:17 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="004815.html">[Mageia-discuss] auto mount usb sticks +</A></li> + <LI>Next message: <A HREF="004819.html">[Mageia-discuss] auto mount usb sticks[resolved] +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4818">[ date ]</a> + <a href="thread.html#4818">[ thread ]</a> + <a href="subject.html#4818">[ subject ]</a> + <a href="author.html#4818">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Le 28/06/2011 00:30, Eugeni Dodonov a écrit : +><i> On Mon, Jun 27, 2011 at 18:25, Ahmad Samir <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ahmadsamir3891 at gmail.com</A> +</I>><i> <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">ahmadsamir3891 at gmail.com</A>>> wrote: +</I>><i> +</I>><i> On 10 June 2011 13:32, claude devise <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">c.devise at wanadoo.fr</A> +</I>><i> <mailto:<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">c.devise at wanadoo.fr</A>>> wrote: +</I>><i> > I've successfully installed Mageia over a Mandriva2010.2 (LXDE) +</I>><i> > all is fine except usb removable sticks mounting (and usb larger +</I>><i> disks too, +</I>><i> > i think): +</I>><i> > i get an 'Not Authorized' error when i insert my usb sticks (all +</I>><i> of them). +</I>><i> > device is created (i.e., /dev.sdx), but i have to mount it +</I>><i> manually as root. +</I>><i> > this is not user friendly. +</I>><i> > +</I>><i> > if think udev or polkit is faulty. +</I>><i> > +</I>><i> > any hints on that ? +</I>><i> > +</I>><i> > c.devise +</I>><i> > +</I>><i> > +</I>><i> +</I>><i> - Do these device have entries in /etc/fstab? (Ideally they +</I>><i> shouldn't). +</I>><i> - Is there a polkit authentication agent running? the output of 'ps +</I>><i> aux | grep polkit' should tell +</I>><i> +</I>><i> +</I>><i> It looks painfully similar to +</I>><i> <A HREF="https://qa.mandriva.com/show_bug.cgi?id=60627">https://qa.mandriva.com/show_bug.cgi?id=60627</A> as well, which seems to +</I>><i> resurrect sometimes randomly on both Mandriva and Mageia :(. +</I>><i> +</I>I installed Mageia a few times on other systems, no problem ( it was on +desktops) +the one i have the trouble with is a HP-Compaq nx6110. all is fine +except it. +i'm running vmlinuz-2.6.38.7-netbook-1.mga on this machine. +my /etc/fstab : + +# Entry for /dev/sda1 : +UUID=e8798996-f2e4-11db-bae1-7188fc37994b / ext3 defaults 1 1 +# Entry for /dev/sda6 : +UUID=33756e38-bcfd-11db-beff-5bc0d446841b /home ext3 defaults 1 2 +none /proc proc defaults 0 0 +# Entry for /dev/sda9 : +UUID=4d8bb1a6-bcfd-11db-8253-c7ec5de738bd /tmp ext3 defaults 1 2 +# Entry for /dev/sda7 : +UUID=f03a69e8-f2e4-11db-abf3-19d8f15118a9 /usr ext3 defaults 1 2 +# Entry for /dev/sda8 : +UUID=44613268-bcfd-11db-8c85-8bae01e94240 /var ext3 defaults 1 2 +# Entry for /dev/sda5 : +UUID=9728c919-59b5-45d8-8f99-5ed3381ef385 swap swap defaults 0 0 + +ps aux | grep polkit +root 1262 0.0 0.1 24440 3024 ? Sl 08:55 0:00 +/usr/lib/polkit-1/polkitd +claude 2461 0.0 0.2 28832 5980 ? Sl 08:55 0:00 +/usr/lib/polkit-gnome-authentication-agent-1 +claude 12578 0.0 0.0 3684 812 pts/0 S+ 09:58 0:00 grep +--color polkit + +hth + +c.devise + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-discuss/attachments/20110628/8806aa21/attachment-0001.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="004815.html">[Mageia-discuss] auto mount usb sticks +</A></li> + <LI>Next message: <A HREF="004819.html">[Mageia-discuss] auto mount usb sticks[resolved] +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#4818">[ date ]</a> + <a href="thread.html#4818">[ thread ]</a> + <a href="subject.html#4818">[ subject ]</a> + <a href="author.html#4818">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |