Just setup Quickbox and from the get go I love the interface but am having issues with the disc quota.
I have gone in and set the disc quota to 75GB but its still showing -0.786667 GB
Anyway I can set it correctly ?
Just setup Quickbox and from the get go I love the interface but am having issues with the disc quota.
I have gone in and set the disc quota to 75GB but its still showing -0.786667 GB
Anyway I can set it correctly ?
Just a couple of quick things.
lsblk
?During the initial install I did set the install user quotas. I have just done a reinstall now and the disc quotas are now blank and it says the this when I try to set the disk quota.
hostro:~# setdisk
=================================================================================
Disk Space MUST be in GB/TB - Do not attempt to add decimals in space settings,
Example - Good: 711GB OR 2TB, Example - Bad: 711.5GB OR 2.5TB
=================================================================================
Username: jumpinjack
Quota size for user: (EX: 500GB):
75GB
setquota: Cannot open quotafile //aquota.user: No such file or directory
What about this…?
This is the output.
hostro:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sr0 11:0 1 1024M 0 rom
vda 253:0 0 100G 0 disk
└─vda1 253:1 0 100G 0 part /
hostro:~# NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
-bash: NAME: command not found
hostro:~# sr0 11:0 1 1024M 0 rom
-bash: sr0: command not found
hostro:~# vda 253:0 0 100G 0 disk
-bash: vda: command not found
hostro:~# └─vda1 253:1 0 100G 0 part /
-bash: └─vda1: command not found
Could you try to run box install quota
?
Done.
Package quota already installed
What are the contents of your /etc/fstab. Also, just for giggles, could you perform the command fix-disk_widget_root
and see if that improves the issue?
Tried fix-disk_widget_root
but its still blank.
Heres the fstab contents :-
# /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/vda1 during installation
UUID=e2048966-750b-4795-a9a2-7b477d6681bf / ext4 usrjquota=aquota.user,jqfmt=vfsv1,errors=remount-ro 0 1
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0