search for: quotaon

Displaying 20 results from an estimated 26 matches for "quotaon".

2001 Dec 28
2
RedHat 7.2 quota problem
Hi everyone, I need to setup quota on ext3 filesystem. I created /aquota.* files with 600 chmod, added grpquota and usrquota to /etc/fstab, remouted partition, [root@zeby root]# mount /dev/hda1 on / type ext3 (rw,usrquota,grpquota) ... but when I try [root@zeby root]# quotaon / quotaon: using //aquota.group on /dev/hda1: Invalid argument. quotaon: using //aquota.user on /dev/hda1: Invalid argument. any ideas ? I'm using RedHat 7.2 - kernel 2.4.9-7 and quota-3.01pre9-3. thanks a lot.
2001 Jan 15
3
quota on ext3 fs
hi everyone, i installed the ext3 fs on a test machine and tried to use quota on the ext3 filesystem. When i use the command quotaon /dev/hdb2 (the partition with the ext3 fs) i get the message: quotaon: using /home/quota.user on /dev/hdb2: Invalid argument. I created the quota.user and quota.group files and set the permissions to 600. I use quota-2.oopre3-7a, e2fsprogs-1.20-0ext3, kernel 2.2.18 with the ext3-0.0.5e patch. Anyo...
2001 Sep 19
1
EXT3 and Quotas
I seem to be experiencing difficulties with using quotas with EXT3. quota.user, quota.group, aquota.user, and aquota.group are present. The mount point for the device is /mass/ican2 and the device is /dev/sda1 Here is what I get when I run quotaon -a [root@ican2 ican2]# quotaon -a quotaon: using /mass/ican2/quota.user on /dev/sda1: Invalid argument The quota.user files have just been touched, nothing else. Anyone have any ideas? Michael Turnbull Systems Administrator Center for Digital Imaging & Sound http://www.artschool.com
2006 May 04
0
quota 101
...% grep quota /proc/mounts /dev/sda6 /home ext3 rw,nosuid,nodev,noatime,data=ordered,usrquota 0 0 % quotacheck -av quotacheck: Scanning /dev/sda6 [/home] done quotacheck: Checked 4906 directories and 21239 files quotacheck: Checked 4906 directories and 21239 files % edquota -F vfsv0 theo [...] % quotaon -auv -F vfsv0 quotaon: using /home/aquota.user on /dev/sda6 [/home]: No such process quotaon: Quota format not supported in kernel. ...running strace(1) on it: % strace quotaon -auv -F vfsv0 open("/home/aquota.user", O_RDONLY|O_LARGEFILE) = 3 _llseek(3, 0, [0], SEEK_SET) = 0...
2006 Mar 18
1
ext3 - max filesystem size
Hi all, I am working with a pc cluster, running redhat el 4, on opteron cpus. we have several bigger RAID systems locally attached to the fileservers; now I would like to create a big striped filesystem with around 15TB. ext3 unfortunatelly only supports filesystem size up to 8TB, do you have an idea if / when this border will be increased ? I already found some discussions on LKML about it ?
2014 Sep 16
1
quota doesn't appear to work - repquota only updates when quotacheck is run
...t; noticed that no one had received an "over quota" message in a long time. > Using "repquota -as", it indeed looked as though everyone was under their > quotas. But "du" showed many people were over quota. So I did a "quotaoff > -a ; quotacheck -vam ; quotaon -a". That night, several > warnquota-generated messages went out. My users diligently cleaned up > their homes. Fast forward 24 hours, and the users received the same > warnquota emails. repquota showed them as being over, but "du" told a > different story. > >...
2010 Jul 05
4
Adding OST to online Lustre with quota
...OSTs to the Lustre with quota support without making it offline? We tried to do this but all quota information was lost. Despite the fact that OST was formatted with quota support we are receiving this error message: Lustre: 3743:0:(lproc_quota.c:447:lprocfs_quota_wr_type()) lustrefs-OST0016: quotaon failed because quota files don''t exist, please run quotacheck firstly The message suggest to run the quotacheck command again, but maybe there is a faster solution. Could you please someone tell us a proper procedure, or point to a proper documentation? Thank you for any help. Be...
2006 Apr 23
1
fsck_ufs locked in snaplk
Colleagues, one of my servers had to be rebooted uncleanly and then I have backgrounded fsck locked for more than an our in snaplk: 742 root 1 -4 4 1320K 688K snaplk 0:02 0.00% fsck_ufs File system in question is 200G gmirror on SATA. Usually making a snapshot (e.g., for making dumps) consumes 3-4 minutes for that fs, so it seems to me that filesystem is in a deadlock. Any
2009 Apr 22
1
Cannot set user quotas
...-- 208 0 0 49 0 0 54321 -- 172 0 0 40 0 0 (4) Turn on quotas quoataon /home (5) Add a user quota setquota -u 12345 10000 11000 0 0 -a /dev/hda3 (6) Recalculate the quotas quotaoff /home quotacheck -amu quotaon /home (7) Check if the quotas are active ls ?l /home/aquota.user repquota /home [root at mail ~]# repquota /home *** Report for user quotas on device /dev/hda3 Block grace time: 7days; Inode grace time: 7days Block limits File limits User...
2001 Oct 01
2
do quotas work with ext3?
Hi, I had ext2 and 2.4.7 kernel , quotas were working ok. Now when all my filesystems are ext3 I figured out that quotas are not working.... if I do quotaon , repquota, quotacheck the programs return 0 without any output..... Does ext3 supports quotas? Nikolai
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
...tip when the soft-limit of space usage was exceeded.following are the steps to reproduce this issue: 1.mkfs.ocfs2 --fs-features=usrquota,grpquota ... /dev/sdc5 2.mount -t ocfs2 -o usrquota,grpquota /dev/sdc5 /quota 3.useradd -m quotauser 4.setquota -u quotauser 1024 2048 10 20 -a /dev/sdc5 5.quotaon -avug 6.su - quotauser; cd /quota 7. dd if=/dev/zero of=./testfile1 bs=1024 count=1024 1024+0 records in 1024+0 records out 1048576 bytes (1.0 MB) copied, 0.00825239 seconds, 127 MB/s dd if=/dev/zero of=./testfile2bs=1024 count=10 sdc5: warning, user block quota exceeded. 10+0 records in 10+0 r...
2008 Oct 24
19
[PATCH 00/00] Implement quotas for OCFS2 (version 2)
Hello, the following patch series implements quotas for OCFS2. The patch series is based on: git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git linux-next I've adressed Joel's comments, also node recovery is now fully working and I've fixed a few issues I found during my testing. So I'm currently not aware of any bugs. Please review, test, comment. Thanks.
2008 Dec 30
1
quoting users disk space in glusterfs
Hi, I need to make a quota mechanism to restrict glusterfs space to users. How I proceed? I have an AFR installation with two servers and one NFS reexporter machine working. -- Martin Gumbau - mgumbau at iciq.es Responsable Informatic dels grups teorics de Quimica Computacional del ICIQ
2004 Jul 21
1
Quota Support
Hi I want to know the current status of Quota support on Ext3FS over the 2.6.7 kernels. I read something about potential deadlock issues/crashes with quotas on Ext3. How stable is the curent quota support (specifically on 2.6 kernels) ? Another thing, in the man page for mount, it says that "These options are accepted but ignored" for "grpquota / noquota / quota / usrquota"
2002 Mar 16
0
Re:Re: RedHat 7.2 quota problem
After your done editing the fstab, rc.local, touch, chmod and reboot you should uses the following commands at the shell prompt quotacheck -avug /dev/hdaX # X would be the mounted filesystem quotaon -avug /dev/hdaX Quotas should be up and running after that. As for the quotacheck -c, Hog wash. I never had to use it with 7.2
2008 Feb 07
0
equota reporting wrong blocks
...ta limit grace /dev/cciss/c0d0p5 2791832* 2000000 2000000 1595 0 0 # du -sh bhavesh.kumar 809M bhavesh.kumar dumpe2fs /dev/cciss/c0d0p3 |grep -i "block size" dumpe2fs 1.35 (28-Feb-2004) Block size: 4096 I tried quotaoff and quotaon on the /home partition and also mount -all command to remount the partitions but still the problem is persisting. Kindly suggest me how to get rid of this problem. Please let me know if you need any further inputs. Regards Ankush
2013 Nov 21
0
quota doesn't appear to work - repquota only updates when quotacheck is run
...tc/cron.daily. I noticed that no one had received an "over quota" message in a long time. Using "repquota -as", it indeed looked as though everyone was under their quotas. But "du" showed many people were over quota. So I did a "quotaoff -a ; quotacheck -vam ; quotaon -a". That night, several warnquota-generated messages went out. My users diligently cleaned up their homes. Fast forward 24 hours, and the users received the same warnquota emails. repquota showed them as being over, but "du" told a different story. System is CentOS 6.3, kernel...
2014 Sep 25
1
Quota Woes
...ar/spool/postfix/private/auth { mode = 0666 } } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { driver = passwd } protocol imap { mail_plugins = " quota imap_quota" } protocol pop3 { pop3_uidl_format = %08Xu%08Xv } root at mail:~# quotaon -pa group quota on / (/dev/mapper/mail--vg-root) is on user quota on / (/dev/mapper/mail--vg-root) is on What am I missing? -- Arthur Stephens Senior Networking Technician Ptera Inc. PO Box 135 24001 E Mission Suite 50 Liberty Lake, WA 99019 509-927-7837 ptera.com facebook.com/PteraInc | twitter...
2007 Nov 02
0
Samba Hung Process ("D state") and hung system
...a " D " state. So I held the power button on the machine until it died and then brought it back up. Everything seemed fine at this point. So what happened? There is a cronjob on the server scheduled for 4:02AM every night that does nothing more than run quotaoff, quotacheck, and then quotaon. This time, for some reason, quotaoff failed miserably. It went into the "D" state permanently, and just locked up the whole hard disk, keeping anything else from using it. Of course, no one is trying to use the file server for any reason at 4AM.... so no problems are apparent yet. B...
2010 Apr 12
1
Quota: Maildir and other files
Hi everybody, I'm currently working on the quota limits in dovecot, and Maildir quota is working fine, it reports the correct numbers. But our users also have additional space where they can put files, and I would like both to have the same quota of 2 GB. So mails + files should not exceed 2 GB. What is the best way to solve this? I already tried the following: - I put the files in