<p dir="ltr">df just gives you the space used on the disk volumes.</p>
<p dir="ltr">Try using this command</p>
<p dir="ltr">du  -sh   .*   *</p>
<p dir="ltr">It will tell you the space used by each directory and file in the current directory and the total of the parent directory.</p>
<p dir="ltr">Running it before and after should pinpoint any directories that are changing size<br>
</p>
<div class="gmail_quote">On May 30, 2014 9:37 PM, "Derek Trotter" <<a href="mailto:expat.arizonan@gmail.com">expat.arizonan@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've been using Pan 0.139 for a few days and I noticed something. While it's downloading headers, none of the files in my .pan2 directory increase in size, nor are any new files added.  When Pan is done downloading headers, it writes them to a file in the .pan2/groups directory.  However it's also writing something to my home directory before anything turns up in .pan2/groups.  I run df in my home directory (My home directory gets an entire 2TB disk.) and every minute or two it shows the free space decreasing.  This happens when I have no web browsers, email clients or any other program running except for Pan.  I'm curious where Pan puts this data before it's written to a file in .pan2/groups.  Any ideas?<br>

<br>
Here's what I've seen.<br>
<br>
delboy@ladmo:~/pan2$ df /home/delboy<br>
Filesystem      1K-blocks       Used Available Use% Mounted on<br>
/dev/sdd2      1922728752 1730809480 191902888  91% /home/delboy<br>
delboy@ladmo:~/pan2$ df /home/delboy<br>
Filesystem      1K-blocks       Used Available Use% Mounted on<br>
/dev/sdd2      1922728752 1730809800 191902568  91% /home/delboy<br>
<br>
Thanks<br>
<br>
-- <br>
"I get my copy of the daily paper, look at the obituaries page, and if I’m not there, I carry on as usual."<br>
<br>
Patrick Moore<br>
<br>
------------------------------<u></u>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.<u></u>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/<u></u>mailman/listinfo/plug-discuss</a></blockquote></div>