<div class="gmail_quote">2009/1/19 Randy Kramer <span dir="ltr"><<a href="mailto:rhkramer@gmail.com">rhkramer@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Monday 19 January 2009 06:02 am, Anne Wilson wrote:<br>
> On Monday 19 January 2009 00:17:08 Guillaume Revet wrote:<br>
</div><div class="Ih2E3d">> > I have a problem with my USB keys on my eeePC 4G. The message is:<br>
"You're<br>
> > not allowed to read /home/user/DataTraveler 2.0".<br>
> ><br>
> > What could I do to resolve my problem, it seems  that  i became<br>
user<br>
> > instead  of root  on my system. And that problem  appear on all my<br>
USB<br>
> > device.<br>
<br>
</div>Hmm, I guess I could read between the lines, but it might be better to<br>
ask a few questions.  (Also, I don't know how much experience you have,<br>
so I don't mean to insult you with these questions or comments.):<br>
<br>
   * Are you saying you normally run as root, but somehow you're now<br>
running as (a) user?  (BTW, running as root, except when doing specific<br>
adminstrative tasks that can't be done as a user.)<br>
<br>
   * What is the ownership of /home/user/DataTraveler 2.0--do an:<br>
<br>
ls -al /home/user/"DataTraveler 2.0"<br>
<br>
(iirc, you'll need the quotes to handle the space in the file name)<br>
<br>
   * Also do a:<br>
<br>
whoami<br>
<br>
Let us (the list) know the results, then somebody can help you (I<br>
think).<br>
<br>
(The two possibilities, I think, are that you have an<br>
ownership/permissions problem (probably the result of a less than<br>
desirable "mount" of the drive) or that the key (pen) drive is not<br>
mounted (less likely, imho).<br>
<br>
Randy Kramer<br>
<font color="#888888">--<br>
I didn't have time to write a short letter, so I created a video<br>
instead.--with apologies to Cicero, <a href="http://et.al" target="_blank">et.al</a>.<br>
___________________________________________________<br>
This message is from the kde-linux mailing list.<br>
Account management:  <a href="https://mail.kde.org/mailman/listinfo/kde-linux" target="_blank">https://mail.kde.org/mailman/listinfo/kde-linux</a>.<br>
Archives: <a href="http://lists.kde.org/" target="_blank">http://lists.kde.org/</a>.<br>
More info: <a href="http://www.kde.org/faq.html" target="_blank">http://www.kde.org/faq.html</a>.<br>
</font></blockquote></div><br><br>I guess Randy is right. <br>It seems "user" can't read USB devices, because he might not be in the right group.<br>Something like "plugdev", "hal", or "usb"<br>
<br>Additionally i guess a: <br><br>ls -al /home/user/DataTraveler 2.0<br><br>might not bring the desired result, as it states the ownership of the link pointing to /media/DataTraveler 2.0.<br>Do a: <br><br>ls -al /media/DataTraveler 2.0<br>
<br>instead.<br><br>Philipp<br>