CentOS 5.11 - Enabling user quota

Issues related to software problems.
Post Reply
karunakar101
Posts: 1
Joined: 2015/12/14 19:35:08

CentOS 5.11 - Enabling user quota

Post by karunakar101 » 2015/12/14 19:47:41

Hi,

I need to enable only user quota on /home on CentOS 5.11 machine. I tried the steps mentioned at https://www.centos.org/docs/5/html/Depl ... uotas.html without success. I have tried bunch of other options that I found online. None of them seemed to work. I have mentioned commands and their respective output/errors. Can someone suggest what I might be missing or doing wrong?

==============================================================
# df -T
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/simfs
reiserfs 314572800 273766340 40806460 88% /
fuse fuse 469343496 468984252 0 100% /backup_daily
none tmpfs 4081960 4 4081956 1% /dev
==============================================================

#cat /etc/fstab
none /dev/pts devpts rw,usrquota 0 0
==============================================================

# cat /etc/mtab
/dev/simfs / reiserfs rw,usrquota,grpquota 0 0
fuse /backup_daily fuse ro,nosuid,nodev,user_id=0,group_id=0,default_permissions,allow_other 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
/var/www/html/ssl/upload /home/sftpusers/upload none rw,bind 0 0

==============================================================

# mount -o remount /
mount: permission denied

==============================================================

# /sbin/quotacheck -cu /
quotacheck: Mountpoint (or device) / not found.
quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.

==============================================================

Post Reply