Re: What uses these 50 GB?
Bodo Thiesen <[email protected]> Sun, 17 Aug 2014 23:32:29 +0200
| Newsgroups | gmane.comp.file-systems.ext3.user |
|---|---|
| Message-ID | <20140817233229.267f350e@phenom> |
* Roland Olbricht <[email protected]> hat geschrieben: Hi Roland > Reserved block count: 5860644 > Block size: 4096 Makes >20 GB. df doesn't show reserved clusters as free. That's why I always mke2fs -m 0 [...]. Tip: It's a tunable parameter, but as for e2fsck, you *really* should umount first. Also, not mentioned yet: Files big enough, that not all cluster pointers / extents fit in the inode itself, will take up additional meta data clusters. However, for ext2 with extents feature (which you have), this shouldn't really be much, I guess much much less than 1 GB. Regards, Bodo