So i've been trying to edit the /etc/fstab file to add the "usrquota" however I tried editing it and it fails any commands that I should follow on this guide afterwards(Quotas in vsftpd?), this system is a VPS with just one drive running CentOS
Current contents(the original)
none /dev/pts devpts rw 0 0
Mount output
[root@s1 etc]# mount
/dev/simfs on / type reiserfs (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
none on /dev type tmpfs (rw)
none on /dev/pts type devpts (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
Mtab contents
/dev/simfs / reiserfs rw,usrquota,grpquota 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
none /dev tmpfs rw 0 0
none /dev/pts devpts rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
First bit it fails upon after editing the fstab
[root@s1 ~]# quotacheck -cug /home
quotacheck: Mountpoint (or device) /home not found.
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
Would appreciate any help