I have problems with quota partition:
setquota: Device (/) filesystem is mounted on unsupported device type. Skipping. setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
What do I need?

Regards
setquota: Device (/) filesystem is mounted on unsupported device type. Skipping. setquota: Mountpoint (or device) / not found. setquota: Not all specified mountpoints are using quota.
server:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 errors=remount-ro 0 1
/dev/sda5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
server:~# /usr/sbin/repquota /
repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
server:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 234418848 1950044 220561028 1% /
tmpfs 1031640 0 1031640 0% /lib/init/rw
udev 10240 660 9580 7% /dev
tmpfs 1031640 0 1031640 0% /dev/shm
server:~# /sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
on directadmin.conf
quota_partition=/
server:~# /sbin/quotacheck -cavugm
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
quotacheck: Scanning /dev/sda1 [/] \
done
quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Cannot stat old group quota file: No such file or directory
quotacheck: Cannot stat old user quota file: No such file or directory
quotacheck: Cannot stat old group quota file: No such file or directory
quotacheck: Checked 3396 directories and 32312 files
quotacheck: Old file not found.
quotacheck: Old file not found.
What do I need?


Regards
Last edited: