Failed to create virtual server

: setquota: Mountpoint (or device) /home not found or has no quota enabled. setquota: Not all specified mountpoints are using quota.

I get this when i try and make a new Virtual Server
After some reading about i typed mount in SSH and it give me this (if it helps)

/dev/md1 on / type ext4 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md3 on /home type ext4 (rw,grpquota,usrquota)

Thanks

Can you please turn on Debug Logging in Werbmin -> Webmin Configuration -> Debugging Log File, to see what command exactly Virtualmin is executing that causes the error?

It would seem that your /home has quotas enabled fine. The mount output looks mostly like mine, which is:

/dev/md0 on /home type ext4 (rw,noatime,grpquota,usrquota)

Hi mate sorry i cant try that now i reinstalled using Ext3 and all worked fine

Thanks alot tho