<br><br><div class="gmail_quote">On Sat, May 16, 2009 at 10:35 PM, Tom Warren <span dir="ltr">&lt;<a href="mailto:tomewarren%2Bgrlug@gmail.com">tomewarren+grlug@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5"><br><br>
<br><br><div class="gmail_quote">On Sat, May 16, 2009 at 10:43 AM, Bob Kline <span dir="ltr">&lt;<a href="mailto:bob.kline@gmail.com" target="_blank">bob.kline@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><br><div class="gmail_quote"><div><div></div><div>On Fri, May 15, 2009 at 8:45 PM, Tom Warren <span dir="ltr">&lt;<a href="mailto:tomewarren%2Bgrlug@gmail.com" target="_blank">tomewarren+grlug@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div><br>
<br><br><div class="gmail_quote">On Fri, May 15, 2009 at 5:44 PM, Michael Mol <span dir="ltr">&lt;<a href="mailto:mikemol@gmail.com" target="_blank">mikemol@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



<div>On Fri, May 15, 2009 at 5:34 PM, Bob Kline &lt;<a href="mailto:bob.kline@gmail.com" target="_blank">bob.kline@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Fri, May 15, 2009 at 5:21 PM, Michael Mol &lt;<a href="mailto:mikemol@gmail.com" target="_blank">mikemol@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
</div><div>&gt; As I mentioned in an earlier e-mail,<br>
&gt; it&#39;s an ext3 file system, and I mount it<br>
&gt; manually, using &quot;mount -t ext3 /dev/sdb7 /disk2&quot;.<br>
&gt; I only use it when I&#39;m backing up, so I have no<br>
&gt; reason to get in to fstab.  The drive is only used<br>
&gt; when I do a backup.<br>
&gt;<br>
<br>
</div>I must have missed that one.  A couple things to try...First, add the<br>
exec option to your mount parameters.  It&#39;s plausible that Firefox is<br>
checking for exec privileges before it tries browsing the directory<br>
(to avoid getting Permission Denied errors, I would guess), but<br>
mounting external drives defaults to enabling the noexec option.  Or,<br>
at least, it used to; I discovered that when I couldn&#39;t run scripts<br>
from my ~/bin directory when my /home was on an external USB disk.<br>
Come to think of it, I couldn&#39;t browse /home with Firefox then,<br>
either. (I didn&#39;t make that particular connection until just now.)<br>
<br>
Disabling noexec mount ability fixed the ~/bin execute issue, but I<br>
don&#39;t remember if the Firefox browsing issue was fixed at the same<br>
time.  It wouldn&#39;t surprise me at all, though.<br>
<div><div></div><div><br>
--<br>
:wq<br>
_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
</div></div></blockquote></div><br><br></div></div>What is the output of ls -ld /drive2 ? This could very well be a permissions issue.<br><br>Tom<br><font color="#888888"> </font></blockquote></div></div><div>755  root root<br>

<br>I changed the owner to myself, and<br>
nothing changes.<br><br>But then, I can look at any other directory<br>in root with similar permissions.  Just not the<br>external drive.<br><br>   -- Bob<br><br> <br></div></div><br>
<br>_______________________________________________<br>
grlug mailing list<br>
<a href="mailto:grlug@grlug.org" target="_blank">grlug@grlug.org</a><br>
<a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br></blockquote></div><br></div></div>As the user (non-root) can you list the contents of the Filesystem? Are
we maybe dealing with an ACL?  Run &quot;getfacl /disk2&quot; before and after you
mount the drive and post the output.<div><div></div><div class="h5"><br>
<br>
Tom<br clear="all"><br> </div></div></blockquote><div>Before mounting:<br><br># file: disk2<br># owner: me<br># group: me<br>user::rwx<br>group:: r-x<br>other::r-x<br><br>After mounting:<br><br># file: disk2<br># owner: root<br>
# group: root<br>user::rwx<br>group::r-x<br>other::r-w<br><br><br>So the mount process does indeed change <br>permissions, but this should not change a<br>couple of key things:<br><br>1)  Konqueror works fine.  I can view the<br>
contents of /disk2 as expected.<br><br>2)  The permissions are 755, so I should be<br>able to at least view the contents of disk2<br>in any case.<br><br>3) I can view the contents of /disk2 one <br>file at a time.  e.g., if I enter file:///disk2/myfile.html <br>
as the URL to Firefox, the contents are displayed.<br>It&#39;s only when I enter file:///disk2 that I get a blank<br>page.<br><br>At this point it does seem that Firefox requires <br>some kind of permissions that just aren&#39;t there.<br>
I tried changing &quot;owner&quot; to &quot;me&quot;, but nothing<br>changed - I still cannot view the contents of /disk2.<br><br>I can view the contents of any directory owned<br>by root on the primary drive.  Just not /disk2.<br>
<br><br>   -- Bob<br><br></div></div><br>