<br><br><div class="gmail_quote">On Wed, Aug 19, 2009 at 8:24 AM, Steve Romanow <span dir="ltr">&lt;<a href="mailto:slestak989@gmail.com">slestak989@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">Bob Kline wrote:<br>
&gt; I have just over 21,000 messages,<br>
&gt; which is about 3.3GB out of an<br>
&gt; allocated 7.3GB.<br>
&gt;<br>
&gt; Leading me to ask just what mounting<br>
&gt; does.  If I want to do a backup I presume<br>
&gt; I have to actually make a copy to a local<br>
&gt; directory.  i.e., I&#39;ve mounted a file system<br>
&gt; on Google&#39;s machine.<br>
&gt;<br>
&gt; Re POP,  I&#39;m game,  but will have to ask<br>
&gt; you for a small word salad about how to<br>
&gt; do it....<br>
&gt;<br>
&gt; Re FUSE,  the man page for mount.gmailfs<br>
&gt; does mention that the kernel must support<br>
&gt; the FUSE file system.<br>
&gt;<br>
&gt; But nothing more....<br>
&gt;<br>
&gt;     -- Bob<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Aug 18, 2009 at 10:39 PM, Michael Mol &lt;<a href="mailto:mikemol@gmail.com">mikemol@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt; On Tue, Aug 18, 2009 at 10:33 PM, Bob Kline&lt;<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I mounted my <a href="http://gmail.com" target="_blank">gmail.com</a> contents using, as root:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; mount -t gmailfs none /mount-point  -o<br>
&gt;&gt;&gt; usrname=me,password=my_password,fsname=secret_word<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; It mounted fine, apparently.  i.e., no errors.<br>
&gt;&gt;&gt; And the size matches what I see on <a href="http://gmail.com" target="_blank">gmail.com</a><br>
&gt;&gt;&gt; when I log in.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; But when I attempt to list the contents, using<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ls  /mount-point<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I get<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ls: cannot open directory.  .: No space left on device<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Huh?  My hard drive has plenty of space<br>
&gt;&gt;&gt; left.  And so does my gmail account.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Can anyone tell me what this might mean?<br>
&gt;&gt;&gt;<br>
&gt;&gt; How many emails are in your account?  It&#39;s possible it bumped up<br>
&gt;&gt; against some resource limit internal to the userspace component of the<br>
&gt;&gt; FUSE filesystem.  I&#39;d have to look at the source code.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; For that matter, has anyone else tried mounting<br>
&gt;&gt;&gt; a gmail file system?  What should the contents<br>
&gt;&gt;&gt; look like?<br>
&gt;&gt;&gt;<br>
&gt;&gt; No idea...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; Why am I doing this?  To look for large messages<br>
&gt;&gt;&gt; to delete.  Unlike Yahoo email,  gmail does no tell<br>
&gt;&gt;&gt; you message sizes.<br>
&gt;&gt;&gt;<br>
&gt;&gt; I keep a home backup of my GMail account via POP.  If you were to do<br>
&gt;&gt; something like that, you could see the email sizes that way as well.<br>
&gt;&gt; (I&#39;m not saying using FUSE is a bad idea, mind you, just offering an<br>
&gt;&gt; alternate approach.)<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; :wq<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; grlug mailing list<br>
&gt;&gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
&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;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
<div class="im">&gt;<br>
&gt; _______________________________________________<br>
&gt; grlug mailing list<br>
&gt; <a href="mailto:grlug@grlug.org">grlug@grlug.org</a><br>
&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>
</div>I use Tbird via imap for my gmail and I can view size data.  With the<br>
large size of your data, first sync could be painful, but likely doable.<br>
<div><div></div><div class="h5"> </div></div></blockquote><div>My original goal was to simply be<br>able to look at the gmail files with<br>the objective of eliminating very large<br>ones - typically those with a number of<br>
large images, or things like wmv files,<br>which can chew up storage space rapidly.<br>I&#39;m actually comfortable with the notion<br>of Google storing and backing up the <br>material, but, unlike Yahoo mail, for <br>example, gmail does not offer anything<br>
like a concept of unlimited space - just big<br>for starters.  So I just wanted to be able<br>to see the file sizes, which Yahoo mail <br>does display.  I could just look for the <br>little clips signifying attachments, but<br>
was hoping for something faster.  With<br>the file system mounted it could have <br>been much faster to find them with a<br>simple bash script.<br><br>I&#39;m still curious about the error message<br>saying out of space, and in digging around<br>
find I&#39;m not the first to encounter this.  So<br>that&#39;s still an open issue, if not a very <br>urgent one.  Maybe someone with less<br>than 21K messages can try to mount the<br>gmail file system and see if the same thing<br>
happens.<br><br>BTW,  Comcast is now showing two more<br>tiers of service.  &quot;Ultra,&quot; which is nominally<br>22 Mbps down, and 5 mbps up.  Then there<br>is the &quot;Extreme&quot; service with 50 Mbps down,<br>and 10 Mbps.  I&#39;ve checked for my area,<br>
zip code 49508, and it simply says &quot;coming <br>soon.&quot;  Anyone find it available in their area?<br><br>One can only imagine what these will cost.....<br><br>    -- Bob<br><br></div></div>