Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
To disk quota experts
Name: Craig Lloyd Date: October 10, 2003 at 07:41:15 Pacific OS: Red Hat Linux 4.2 Kernel CPU/Ram: 1GB
Comment:
My Red Hat Linux system has already quota enabled (when it boots, it says "turning on quota for root filesystem") ->I did set my partition /dev/hdb2 to be mounted on /home ->I did Edit /etc/fstab with: /dev/hdb2 /home ext2 defaults,grpquota 1 1 ->I created " quota.group " and gave it rw permissions for root. ->I have several users that are member of the group " users" and want to assign disk quota limitation (group " users" exist in /etc/group). So I did " edquota -g users ": quota for group users /dev/hdb2: blocks in use 2500000, limits (soft = 1500000, hard = 2000000) inodes in use: 0, limits (soft = 0, hard = 0) -> Then I did run " quotaon -a" But the limit quota still does not apply to my group (when I type "quota -g users", I get " Disk quota for group users (gid 100): none). Same problem, even after I rebooted my system. Everything done through these steps were done as user root. RedHat Linux version 4.2 Kernel 2.0.30 Diskquota version dquot_5.6.0
Summary: Has anyone had any success in setting up file and directory quotas on RedHat Enterprise AS server?, the current kernel version that I'm using is 2.4.21-20.EL If so, how did you get the kernel to accep...
Summary: While setting up disk quota, at the step of "edquota -u user1", VI opens with following contents: /dev/hdb1: blocks in use: 0, limits (soft = 0, hard = 0) inodes in use: 0, limits (soft = 0, hard = ...
Summary: Hi I created a linux domain and managed to join windows 2000 users to that domain. I wanted to enable quotas where the user profiles are stored '/usr/local/samba/profiles'. I've tried messing with my ...