<br><br><div class="gmail_quote">On Sun, May 17, 2009 at 11:51 AM, 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 class="im">On Sun, May 17, 2009 at 11:37 AM, Bob Kline &lt;<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>&gt; wrote:<br>
&gt; On Sat, May 16, 2009 at 10:35 PM, Tom Warren &lt;<a href="mailto:tomewarren%2Bgrlug@gmail.com">tomewarren+grlug@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
</div><div><div></div><div class="h5">&gt;&gt; As the user (non-root) can you list the contents of the Filesystem? Are we<br>
&gt;&gt; maybe dealing with an ACL?  Run &quot;getfacl /disk2&quot; before and after you mount<br>
&gt;&gt; the drive and post the output.<br>
&gt;&gt;<br>
&gt;&gt; Tom<br>
&gt;<br>
&gt; Before mounting:<br>
&gt;<br>
&gt; # file: disk2<br>
&gt; # owner: me<br>
&gt; # group: me<br>
&gt; user::rwx<br>
&gt; group:: r-x<br>
&gt; other::r-x<br>
&gt;<br>
&gt; After mounting:<br>
&gt;<br>
&gt; # file: disk2<br>
&gt; # owner: root<br>
&gt; # group: root<br>
&gt; user::rwx<br>
&gt; group::r-x<br>
&gt; other::r-w<br>
&gt;<br>
&gt;<br>
&gt; So the mount process does indeed change<br>
&gt; permissions, but this should not change a<br>
&gt; couple of key things:<br>
&gt;<br>
&gt; 1)  Konqueror works fine.  I can view the<br>
&gt; contents of /disk2 as expected.<br>
&gt;<br>
&gt; 2)  The permissions are 755, so I should be<br>
&gt; able to at least view the contents of disk2<br>
&gt; in any case.<br>
&gt;<br>
&gt; 3) I can view the contents of /disk2 one<br>
&gt; file at a time.  e.g., if I enter file:///disk2/myfile.html<br>
&gt; as the URL to Firefox, the contents are displayed.<br>
&gt; It&#39;s only when I enter file:///disk2 that I get a blank<br>
&gt; page.<br>
&gt;<br>
&gt; At this point it does seem that Firefox requires<br>
&gt; some kind of permissions that just aren&#39;t there.<br>
&gt; I tried changing &quot;owner&quot; to &quot;me&quot;, but nothing<br>
&gt; changed - I still cannot view the contents of /disk2.<br>
&gt;<br>
&gt; I can view the contents of any directory owned<br>
&gt; by root on the primary drive.  Just not /disk2.<br>
&gt;<br>
<br>
</div></div>I&#39;m not sure if enumerating a directory&#39;s contents requires read,<br>
execute or both.  Also, what steps did you take to change the owner to<br>
yourself?  Did you use the uid= and gid= mount options, or did you<br>
chown after the mount?<br>
<br>
Also try adding the mount to fstab with the requisite options to allow<br>
non-root users to mount it, and see if that fixes it.<br>
<br>
It may be worthwhile to file a bug report with your distro&#39;s bug<br>
tracker; They&#39;ll fix it locally and push the fix up to mainstream.<br>
(Unless it&#39;s Debian, in which case they&#39;ll just fix it locally; Their<br>
Seamonky codebase has deviated significantly from Firefox.)<br>
<font color="#888888"><br> 
</font></blockquote><div>chown after the mount. I also tried &quot;-o owner,group&quot;.<br>This allows non-root users to mount things on /disk2.<br><br>Indeed, if it&#39;s clear it is a bug, rather than something<br>I&#39;m doing, it&#39;s worth a report.  Some of the things you<br>
mention seem to require that the options be set in<br>fstab, and I haven&#39;t played around with that.  <br><br>Anyway,  for now, with the simply mount I usually<br>do for backups:<br><br>mount -t ext3 /dev/sdb7 /disk2<br>
<br>konqueror lists the contents of the mounted drive,  <br>Firefox does not.  Firefox can deal with items in<br>the directory.  That&#39;s where it stands now.<br><br>Some day I can try Seamonkey.  I use it on a<br>machine running Puppy Linux.<br>
<br>    -- Bob<br><br></div></div><br>