Hetzner fresh install with ~280GB used

So I did a fresh install of quickbox on a hetzner server. No issues but for some reason 280 GB is used from the hard disk space. I followed the tutorial gif on setting RAID to 0 so that can’t be the issue. Where did the storage go?

System reserved space. Used for whenever a user might fill up all the hdd, root can still login.
All depending on your linux image, it could be predefined to 5% of storage reserve.

Look up tune2fs if its something you want to change.

Nothing QB have any effect on

1 Like

So I did this and it worked

root@Ubuntu-1604-xenial-64-minimal ~ # sudo tune2fs -m 1 /dev/md2
tune2fs 1.42.13 (17-May-2015)
Setting reserved blocks percentage to 1% (14598236 blocks)
root@Ubuntu-1604-xenial-64-minimal ~ # df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.7G 0 7.7G 0% /dev
tmpfs 1.6G 13M 1.6G 1% /run
/dev/md2 5.4T 1.1G 5.4T 1% /
tmpfs 7.7G 0 7.7G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
/dev/md1 2.0G 68M 1.9G 4% /boot
tmpfs 1.6G 0 1.6G 0% /run/user/0

Thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.