Hello, I formatted a 1 Tb HD with ext3 and it contains only a folder of 437 Gb but device properties shows 488 Gb are used, how are the other 50 Gb used ?
thank you








woflux wrote:device properties shows 488 Gb are used



sudo tune2fs -m N /dev/sdXsudo tune2fs -m 0 /dev/sdb2

eanfrid wrote:By default any partition formatted with ext2/3/4 reserves 5% of the capacity to the root user for admin tasks... 5% of 1000GiB are 50GiB



xenopeek wrote:eanfrid wrote:By default any partition formatted with ext2/3/4 reserves 5% of the capacity to the root user for admin tasks... 5% of 1000GiB are 50GiB
It wouldn't show that space as used though, it will show it as free disk space. It will just not let a normal user use that last 5% of disk space, only the root user can use it.












sudo tune2fs -m 0 /dev/sdb1


Users browsing this forum: Marja Erwin, ThoughtRenegade and 18 guests