Displaying 20 results from an estimated 4000 matches similar to: "A question about compiling the kernel with ext3 support"
2001 Oct 30
6
ext3 patch does not want to gunzip
Hi,
I seem to have a problem with compiling the kernel 2.4.13 on redhat 7.2? It would compile fine but have errors about ext3 support on reboot.
I download ext3-2.4-0.9.13-2413.gz to my linux machine to enable it be useful with ext3 support but when I try to gunzip it
with the instructions
gunzip < ~/ext3-2.4-0.9.13-2413.gz | patch -p1 i get gunzip: stdin: not in gzip format
I get an
2001 Dec 30
1
Ext3fs performance/kjournald deadlock issue
Hi,
I've got a Redhat 7.2 system:
Celeron 400
512MB RAM
18GB SCSI HD (/boot (ext2fs), / (ext3fs))
40GB IDE HD (/ (ext3fs))
I run a bunch of services on the box (apache + mod_perl, MYSQL, Samba,
etc) but the system is not under heavy load.
This system has performance issues reading/writing to the ext3fs
filesystems. The performance issues cropped up when I installed Redhat
7.2. Previously
2001 Dec 10
1
ext3 mounted as ext2
Hi,
Also I do have some problems mounting an ext3fs which gets just mounted
as an ext2fs. (Yeap, I looked a little bit around in the mailling list
and found similiar problems which haven't help me ;-( )
I have a root ( /) and a /mnt partition. both are converted via tune2fs
-j into a journaled fs.
my fstab looks like this:
/dev/hda1 / ext2 defaults
2005 Dec 08
2
x86_64 kernel compilation
If I can squeeze a message between the discussions on security (:-)) I
have been trying to compile a kernel on an x86_64 box under CentOS4.1 and
now 4.2.
The problem is that neither make xconfig or make gconfig work:
make gconfig
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and
2005 Apr 11
2
Upgrading to 2.6.11
What would be the proper steps to upgrade to 2.6.11 on centos 4.0
This is what I think...
tar -zxvf linux-2.6.11.6.bz2
cd linux-2.6.11.6
make oldconfig - enter for all choies presented
vi .config - change 8250_NR_UARTS to
36 to support 4 - 8 port rs232 cards
make bzImage
2001 Aug 30
3
Question about file system capacity
Dear list,
pardon my ignorance on ext2/3fs. Is the ext2fs' 4Tb file system
and 2GB maximum file size limit still true in ext3fs?
Thanks for your reply,
Gotze
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
2003 Mar 21
4
Ext3fs/ReiserFS Performance Enhancing
Hello All,
I have been doing some research to find a method to increase the
performance of writes to the hard drives in my servers. I am running
Samba and all writes to the server hard drives are taking at least 3 to
10 times (It varies) the amount of time it took to write such files on
our older Windows NT 4.0 File Server.
The following information is provided to keep this issue on
track...
2001 Aug 26
2
Ext3-0.0.5b in Roswell installation?
Hi!
I've upgraded my seawolf to ext3fs with the packages from Roswell (kernel,
filesystem, mount, ....), but when doing 'tune2fs -j', it mentions 'Ext3fs
version 0.0.5b'...?
Isn't version 0.0.7a the latest?? Why isn't that version included in the
Roswell kernel, but an older version is? And how can i upgrade my version of
ext3fs?
Thanks!
Bart Verwilst
2005 Jun 14
8
Help rebuilding kernel get mount error on reboot
I am attempting to recompile the kernel with the following steps.
Install kernel-sourcecode rpm
cd /usr/src/linux-2.6.9-11.EL
cp /boot/config-2.6.9-11.EL .config
make menuconfig
Device Drivers -> Character Devices -> Serial Drivers
change Max number of non legacy 8250_NR_UARTS to 36
make bzImage
make modules_install
make install
Then after rebooting and selecting my -custom
2005 Jun 14
1
SUCCESS! Help rebuilding kernel get mount error on reboot
John,
Was there a reason for the (2) make oldconfigs? just curious
This all worked
rpm -i kernel.XXX.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bp --target i686 kernel.XXX.spec
cd /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9
make mrproper
cp /boot/config-2.6.9-11.EL .config
make oldconfig
2003 Mar 27
2
So, what about stable quota support in ext3fs?
Good evening.
We have some heavy-loaded servers on ext2, and we want to
migrate to ext3fs. But we need full and stable quota support.
I have headrd that there are some problems in quota usage under
ext3fs. Is it true? Should we decline the ext3 usage as
impossible in our servers?
We need high-level stability in our server (hosting).
Thanks before.
--
Best regards,
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
2001 Jul 26
1
ext3fs for kernel 2.4.2?
Hello,
does anybody know if there is an ext3fs patch for kernel 2.4.2-2 that is
shipped with redhat 7.1?
I was abel to fins patches only for 2.4.6 and 2.4.7.
Please try to help ASAP.
Best regards,
Imad Ossaily.
2009 Aug 03
0
[PATCH node-image] Fix edit-livecd to re-create ext2 filesystem each time
Old edit-livecd just kept adding to the ext2 fs image which meant
it never decreased in size even if files were removed.
New functionality does multiple passes of ext2fs creation. First pass
creates a new ext2fs from the image file inside the squashfs. This
first pass is to allow the user to optionally increase the filesystem
size. If the -s parameter is omitted the existing size is used and
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Didn't hear back from anyone regarding if there is a way to determine if I
am running the ext3fs with htree. Is there a way I can do it without
checking the src code since I am running the precompired redhat kernel with
8.0? Perhaps an entry under /proc somewhere?
Pj
-----Original Message-----
From: Parker Johnson
Sent: Tuesday, January 14, 2003 3:34 PM
To: 'Andreas Dilger';
2011 Oct 05
11
compiling kernel in Centos Domu
Hi,
Im trying to compile kernel 3.0.4 inside Centos 5 DomU
The steps I do are
Make bzImage
Make modules
Make modules_install
Depmod -a
mkinitrd /boot/initrd.img-3.0.4 3.0.4
but them im getting this
-bash-3.2# mkinitrd /boot/initrd.img-3.0.4 3.0.4
ls: /etc/modprobe.d/*.conf: No such file or directory
No module ehci-hcd found for kernel 3.0.4, aborting.
If I exclude the
2003 Jan 14
3
ext3fs still uses sequential search of file names in directories?
I am trying to determine the optimal filesystem for accessing large numbers
of files (25,000+) in a single directory. I have read that ext3fs uses a
sequential search algorithm and wanted to verify that this was still indeed
the case since this article was published a year ago.
http://bulmalug.net/body.phtml?nIdNoticia=1154
<http://bulmalug.net/body.phtml?nIdNoticia=1154&nIdPage=7>
2008 Sep 30
1
Questions on custom LiveCD
I tried making my own LiveCD according to the instructions on the project
site. First, applause, the basic procedure works like a charm. It's really
easy to do and works right from the beginning (I'm building it inside a
VM). I tried the minimal and the desktop version (with a few changes).
I have encountered a few problems and have some questions.
The German keyboard I set in the
2003 Jan 17
1
Write to ext3 fs -> kjournald goes bananas
Hello,
we have just observed a rather annoying behavior one of our servers.
Specifically, when writing data to a file on an ext3fs filesystem at
around 1.5 MB/sec, network connectivity suddently started to show
signs of lag.
The ping would spike up to ~1 second every 5 seconds or so. This affects
the server in question and all hosts routing traffic through it (i.e.,
it's not a userland-only
2008 Oct 09
4
Problems at installing Xen 3.3.0
I want to install Xen 3.3.0 from source code. but I failed in doing that in the following steps
1. download xen from http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz
2. # tar -zxf xen-3.3.0;cd xen-3.3.0
3. # make world
......succeed
4. # cp /boot/config-2.6.18-53.el5 build-linux-2.6.18-xen_x86_64/.config
5. # make linux-2.6-xen-config CONFIGMODE=menuconfig (or xconfig)