search for: diskquota

Displaying 17 results from an estimated 17 matches for "diskquota".

Did you mean: diskquotas
2001 Jul 27
4
ext3-2.4-0.9.4-246ac5 problem...
I've updated today the version of ext3 on my laptop (from 0.9.3 to 0.9.4) and I am unable to boot anymore (hand copy below): VFS: Diskquotas version dquot_6.5.0 initialized Journalling Block Device driver loaded Invalid operand: 0000 CPU: 0 EIP: 0010:[<c01256bf>] ... ... ... Kernel panic: attempted to kill init. Since this is my / fs, I am unable to boot anymore (and of course I didn't saved my good old kernel), so I...
2003 Jul 17
2
ext3 and quota still problematic?
Hello, we used ext3 with diskquota and kernel 2.4.19 and 2.4.20 and went into the described problem here: http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html see Status Were there any merges with -ac in this direction in 2.4.21 so it might be fixed? Will there be merges in the future? Does kernel 2.6.x also have this problem? T...
2001 Sep 06
1
quota problems with ext3/249-ac9
Hi! I've got some "serious" quota-problems with ext3... it seems not to work at all... I'm currently running 249-ac9 with no patches, slackware 7.x-current from january or so, all the quota-utils from the original distribution. the kernel prompts correctly "VFS: Diskquotas version dquot_6.5.0 initialized" and that was it. neither quotacheck nor repquota or any other quota-related tool works as it should do. Are there updated quotatools which are capable of handling ext3 filesystems? I searched the net for a while and couldn't find anything related to quota...
2017 Jun 21
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...ndef _LINUX_QUOTA_VERSION # define _LINUX_QUOTA_VERSION 2 #endif /* * Convert diskblocks to blocks and the other way around. * currently only to fool the BSD source. :-) */ #define dbtob(num) ((num) << 10) #define btodb(num) ((num) >> 10) /* * Convert count of filesystem blocks to diskquota blocks, meant * for filesystems where i_blksize != BLOCK_SIZE */ #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE) /* * Definitions for disk quotas imposed on the average user * (big brother finally hits Linux). * * The following constants define the amount of time giv...
2001 Jan 22
13
Samba and quotas
...rently testing a Linux/Samba server to host the home shares for about 1000 students at our school (the test is conducted with just 10 of them). With ca 1000 students you can imagine the need for disk quotas (otherwise my system will crash after the x-th download off WinZip and such). Linux offers diskquotas without any pain. I had it up and running within one afternoon. Samba on the other end did not complain when a student exceeded his quota, it just made zero-size files. I then learned about the configure option --with-quotas. At the moment I've got an recompilled version off samba with this...
2012 Jan 06
4
Deduplication active - but how good does it perform?
I have deduplication active in my first mdbox: type mailbox, but how do I find out how well the deduplication works? Is there a way of finding out how much disk space I saved (if I saved some :) )? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax:
2017 Oct 17
0
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
...ON 2 > #endif > > /* > ?* Convert diskblocks to blocks and the other way around. > ?* currently only to fool the BSD source. :-) > ?*/ > #define dbtob(num) ((num) << 10) > #define btodb(num) ((num) >> 10) > > /* > ?* Convert count of filesystem blocks to diskquota blocks, meant > ?* for filesystems where i_blksize != BLOCK_SIZE > ?*/ > #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE) > > /* > ?* Definitions for disk quotas imposed on the average user > ?* (big brother finally hits Linux). > ?* > ?* The follo...
2017 Jun 20
2
Dovecot >=2.2.29 + Filesystem quota = incorrect storage information
Hi, I have problem with quota storage information in dovecot-2.2.29 (and newer versions, too - 2.2.30.2). I use FS quota backend. ............................ # 2.2.29.1 (e0b76e3): /etc/dovecot/dovecot.conf # OS: Linux 4.4.68-1 x86_64 mail_plugins = quota plugin { quota = fs:User quota:mount=/poczta:user quota2 = fs:Group quota:mount=/poczta:group } protocol imap {
2002 Apr 25
1
Re: Problems with ext3 fs
...d7 : active raid5 ide/host2/bus1/target0/lun0/part7[4] ide/host2/bus0/target0/lun0/part7[2] ide/host0/bus1/target0/lun0/part7[0] ide/host0/bus0/target0/lun0/part7[1] 1023744 blocks level 5, 128k chunk, algorithm 2 [3/3] [UUU] My part of dmesg (on boot): Apr 22 08:51:10 aurora kernel: VFS: Diskquotas version dquot_6.4.0 initialized Apr 22 08:51:10 aurora kernel: Journalled Block Device driver loaded Apr 22 08:51:10 aurora kernel: devfs: v1.10 (20020120) Richard Gooch (rgooch@atnf.csiro.au) Apr 22 08:51:10 aurora kernel: devfs: boot_options: 0x1 Apr 22 08:51:10 aurora kernel: pty: 256 Unix98...
2003 Dec 01
0
No subject
...delay loop... 1848.12 BogoMIPS Memory: 256916k/262080k available (1120k kernel code, 420k reserved, 3080k data, 76k init, 0k bigmem) Dentry hash table entries: 262144 (order 9, 2048k) Buffer cache hash table entries: 262144 (order 8, 1024k) Page cache hash table entries: 65536 (order 6, 256k) VFS: Diskquotas version dquot_6.4.0 initialized Checking 386/387 coupling... OK, FPU using exception 16 error reporting. Checking 'hlt' instruction... OK. POSIX conformance testing by UNIFIX mtrr: v1.35a (19990819) Richard Gooch (rgooch@atnf.csiro.au) per-CPU timeslice cutoff: 49.98 usecs. CPU0: Intel Pen...
2002 May 07
0
Re: SAMBA compile errors at XFS kernel.. (fwd)
...is applies to */ short dq_type; /* Type of quota */ short dq_flags; /* See DQ_* */ loff_t dq_off; /* Offset of structure in file (0 for not allocated) */ unsigned long dq_referenced; /* Number of times this dquot was referenced during its lifetime */ struct mem_dqblk dq_dqb; /* Diskquota usage */ }; #define NODQUOT (struct dquot *)NULL #define dq_curspace dq_dqb.dqb_curspace #define dq_curinodes dq_dqb.dqb_curinodes #define dq_isoftlimit dq_dqb.dqb_isoftlimit #define dq_ihardlimit dq_dqb.dqb_ihardlimit #define dq_bsoftlimit dq_dqb.dqb_bsoftlimit #define dq_bhardlimit dq_dqb.dqb_b...
2003 May 06
1
Slow disk access on Dell Latitute with ATA/ATAPI-5 T13 1321D
...device: /dev/synth, node (MAJOR 10, MINOR 25) Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16) Starting kswapd allocated 64 pages and 64 bhs reserved for the highmem bounces VFS: Diskquotas version dquot_6.5.0 initialized pty: 2048 Unix98 ptys configured Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled ttyS0 at 0x03f8 (irq = 4) is a 16550A PCI: Found IRQ 11 for device 00:1f.6 PCI: Sharing IRQ 11 with 00:1f.5 Real Time Clock Drive...
2003 Apr 13
2
isolinux 2.01 bug with Compaq and Promise BIOS
...t 0xfa104, last bus=1 PCI: Using configuration type 1 PCI: Probing PCI hardware PCI: Using IRQ router PIIX [8086/7110] at 00:14.0 Limiting direct PCI/PCI transfers. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd VFS: Diskquotas version dquot_6.4.0 initialized Journalled Block Device driver loaded atyfb: using auxiliary register aperture atyfb: 3D RAGE PRO (BGA, AGP) [0x4742 rev 0x7c] 4M SGRAM, 14.31818 MHz XTAL, 230 MHz PLL, 100 Mhz MCLK Console: switching to colour frame buffer device 128x48 fb0: ATY Mach64 frame buffer...
2004 Aug 06
4
Re: Compiling ices
----- Original Message ----- From: Karl Heyes <karl@pts.tele2.co.uk> To: <icecast@xiph.org> Sent: Friday, January 31, 2003 5:29 PM Subject: Re: [icecast] Re: Compiling ices <p>> On Fri, 2003-01-31 at 06:39, Marc Remijn wrote: > ... > > > Kernel output: > > > > invalid operand: 0000 > > CPU: 0 > > EIP: 0010:[<d08e25b1>]
2001 Mar 03
0
kernel & automount errors in messages log
...bigmem) Feb 26 18:56:09 Nemesis kernel: Dentry hash table entries: 32768 (order 6, 256k) Feb 26 18:56:09 Nemesis kernel: Buffer cache hash table entries: 262144 (order 8, 1024k) Feb 26 18:56:09 Nemesis kernel: Page cache hash table entries: 65536 (order 6, 256k) Feb 26 18:56:09 Nemesis kernel: VFS: Diskquotas version dquot_6.4.0 initialized Feb 26 18:56:09 Nemesis kernel: CPU: L1 I Cache: 64K L1 D Cache: 64K Feb 26 18:56:09 Nemesis kernel: CPU: L2 Cache: 256K Feb 26 18:56:09 Nemesis kernel: CPU: AMD Athlon(tm) Processor stepping 02 Feb 26 18:56:09 Nemesis kernel: Checking 386/387 coupling... OK, FPU u...
2008 Dec 22
56
[git patches] Ocfs2 patches for merge window, batch 2/3
Hi, This is the second batch of Ocfs2 patches intended for the merge window. The 1st batch were sent out previously: http://lkml.org/lkml/2008/12/19/280 The bulk of this set is comprised of Jan Kara's patches to add quota support to Ocfs2. Many of the quota patches are to generic code, which I carried to make merging of the Ocfs2 support easier. All of the non-ocfs2 patches should have
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.