Re: df shows wrong disk size [SOLVED]

2019-06-04 Thread Roberto C . Sánchez
On Mon, Jun 03, 2019 at 09:06:11PM -0700, Ross Boylan wrote: > > Takeaways: > * Don't say 4TB when you mean 4GB! (Duh) > * e2fs tools report (roughly?) the entire device size for block count, > while df only shows the size of the data area, excluding metadata > * Mis-sized journals can be fixed by

Re: df shows wrong disk size [SOLVED]

2019-06-03 Thread Ross Boylan
On Mon, Jun 3, 2019 at 10:36 AM I wrote: > > I just noticed the reported journal size is exactly 1G, which would > account for the difference: > Journal size: 1024M > That's assuming the units are bytes; if they are blocks, it's just a > crazy value. > > I'll see what the extN experts h