search for: 8kib

Displaying 8 results from an estimated 8 matches for "8kib".

Did you mean: 8kb
2012 Aug 08
5
Deleting metadata smashes file dovecot.dict
...elow) with metadata plugin in my own plugin. I want to insert and delete some large metadata (>4KiB). It seems, that the delete in a second call of my plugin smashes the file dovecot.dict in users dir: 1st call: *dovecot.dict is empty -delete metadata 1 -delete metadata 2 -insert metadata 1 ~8KiB -insert metadata 2 <1KiB *dovecot.dict contains two entries 2nd call: -delete metadata 1 -delete metadata 2 -insert metadata 1 ~8KiB -insert metadata 2 <1KiB *dovecot.dict contains the two entries + some waste If all eight steps are called together (in the same plugin context) the file dov...
2006 Nov 26
1
ext3 4TB fs limit on amd64 (FAQ?)
Hi, I've a question about the max. ext3 FS size. The ext3 FAQ explains that the limit is 4TB. http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html | Ext3 can support files up to 1TB. With a 2.4 kernel the filesystem size is | limited by the maximal block device size, which is 2TB. In 2.6 the maximum | (32-bit CPU) limit is of block devices is 16TB, but ext3 supports only up | to 4TB.
2007 Jul 25
1
File Size
Hello What is the largest file size that can be created on Linux ? is there any limitation ? Thanks
2014 Jan 19
1
Cluster Size discrepancy between FAT32 and NTFS
Hi, I am not an engineer or linux expert but I have been using syslinux to boot live disk filesets (extracted from iso's) residing on fat32 and NTFS volumes. In FAT32 there has been no problem going with larger cluster sizes up to the nominal maximum of 64K however, with NTFS it has not been possible to exceed the cluster size of 4096. With NTFS formatted using clusters of 8192 or larger,
2017 Nov 21
2
[PATCH] EFI TCP buffer reuse bug
The attached patch resolves a buffer reuse bug in the efi/tcp.c code. The bug can be triggered when multiple TCP connections are opened when using the EFI bootloader. Signed-off-by: Joshua Weage <joshua.weage at dell.com> --- --- master/core/fs/pxe/pxe.h 2017-07-22 14:45:46.561674329 -0500 +++ jw/core/fs/pxe/pxe.h 2017-07-23 19:44:46.466498950 -0500 @@ -144,6 +144,7 @@ struct
2006 Oct 11
2
DO NOT REPLY [Bug 4162] New: Wanted: a mechanism to prevent rsync network compression of compressed files
...for text files, while avoiding the cost of the CPU to compress files that aren't going to compress much. Two obvious strategies spring to mind: * We could track the progress of the compression and bail out if it is less than some lower limit, maybe 1.2 or so. Maybe run compression till about 8KiB into the file, see how things are going and coontinue compressed or switch to uncompressed. AND/OR * We could simply allow for a user-supplied list of files, (presumably the same syntax as backup_excludes) that we would not bother to try to compress. This may not be as robust a strategy as the firs...
2014 Jan 21
1
Cluster Size discrepancy between FAT32 and NTFS
...NTFS as in FAT32, > > if not more so. > > > > I stand by prepared for immediate testing of win32 > syslinux versions as early as 4.06 which contain > > modifications to include this property > > -- > -Gene > > search terms: 0.5 kiB, 1kiB, 2kiB, 4kiB 8kiB; half k, 1k, > 2k, 4k, 8k; > 0.5kB, 1kB, 2kB, 4kB, 8kB
2013 Apr 12
8
[Bug 63481] New: Nouveau driver - No monitor signal on chipset NV1A (family NV10) since bisected bad commit ebb945a94bba2ce8dff7b0942ff2b3f2a52a0a69 in kernel 3.7.9
...keleton and copy+paste the old code into the appropriate places, fixing up variable names etc as needed. v2: Marcin Slusarz <marcin.slusarz at gmail.com> - fix find/replace bug in license header v3: Ben Skeggs <bskeggs at redhat.com> - bump indirect pushbuf size to 8KiB, 4KiB barely enough for userspace and left no space for kernel's requirements during GEM pushbuf submission. - fix duplicate assignments noticed by clang v4: Marcin Slusarz <marcin.slusarz at gmail.com> - add sparse annotations to nv04_fifo_pause/nv04_fifo_start - u...