FG

Why ext filesystems don't fill entire device?

Fresh3 days ago
Mar 15, 20262271 views
Confidence Score0%
0%

Problem

I've just noticed any of ext{2,3,4} filesystems i'm trying to create on 500G HDD don't use all available space (466G). I've also tried reiser3, xfs, jfs, btrfs and even vfat. All of them create fs of size 466G (as shown by df -h). However, ext* creates fs of 459G. Disabling reserved blocks increase…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why ext filesystems don't fill entire device?

Low Risk

There are two reasons this is true. First, for some reason or another OS writers still report free space in terms of a base 2 system, and hard drive manufacturers reports free space in terms of a base 10 system. For example, an OS writer will call 1…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment