Displaying 1 result from an estimated 1 matches for "used_end".
Did you mean:
use_end
2012 Oct 29
3
mbox vs. maildir storage block waste
...riginal mbox archives (right now in Evolution)
mbox exact space: 38122676224 (does not include meta-data)
mbox guess space: 44625670144 (includes Evolution meta-data which is several GBs)
mbox num mails: 3412999 (occurances of From_ lines)
In the following:
- image file, 1B-blocks, Used_begin, Used_end, Available_begin, Available_end
result out of df -B 1
- mdir exact used space
is the sum of du -B 1 for each regular file (i.e. each mdir file)
- mdir guess used space
du -B 1 on the root dir of the filesystem
- mdir num mails:
find . type -f | wc -l on the root dir of the filesystem
2) E...