Displaying 20 results from an estimated 4000 matches similar to: "Quotas on kernel revision 2.2.19 + ext3 patches"
2016 Apr 15
0
mount bind problem
Dear Robert,
Before sending 'grep -r /home /etc' data, I want tell you what happned this
morning.
In order to solve the /home/home problem, 'umount /home' had been done,
system had been running in a normal file system.
But suddenly /home has been lost.
Key information of that time is as in the **** lines.
And I found in the //// lines messages log.
How do you think the reason
2002 Apr 25
1
Re: Problems with ext3 fs
Hi,
I have read this thread and want to say that I have expirienced the same 
problem.
Once, when I was loged in, one of my filesystems ( root filesystem :( ) 
became read-only with the same symptoms.
But results was more tragic.  Almost in each directory avg. 10% of files 
had incorrect attributes, owner, links, etc.
But filenames was correct.  So, I was obliged to re-create root 
filesystem :(
2016 Apr 14
0
mount bind problem
Dear Robert,
Thank you.
The state after reboot are as follows.
# LANG=C lsblk
NAME                        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sr0                          11:0    1 1024M  0 rom
vda                         252:0    0   15G  0 disk
|-vda1                      252:1    0  500M  0 part /boot
`-vda2                      252:2    0 14.5G  0 part
  |-VolGroup-lv_root (dm-0) 253:0    0
2011 Jan 18
3
disk quotas + centos 5,5 +xfs
Hi all,
is any one aware quotas not working in 5,5?
I'm using XFS as a file system.
My fstab has the appropriate usrquota,grpquota but when I try to run;
quotacheck -cug /foo
I get;
quotacheck: Can't find filesystem to check or filesystem not mounted  
with quota option.
I already have a large amount of data in the mount.  Do quotas get  
implemented on only empty filesystems and
2013 Feb 06
2
fail to display xfs quotas instead of smbcquotas on Win clients
Hi
Samba 3.6.3 on Ubuntu.
Filesystem is xfs, grpquota and usrquota are enabled.
root at host:# repquota /mntpoint displays the correct data (see below).
In smb.conf I defined max protocol = SMB2.
When running smbcquotas //host/share -L I'm getting displayed a value of
16GB for every user share. This is the value that is displayed on the
windows 7 boxes when looking at the network shares in
2013 Dec 05
1
Issue mounting /home area from NAS server
Hi,
Just before the Thanksgiving break, we enabled quotas on
the /home areas on the mseas-data server (running CentOS 5.8),
using the following line in the updated /etc/fstab
/dev/mapper/the_raid-lv_home /home              ext3
defaults,usrquota,grpquota      1 0
Following the Thanksgiving reboot of mseas-data we have been
experiencing problems with svn on mseas (our front-end machine,
running
2008 Oct 20
0
[PATCH] quota: Move quotaio_v[12].h from include/linux/ to fs/
Since these include files are used only by implementation of quota formats,
there's no need to have them in include/linux/.
Signed-off-by: Jan Kara <jack at suse.cz>
---
 fs/quota_v1.c              |    3 +-
 fs/quota_v2.c              |    7 ++--
 fs/quotaio_v1.h            |   33 ++++++++++++++++++
 fs/quotaio_v2.h            |   79 ++++++++++++++++++++++++++++++++++++++++++++
2008 Oct 29
1
quota for ocfs2 do not warn a exceed for block soft-limit sometimes
Jan,
since i can not cc you mail address when filing a bug on oss
bugzilla,just paste the bug description here.
Testing env,
Kernel version:latest linus's mainline 2.6.27
Testing Nodes:test5/6
Description:
Jan,i used your provided quota tools,now it works for me:),currently,i'm
doing a sanity check for the quota on ocfs2.
Found a strange thing when comparing with the ext3,the quota
2009 Feb 27
3
ext3 heavy file fragmentation with NFS write
Hello,
Does anybody know how to avoid the file fragmentation when a file is 
created over NFSv3?
A file created locally is OK:
dd bs=32k if=/dev/zero of=test count=32x1024 conv=fsync
filefrag test
test: 10 extents found, perfection would be 9 extents
When I create the file in the same dir, but from another machine, 
mounted over NFS:
filefrag test
test: 4833 extents found, perfection would be
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
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
2023 May 24
0
[PATCH v2] ocfs2: fix use-after-free when unmounting read-only filesystem
On 5/23/23 5:33 PM, Lu?s Henriques wrote:
> It's trivial to trigger a use-after-free bug in the ocfs2 quotas code using
> fstest generic/452.  After a read-only remount, quotas are suspended and
> ocfs2_mem_dqinfo is freed through ->ocfs2_local_free_info().  When unmounting
> the filesystem, an UAF access to the oinfo will eventually cause a crash.
> 
> BUG: KASAN:
2001 Oct 13
3
2.2.19+ext3 or 2.4.1x+ext3 ?
I've not been happy with the stories about the "stable" 2.4.x kernels.
Everywhere I read people saying "not for production use".
Would you recommend adding ext3 to 2.2.19 (ext3-0.0.7a) or moving to
2.4.1x and using ext3 there (ext3-0.9.12)?
-- 
-IAN!  Ian! D. Allen   Ottawa, Ontario, Canada   idallen@ncf.ca
       Home Page on the Ottawa FreeNet: http://www.ncf.ca/~aa610/
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
hi Jan,
I've attached Yu-Chan's quota.h -- does this look familiar to
you?  It is clearly not the quota.h from the XFS CVS as I had
originally thought.  It may be the one from the XFS 1.1 CDs,
which is a Redhat-based, XFS-enabled distro, so would have an
earlier version of your VFS quota patches (via -ac kernel).
Either way, it doesn't really matter.  We need to fix Samba,
and a
2016 Apr 14
7
mount bind problem
On 04/13/2016 08:44 PM, ???? wrote:
> # mount
> /dev/mapper/VolGroup-lv_root on / type ext4 (rw,usrquota,grpquota)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> /dev/vda1 on /boot type ext4 (rw)
> /dev/vdb on /mnt/extradiskA type ext4 (rw,usrquota,grpquota)
>
2016 Nov 03
0
Centos 7 Minimal and Quotas
I have installed Centos 7 Minimal in a 1TB KVM.  Used XFS file system.
I did not use LVM.  I need to install Directadmin which requires
quotas.
I have this in fstab:
UUID=b482396d-d2fc-49ed-b9df-c49e9387405b /   xfs   defaults   0 0
UUID=e24a16e0-57ab-42b2-af0b-9edf789376e5 /boot   xfs   defaults   0 0
UUID=b08b8243-6b46-444c-a7bd-02934246d884 swap   swap   defaults   0 0
I get this:
#
2001 Jun 26
2
Re: Ext3 kernel RPMS (2.4.5 & 2.2.19)
hi,
is this rpms differ from redhat's rawhide 2.4.5 kernel which seems to
contain ext3. so my question that your rpm contain different ext3
than rh's rpm? or I can simple use rh's rawhide rpms?
thanks.
yours.
ps. please reply to my private address to since I'm not on the list.
thanks.
> Hi,
> 
> Mostly for my own use, I prepared two kernel RPM's with Ext3 in them.
2013 Jun 25
1
Quota errors
Hi,
On our 2-nodes cluster (ubuntu server 12.04 LTS, 64bits 3.2.0-24-generic 
kernel, ocfs2 1.6.3-4ubuntu1 package), things seem to run nicely.
But /var/log/kern.log on both nodes is constantly showing the errors below :
Jun 25 10:46:46 serv-fs-adm1 kernel: [ 4910.713981] __quota_error: 2 
callbacks suppressed
Jun 25 10:46:46 serv-fs-adm1 kernel: [ 4910.713986] Quota error (device 
dm-6):
2001 Sep 19
1
Fwd: Re: Define conflict between ext3 and raid patches against 2.2.19
----- Forwarded message from Neil Brown <neilb@cse.unsw.edu.au> -----
On Wednesday September 19, mfedyk@matchmail.com wrote:
> On Tue, Sep 18, 2001 at 09:08:32PM +1000, Neil Brown wrote:
> > On Sunday September 16, mfedyk@matchmail.com wrote:        
> > > Hi,                                
> > >                                
> > > I'm trying to
2001 Jun 06
1
ext3-0.0.7a for 2.2.19 is released
Hi all,
ext3-0.0.7a is now out, at the usual places:
	ftp.uk.linux.org:/pub/linux/sct/fs/jfs/
and propagating now from
	ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/
This fixes one major bug in ext3 recovery for metadata-only
journaling.  Because recovery can also happen in e2fsck, users should
also upgrade to at least e2fsprogs-1.21-WIP-0601 (also provided at the
above ftp sites).