search for: extf

Displaying 20 results from an estimated 27 matches for "extf".

Did you mean: ext
2003 Mar 13
6
Updated 2.4 htree patches available for 2.4.21-pre5
There's a new set of ext2/3 patches for 2.4.21-pre5 available at: http://thunk.org/tytso/linux/extfs-2.4-update/extfs-update-2.4.21pre5-2 and in broken out form at: http://thunk.org/tytso/linux/extfs-2.4-update/broken-out-2.4.21pre5-2 New to this patch set include: * A kludge to help htree work well with Linux's NFS implementation * Allow the orlov allocator to be disabled via a mount o...
2003 Mar 08
3
Updated 2.4 htree patches available for 2.4.21rc5
...ople report success. In particular, I'm looking for people who had trouble with NFS to confirm whether or not this patch fixes their problems or not. If you do try out the patch, please let me know how well (or how poorly) it works. The patches can be found at: http://thunk.org/tytso/linux/extfs-2.4-update/extfs-update-2.4.21rc5 Also available are the patches broken out into separate diffs, here: http://thunk.org/tytso/linux/extfs-2.4-update/broken-out-2.4.21rc5/ In the broken out directory, only the first patch is the htree patch. The rest are some other 2.5 features which I've b...
2011 Dec 14
1
[PATCH] mkfs: optimization and code cleanup
...rtions(+), 16 deletions(-) diff --git a/daemon/mkfs.c b/daemon/mkfs.c index a2c2366..7757623 100644 --- a/daemon/mkfs.c +++ b/daemon/mkfs.c @@ -44,13 +44,16 @@ do_mkfs_opts (const char *fstype, const char *device, int blocksize, int r; char *err; char mke2fs[] = "mke2fs"; + int extfs = 0; + + if (STREQ (fstype, "ext2") || STREQ (fstype, "ext3") || + STREQ (fstype, "ext4")) extfs = 1; /* For ext2/3/4 run the mke2fs program directly. This is because * the mkfs program "eats" some options, in particular the -F * option....
2003 Jul 31
0
IPIP tunnels and TCP connections
I was trying the following setup with IPIP tunnels, one that used to work through another ISP, but no longer... Internal network | Linux box 1 (kernel 2.2.24) iif=10.0.0.1, extf=a.b.c.d, tunf=172.16.0.1 | |local metropolitan network | Another Linux box 2 (kernel 2.2.17, or 2.4.19, same result) iif=irrelevant, extf=x.y.z.v, tunf=172.16.0.2 | internet mtu is 1500 on iif, extf (ethernet) In short : I...
2003 Jun 07
1
New htree patches?
Hello, Could someone create some newer htree patches for the 2.4.x kernel? There are some bug fixes in the 2.4.21-rc releases that would be nice to have but the htree patches preceed those and they won't apply cleanly to later pre/rc kernels. It sounds like Marcelo may be about ready to put out 2.4.21 so it may just be worth holding off until that happens, but I don't suspect much will
2003 Jul 14
2
install problem
...ica, etc.). I have used R for a few months on my Windows PC, but now I would like to install R on a Linux box with SuSE 8.1. I downloaded the RPM for SuSE 8.1 from the CRAN mirror. But when I run the INSTALL script using the midnight commander it gives the following error message: # /usr/lib/mc/extfs/rpm run /tmp/R-base-1.7.1-1.i386.rpm INSTALL Installing "/tmp/R-base-1.7.1-1.i386.rpm" error: failed dependencies: libg2c.so.0 is needed by R-base-1.7.1-1 Could anyone tell me how to go on, where to find the missing file/package and what to do with it? Thank you G?bor -- G...
2003 Jun 11
1
performance issue with overwritten files
Hi Guys, I have experienced a recent performance issue with an ext2 filesystem. Essentially I have had several files that get overwritten on average once per day. This has been happening for about a hear when the program accessing and reading those files started from several milliseconds to 15-20 seconds to open and read the file. Moving the directory to a new name and copying the contents
2006 Jun 06
0
Linux Installation and Basic Configuration Training on June 13-17, 2006
...y Your Hardware e.. Determine Network Settings f.. Installation g.. Installing From a CD-ROM h.. Creating a Boot Floppy i.. Installing From a Network j.. General Installation Steps k.. Install or Upgrade l.. Disk Partitioning m.. Swap Space n.. File System Types o.. extfs p.. extfs q.. ReiserFS r.. XFS s.. JFS t.. Partitioning the Drive u.. fdisk v.. Sample Allocation Plan w.. Drive and Partition Names x.. Commands y.. Partition Attributes z.. Partition ID Type aa.. The fdisk Procedure ab.. Other Partitioning Methods ac.. S...
2003 Apr 04
1
2.4.20 & htree
Apologies for the newbie question: I have a (stock) 2.4.20 build (*not* -ac), and I'm trying to work with large ext3 directories. By large, I mean 160,000 files per directory. (Yes, I know it would be better in nested directories but such is life). I feel htree would benefit me. Having upgraded from an earlier version of 2.4, I don't see any change, and close reading of the 2.4 changelog
2002 Oct 23
1
htree and nfs
Hi Guys, I am quite keen to try out the new htree extensions to ext3 however I wish to use them under NFS. I have noticed comments from the developers saying that it doesn't work properly under NFS. What exactly is the current status of the issue?
2002 May 15
2
Where can I find any document on ext filesystem?
Dear all, Where can I find any document on extended filesystem version 1? thanks. _________________________________________________________ Do You Yahoo!? 摊开你的掌心 让我看看你 http://sweepstakes.yahoo.com/2002cnuser
2001 Aug 03
1
About Names
...understand that you want to be able to use ext3 and ext2 in the same kernel, but why not make it a mount option, since the journal code is separate in the kernel anyway? Maybe it's not important, but it seems like a bad idea to imply that ext3 is different from ext2 like ext2 is different from extfs. -- -Matt Stegman
2008 Jun 29
1
Moving logical volumes
Hello, exist there an standard way to move an logical volume from one volume group to another one? Thanks. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5766 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.centos.org/pipermail/centos/attachments/20080629/226b89af/attachment-0001.bin>
2010 Sep 19
2
can't get write_sectors to work...
Hi, Hopefully you someone can tell me what I'm doing wrong. First, the code. I placed this at the bottom of the main loop in com32/modules/disk.c as a simple test of writing to the disk: printf(" Host bus: %s, Interface type: %s\n\n", d->edd_params.host_bus_type, d->edd_params.interface_type); zero_buf = calloc(1, d->edd_params.bytes_per_sector); for(int
2009 Aug 20
3
[PATCH ovirt-node-image] fixes for edit-livecd
Patch set fixes issues with image size increase when using edit-livecd Also address issue with ext4 root fs
2003 Jun 18
3
ext3 2.4.21 htree tests
Hi, Just thought I'd share some test results of mine in case anyone is interested. Basically the tests are siumulating what our product does with files - although the tests do it a lot quicker (not as many files though). The test is to create 1 million files (each containing the text of the file number) spread over a number of directories. The files are then removed in the same manner as
2015 Jan 13
3
[PATCH] mkfs: add 'label' optional argument
...s, int inode, int sectorsize, const char *label) { const char *argv[MAX_ARGS]; size_t i = 0; @@ -194,6 +194,47 @@ do_mkfs (const char *fstype, const char *device, int blocksize, ADD_ARG (argv, i, sectorsize_str); } + if (optargs_bitmask & GUESTFS_MKFS_LABEL_BITMASK) { + if (extfs) { + if (strlen (label) > EXT2_LABEL_MAX) { + reply_with_error ("%s: ext2 labels are limited to %d bytes", + label, EXT2_LABEL_MAX); + return -1; + } + + ADD_ARG (argv, i, "-L"); + ADD_ARG (argv, i, label); + } +...
2009 Sep 22
1
[PATCH] edit-livecd in python
...+ self._isofstype = "iso9660" + self.__isodir = None + + self._ImageCreator__builddir = None + """working directory""" + + self._ImageCreator_instroot = None + """where the extfs.img is mounted for modification""" + + self._ImageCreator_outdir = None + """where final iso gets written""" + + self._ImageCreator__bindmounts = [] + + self._LoopImageCreator__imagedir = None +...
2007 May 18
6
2.6.22-rc1 killed my ext3 filesystem cleanly unmounted
...Gentoo linux box in the ~x86 tree, so whatever is in the "unstable" branch. :( I do use ext2/ext3 windows driver from http://www.fs-driver.org/ to access the filesystem. Even now, when the filesystem should be marked as dirty I can access it from windows and see the files. Does the extfs.sys ignore the mark? ;) Anyway, since that time there is a directory 'Recycled' at the top level of the filesystem. ;-) I do remember recently that possibly one of the system packages in Gentoo installed some kind of a hash into the filesystem, or hashing support, something like tha...
2004 May 27
27
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the centos mirror RHSA-2004:174 Updated utempter package fixes vulnerability RHSA-2004:178 An updated LHA package fixes security vulnerabilities RHSA-2004:219 Updated tcpdump packages fix various vulnerabilities John. -- John Newbigin - Computer Systems Officer School of Information Technology Swinburne University of