Displaying 4 results from an estimated 4 matches for "8388637".
Did you mean:
8388607
2014 Aug 17
3
Re: What uses these 50 GB?
...(<none>)
Lifetime writes: 133 MB
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
First inode: 11
Inode size: 256
Required extra isize: 28
Desired extra isize: 28
Journal inode: 8
First orphan inode: 8388637
Default directory hash: half_md4
Directory Hash Seed: a094608e-671f-4a9c-81e8-81bb72eb4516
Journal backup: inode blocks
Journal features: journal_incompat_revoke
Journal size: 128M
Journal length: 32768
Journal sequence: 0x001d92ff
Journal star...
2014 Aug 17
0
Re: What uses these 50 GB?
On 8/17/14, 12:28 PM, Roland Olbricht wrote:
> Hello everybody,
>
> first of all thank you the development of Ext2/3/4. It works like a
> charm and makes it possible to base applications on it.
> However, "df" says:
>
> Filesystem 1K-blocks Used Available Use% Mounted on
> ...
> /dev/sdc 468346644 409888536 35015532 93% /opt/ssd
>
2014 Aug 17
2
What uses these 50 GB?
Hello everybody,
first of all thank you the development of Ext2/3/4. It works like a
charm and makes it possible to base applications on it.
However, now I have the first time where I need more information to
understand the behaviour of a ext4 installation on a 480 GB harddisk.
It holds a database with a size of 355 GB, as said by
"du -m":
...
355263 /opt/ssd
However,
2014 Aug 17
0
Re: What uses these 50 GB?
...133 MB
> Reserved blocks uid: 0 (user root)
> Reserved blocks gid: 0 (group root)
> First inode: 11
> Inode size: 256
> Required extra isize: 28
> Desired extra isize: 28
> Journal inode: 8
> First orphan inode: 8388637
...
Ok, pretty standard, and it appears that you mkfs'd it in april,
mounted it, and have never unmounted it. (Nor has it ever crashed,
apparently).
Also, the last line above shows that there is at least one orphan
inode, meaning it's open but unlinked. Blocks aren't freed
until it...