Displaying 20 results from an estimated 1000 matches similar to: "disk quotas + centos 5,5 +xfs"
2020 Nov 06
1
Centos 8 and xfs_quota
Folks
I'm trying to use xfs_quota to keep track of disk space usage for my
users. The documentation states that I should specify "uquota" as an
option on the mount data in /etc/fstab. Yet, I cannot find the entry
in fstab that corresponds to the Logical Volume that ends up being
mounted on /home1.
The system in question was installed on a single disk system. Later,
after
2013 Oct 09
1
XFS quotas not working at all (seemingly)
Hi All,
I have a very strange problem that I'm unable to pinpoint at the moment. For some reason I am simply unable to get xfs_quotas to report correctly on a freshly installed, fully patched CentOS 6 box. I have specified all the same options as on another machine which *is* reporting quota
LABEL=TEST /exports/TEST xfs inode64,nobarrier,delaylog,usrquota,grpquota 0 0
xfs_quota -xc
2018 Aug 09
2
xfs quota question
Can I go to an existing xfs file system, and apply a soft quota to each
user on it? If I do, can I then run a report, and see who's using how
much, or does it only apply to files created after the quotas are applied?
mark
2018 Aug 09
1
xfs quota question
Valeri Galtsev wrote:
> On 08/09/18 14:57, mark wrote:
>
>> Can I go to an existing xfs file system, and apply a soft quota to each
>> user on it? If I do, can I then run a report, and see who's using how
>> much, or does it only apply to files created after the quotas are
>> applied?
>
> After remounting XFS filesystem with option "usrquota" you
2007 Dec 16
3
xen and quota
Hi guys,
i am running xen 3.1.0 from sources at my debian server. at the domU
it
seems there are no quota functionality:
quotacheck -mav
quotacheck: Cannot stat() mounted device /dev/hda1: No such file or
directory
quotacheck: Cannot find filesystem to check or filesystem not mounted
with quota option.
cat /etc/fstab
cat /etc/fstab
# <file system> <mount point>
2014 May 23
1
xfs and user quota
Hi,
I try to enable userquota an a new xfs filesystem.
Its centos 6.5, the filesystem is mounted with usrquota, the server was
rebooted.
I thought
xfs_quota -x -c 'limit bsoft=20000m bhard=22000m username' /home
would set the quota for that user.
But I do get an error:
Command limit not found.
Did I miss something?
Any hints/how to beside the official sgi xfs and redhat doc
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 ?
2009 Apr 22
1
Cannot set user quotas
Hello, I am having some trouble getting quota's to work. When I try to
set the quota for a user, it does not show up when I run repquota. I
am doing this on a Redhat (RHEL5) machine (I assume it is the same on
Centos). I think I am missing a step, but this is what I am doing:
(1) I add usrquota to the /etc/fstab file, then reboot
LABEL=/home /home ext3 defaults,usrquota 1 2
(2) Verify
2009 Oct 28
1
Managing filesystem quotas
I wish to impose a quota on a samba share.
I''ve created a mount, using puppet, enabling usrquota. I''ve then run
quotacheck manually, and edquota manually to set up the quota.
I suppose I could have puppet deliver the aquota.user file, but I don''
think that doesn''t really enable me to rebuild the machine without
manual intervention. What would be really
2006 May 04
0
quota 101
oh, I am using:
$ quota -V
Quota utilities version 3.13.
Compiled with RPC and EXT2_DIRECT
Bugs to mvw at planets.elm.net, jack at suse.cz
are there any special versions out there for v2 quotas?
thanks,
Christian.
-------------
Hi list,
having used ext2/3 for years now I have to admit that I've never dealt
with filesystem quotas yet. But now I want to use them and I'm rather
puzzled
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
2010 Jan 15
1
quotacheck question
i want to implement disk quota on my /home filesystem (it is going to be a
mail server) so i
read tha appropriate how to's
edited limits for the users and everything is fine
but then for quota meintenance i stuck into quotacheck
the man page says
quotacheck should be run each time the system boots and mounts non-
valid filesystems. This is most likely to happen after a system
2012 Sep 17
1
Odd issue with XFS quotas reporting 8192.0EB in use
Hi All,
I have this very odd issue where after a migration we have some users who have quotas showing 8192.0EB in use, when in reality on disk there is only a couple hundred megabytes.
The host in question is a:
* CentOS 6.3 host with mostly latest patches (except latest glibc patches)
* running in SELinux Enforcing mode (Permissive doesn't seem to help)
* all file systems are on Logical
2011 Apr 18
1
rhel nfs bug with 5.5 - nfsd: blocked for more then 120 sec
Hi all,
I ran into this bug on my NFS server which is serving an XFS fs;
https://bugzilla.redhat.com/show_bug.cgi?id=616833
It was suggested using bind mounts.
My current fstab on my server is;
/dev/sdc1 /SHARE xfs defaults,noatime,nodiratime,logbufs=8,uquota 1 2
Unsure how to integrate bind mounts in this scheme to see if I can
avoid this bug until it is fixed.
Any ideas?
- aurf
2007 Aug 22
1
Force run of quotacheck at boot
Hi All,
I think I have managed to corrupt my quota files so I need to run
`quotacheck` but that needs the partition to have quotas off or be
unmounted which isn't ideal for a production system :-p
I was trying to find a way to force the system to do a full `quotacheck
-cvuga` on a reboot but on looking in rc.sysinit it seems it will only
force a quotacheck on boot when fsck finds
2010 Jul 05
4
Adding OST to online Lustre with quota
Hello,
we wounder whether is it possible to add 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
2013 Dec 19
1
quota and selinux on centos 6.5
??? Hi,
I'm facing a challenge with selinux and because I don't got an explanation elsewhere, I'm trying to explain here.
I have decided to mount /var/spool/cron on a separate partition? and apply quota for regular users. But quotacheck replyes with a "permission denied" .
quotacheck: Cannot create new quotafile /var/spool/cron/aquota.user.new: Permission denied
2006 Apr 19
1
quota on xfs on lvm doesn't work(?)
Hi,
I have a strange problem with user quotas enabled on a xfs filesystem
and samba 3.0.21c: When a standard block device (e.g. /dev/sdc1) is used
for the fs, quota works like expected:
/dev/sdc1 on /mnt/tmp type xfs (rw,usrquota)
output from level quota:10 debug:
[2006/04/19 14:38:48, 10] lib/sysquotas.c:sys_get_quota(394)
sys_get_quota() uid(4004, 4004)
[2006/04/19 14:38:48, 10]
2014 Sep 16
1
quota doesn't appear to work - repquota only updates when quotacheck is run
Hi,
I have exactly the same problem that you experienced in Nov, 2013.
I am using ext4 with journaled quota and the quota usage is only updating when I run quotacheck manually.
Have you found a solution?
Regards,
Alex
> I have set up user quotas on an ext4 filesystem. It does not appear that
> the quota system is being updated, except when I manually run quotacheck.
>
> More detail:
2016 Apr 13
2
mount bind problem
On 04/13/2016 12:02 AM, ???? wrote:
> In /etc/rc.d/rc.sysinit,
> there's "mount -a -n -t nonfs,nfs4,smbfs,ncpfs,cifs,gfs,gfs2i,glusterfs -O
> no_netdev".
>
>
> I have other same type servers. And on other servers with same /etc/fstsb,
> file system is correct.
> There's no difference between normal server's rc.sysinit and this problem
> server's