Disk space problem

Hi,

I have install QuickBox on my debian 8 64 bits server.
On the dashboard all services are started but I have no space available.

I don’t understand why (I have tested some solutions from other topics but not found a solution).
I have correctly choose root (/) path during installation (not the home).

I have create a user during installation that what not existing before.
I have choose to use quota but not defined any (perhaps its this?)

Here are some information to resolve my problem:

df -h
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda2 ext4 916G 2.6G 867G 1% /
udev devtmpfs 10M 0 10M 0% /dev
tmpfs tmpfs 786M 8.4M 778M 2% /run
tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/sda1 ext4 189M 31M 144M 18% /boot

>  cat /etc/fstab
> # /etc/fstab: static file system information.
> #
> # Use 'blkid' to print the universally unique identifier for a
> # device; this may be used with UUID= as a more robust way to name devices
> # that works even if disks are added and removed. See fstab(5).
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> # / was on /dev/sda2 during installation
> UUID=18d10376-e748-47ba-98e4-8314815f3fd8 /               ext4    usrjquota=aquota.user,jqfmt=vfsv1,errors=remount-ro 0       1
> # /boot was on /dev/sda1 during installation
> UUID=dd24ea47-e2b9-4e11-9007-37d632c8ff06 /boot           ext4    defaults        0       2
> # swap was on /dev/sda3 during installation
> UUID=59c90428-8858-4897-a030-7c3e4abcfe07 none            swap    sw              0       0

Hope it will help you to fix my problem.

Thanks.

Login as root and run setdisk and apply storage to your user

Thanks.

Problem solved

I have same problem, i install they way that you did.
i try to run setdisk but it says:
-bash: setdisk: command not found

This is due to not running as sudo or better. Type in sudo su to gain root and then type setdisk

its works. thank you.

i have a hetzner server with 2x3TB hdd with RAID 0 . its best to install /root or /home
under the install i type: / insted of 1. will it make a different?

It shouldn’t make a difference as to whether or not you install on /home or /(root). If you do install on /home I would ensure you have enough space (20GB) at the least on your /(root) partition for things such as Plex etc. Additionally, Raid0 is a fine choice if you are looking for more space.