[Linux] "x% reserved for the super user"
Posted: Thu Feb 22, 2007 1:19 pm
When using mkfs, it per default reserves 5% of the total blocknumber of the mass storage device for root. Sometimes you dont want it to do that, and reading the manpage (... RTFM ...) the solution was quite simple:
Where the -m flag lets you set the percentage to reserve - in this case, 0%.
Code: Select all
mkfs.ext3 /dev/sdx1 -m0