<br><br><div class="gmail_quote">On Sat, May 16, 2009 at 10:44 PM, Michael Mol <span dir="ltr">&lt;<a href="mailto:mikemol@gmail.com">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><div></div><div class="h5">On Sat, May 16, 2009 at 10:43 AM, Bob Kline &lt;<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>&gt; wrote:<br>
&gt; On Fri, May 15, 2009 at 8:45 PM, Tom Warren &lt;<a href="mailto:tomewarren%2Bgrlug@gmail.com">tomewarren+grlug@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt; On Fri, May 15, 2009 at 5:44 PM, Michael Mol &lt;<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; On Fri, May 15, 2009 at 5:34 PM, Bob Kline &lt;<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; On Fri, May 15, 2009 at 5:21 PM, Michael Mol &lt;<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt; &gt; As I mentioned in an earlier e-mail,<br>
&gt;&gt;&gt; &gt; it&#39;s an ext3 file system, and I mount it<br>
&gt;&gt;&gt; &gt; manually, using &quot;mount -t ext3 /dev/sdb7 /disk2&quot;.<br>
&gt;&gt;&gt; &gt; I only use it when I&#39;m backing up, so I have no<br>
&gt;&gt;&gt; &gt; reason to get in to fstab.  The drive is only used<br>
&gt;&gt;&gt; &gt; when I do a backup.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I must have missed that one.  A couple things to try...First, add the<br>
&gt;&gt;&gt; exec option to your mount parameters.  It&#39;s plausible that Firefox is<br>
&gt;&gt;&gt; checking for exec privileges before it tries browsing the directory<br>
&gt;&gt;&gt; (to avoid getting Permission Denied errors, I would guess), but<br>
&gt;&gt;&gt; mounting external drives defaults to enabling the noexec option.  Or,<br>
&gt;&gt;&gt; at least, it used to; I discovered that when I couldn&#39;t run scripts<br>
&gt;&gt;&gt; from my ~/bin directory when my /home was on an external USB disk.<br>
&gt;&gt;&gt; Come to think of it, I couldn&#39;t browse /home with Firefox then,<br>
&gt;&gt;&gt; either. (I didn&#39;t make that particular connection until just now.)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Disabling noexec mount ability fixed the ~/bin execute issue, but I<br>
&gt;&gt;&gt; don&#39;t remember if the Firefox browsing issue was fixed at the same<br>
&gt;&gt;&gt; time.  It wouldn&#39;t surprise me at all, though.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; :wq<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; grlug mailing list<br>
&gt;&gt;&gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
&gt;&gt;&gt; <a href="http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug" target="_blank">http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; What is the output of ls -ld /drive2 ? This could very well be a<br>
&gt;&gt; permissions issue.<br>
&gt;&gt;<br>
&gt;&gt; Tom<br>
&gt;&gt;<br>
&gt;<br>
&gt; 755  root root<br>
&gt;<br>
&gt; I changed the owner to myself, and<br>
&gt; nothing changes.<br>
&gt;<br>
&gt; But then, I can look at any other directory<br>
&gt; in root with similar permissions.  Just not the<br>
&gt; external drive.<br>
<br>
</div></div>When you mount something, the mount permissions override that of the<br>
mount point.  Try setting the user and permissions for the mount as<br>
part your parameters to the mount command.<br>
<font color="#888888"><br> 
</font></blockquote><div>Would that be any different than just setting<br>them afterwards?<br><br>Anyway, I tried the mount as:<br><br>mount -t ext3 -o owner,group /dev/sdb7 /disk2<br><br>I see the same behavior as before:  I can view<br>
items within /disk2, but not the contents of /disk2.<br><br>And of course the contents of any directory on <br>the primary drive.<br><br>   -- Bob<br><br><br> <br></div></div><br>