ok, i search in google
and find tutorial for how make quota with install webmin.
but in this step :
Edit "/etc/fstab" and add ",usrquota,grpquota" like this : /dev/md7 /home ext3 defaults,usrquota,grpquota 1 2
but my "/etc/fstab" is different look this is file "/etc/fstab" in my server :
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/md0 during installation
UUID=8674a74c-9272-49aa-8e29-7a2e5ca1d6e2 / ext4 errors=remount-ro 0 1
# swap was on /dev/md1 during installation
UUID=9d42a301-53e6-4eaa-8288-98b7b39d0826 none swap sw 0 0