Displaying 20 results from an estimated 4000 matches similar to: "mke2fs options for very large filesystems"
2003 Jun 19
2
htree and nfs benchmarks
Well here is what I got from testing htree with NFS.
http://labs.zianet.com/benchmarks_html/postmark_benchmarks_NFS_100_htree.html
It looks like htree improves performance when the storage device is
local(as per
my previous post) but it looks like htree degrades performance when used
in conjunction
with NFS. I am going to try it with gigabit ethernet when I get the
time to see if
maybe I am
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
2005 Jun 17
1
[Q] Is this true and does it mean there is dynamic defragmentation in ext2/3?
Someone recently posted the following statement midway down the page
at
http://forums.gentoo.org/viewtopic-t-305871-postdays-0-postorder-asc-highlight-ext3+ordered+data-start-25.html
>You don't need to defragment ext2/ext3 because as you use the
>filesystem file blocks and inodes are moved around and reallocated
>to keep the data nearly contiguous. It's not perfect, but it
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
2004 Apr 14
2
3com Ethernet Power Supply
Hello,
I am trying to set up some Cisco 7940G phones with the
3com POE injectors. I have the 3CNJPSE24 power injector,
this is the rackmountable 24 port injector. My question is
does anyone know how to serial console into these things?
I have tried just about every cable setup I can think of and
baud rates but I can't seem to get anything out of it. I want
to check to see what certain
2004 May 13
3
recommend a Linux based TFTP server
Hi, can anyone recommend a Linux based TFTP server to go on an asterisk box?
Thanks in advance
Robb
2015 Nov 07
3
Re: mkfs.ext2 succeeds despite nbd write errors?
On Sat, Nov 7, 2015 at 5:03 AM, Richard W.M. Jones <rjones@redhat.com> wrote:
> How about 'strace mkfs.ext2 ..' and see if any system calls are
> returning errors. That would show you whether nbd-client is throwing
> errors away, or whether mkfs is getting the errors and ignoring them
> (seems pretty unlikely, but you never know).
>
> After that, it'd be down
2008 Mar 04
2
Filefrag
hi
I have a virtualbox image of ubuntu hardy. I did filefrag and i got this
hardy.vdi: 73 extents found, perfection would be 69 extents
Why does it say perfection would be 69 extents. Shouldnt it be 1 extent?
2013 Feb 21
5
BTRFS fails defragging
Hi folks,
I''m using Ubuntu 12.10 Quantal with
# uname -r
3.5.0-24-generic
And it seems I cannot defrag :
# filefrag /boot/initrd.img-3.5.0-24-generic
/boot/initrd.img-3.5.0-24-generic: 3 extents found
# btrfs filesystem defrag /boot/initrd.img-3.5.0-24-generic
# echo $?
20
# filefrag /boot/initrd.img-3.5.0-24-generic
/boot/initrd.img-3.5.0-24-generic: 3 extents found
Any clue
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 Jun 21
2
some benchmarks
hi,
i've made *some* benchmarks, i plan to do more. benchmarks requests
welcome, e.g. "please test this...with that.."
https://ephigenie.kicks-ass.net/bench/benchmark.html
but only in
https://ephigenie.kicks-ass.net/bench/prinz
are results right now.
I hope this is helpful.
Thanks,
Christian.
2012 Sep 09
13
enquiry about defrag
Hi all,
i am new on btrfs, i am testing KVM on btrfs (host: kernel x86-64 3.5.3), the performance is reasonable.
I have two question on defrag, can someone help me?
1. According to btrfs wiki, defragment a COW file will produce two unrelated files.
Does it apply to the "autodefrag" mount option?
2. Is there any command for the fragmentation status of a file/dir ? e.g. fragment
2002 Sep 22
1
htree 2.4.19-dxdir patch
Hi there,
: without index mount:
root@codeman:[/test] # time randfiles foo 20000
real 1m10.501s
user 0m0.240s
sys 1m8.590s
root@codeman:[/test] # time randfiles foo 100000
real 32m55.929s
user 0m1.890s
sys 32m2.500s
: with index mount:
root@codeman:[/test] # time randfiles foo 20000
real 1m8.428s
user 0m0.350s
sys 1m6.780s
root@codeman:[/test] # time randfiles
2003 Jul 30
2
accidental mke2fs
I know there is no straightforward way to recover deleted files on
an ext3 file system, but is there any way to recover from an
accidental mke2fs?
--
---------------------------------------------------------------
Paul Raines email: raines@nmr.mgh.harvard.edu
MGH/MIT/HMS Athinoula A. Martinos Center for Biomedical Imaging
149 (2301) 13th Street tel:(617)-724-2369
2011 May 31
6
[PATCH 1/4] febootstrap: Look for insmod.static, mke2fs in /sbin
---
configure.ac | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index da03c9f..7606bca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,8 @@ dnl For ArchLinux handler.
AC_CHECK_PROG(PACMAN,[pacman],[pacman],[no])
dnl Required programs, libraries.
-AC_PATH_PROG([INSMODSTATIC],[insmod.static],[no])
2006 Jan 19
3
ext3 fs errors 3T fs
Hello,
I looked through the archives a bit and could not find anything relevant,
if you know otherwise please point me in the right direction.
I have a ~3T ext3 filesystem on linux software raid that had been behaving
corectly for sometime. Not to long ago it gave the following error after
trying to mount it:
mount: wrong fs type, bad option, bad superblock on /dev/md0,
or too many
2009 Aug 19
1
[PATCH] mke2fs: Use e4fsprogs programs if available.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
libguestfs lets you edit virtual machines. Supports shell scripting,
bindings from many languages. http://et.redhat.com/~rjones/libguestfs/
See what it can do: http://et.redhat.com/~rjones/libguestfs/recipes.html
-------------- next part --------------
>From 7b03d0e1e352dac33c2753bf3aaa8c96a05021de Mon Sep 17
2007 May 27
1
dealing with mke2fs -T option
Hi,
I have a doubt if I use the mke2fs option the right way.
I formatted two different disks, one with
$ mke2fs -b 4096 -E stride=16 -m 1 -T news /dev/sdd
and the other with
$ mke2fs -b 4096 -E stride=16 -m 1 -T largefile4 /dev/sde
sdd is supposed to get files between 8k and 16k.
sde will handle files with a fixed size of 32Mb.
Then I tried this :
$ dd if=/dev/zero of=/mount-sdx/file bs=4k
2013 Aug 30
2
Strange fsck.ext3 behavior - infinite loop
Greetings! Need your help fellow penguins!
Strange behavior with fsck.ext3: how to remove a long orphaned inode list?
After copying data over from one old RAID to another new RAID with rsync, the dump command would not complete because of filesystem errors on the new RAID. So I ran fsck.ext3 with the -y option and it would just run in an infinite loop restarting itself and then trying to correct
2013 Aug 01
3
filefrag and btrfs filesystem defragment and maybe snapshots
While exploring some btrfs maintenance with respect to defragmenting I
ran the following commands:
# filefrag /path/to/34G.file /path/to/5.7G.file
/path/to/34G.file: 2406 extents found
/path/to/5.7G.file: 572 extents found
Thinking those mostly static files could be less fragmented I ran:
# btrfs filesystem defragment -c /path/to/34G.file
# btrfs filesystem defragment -c /path/to/5.7G.file
and