Displaying 11 results from an estimated 11 matches for "largefile4".
Did you mean:
largefile
2008 Apr 03
1
Shrink ext3 filesystem , running out of inode questions
Hi,
I have an ext3 file system created with -T largefile4 option. Now it is
running out of inode but it's only about 10% full.
- Is there a way now to increase the number of inode without making a
new file system?
- If not, I am thinking about shrinking the file system, and then use
the free up space to create a new file system with more inodes,...
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 count=8192
for both /mount-sdd and /mount-sde
My question is : when I do a "df", can see that 32Mb is used on each f...
2006 Nov 09
1
Ext3 - which blocksize for small files?
Hi,
I want to use an ext3 Partition (~1TB) for Mail Storage, this means tons of
small files.
Has anyone recommendations about blocksize, inodes, etc. for mkfs.ext3 ?
Thanks in advance,
David
--
View this message in context: http://www.nabble.com/Ext3----which-blocksize-for-small-files--tf2601442.html#a7257363
Sent from the Ext3 - User mailing list archive at Nabble.com.
2005 Feb 25
1
ext3 +2TB fs
I've got a 3.3TB ext3 on a FC3 64-bit system, running kernel
2.6.10-1.766FC3smp. I create the partition with parted 1.6.21, and I make
the fs via:
mkfs.ext3 -m1 -b 4096 -T largefile4 /dev/sda1
Works fine. bonnie++ running on it multiple times for days on end, no
problems.
However, I do the exact same setup on a RHEL4-AS i686 system, 32-bit, and
the fs is totally hosed, get all kinds of errors with the filesystem, just
trying to mount it doesn't work. Crud, I blew away...
2007 May 17
2
RFC: Tuning ext3
...ey can be
re-created.
[UPS] Power to the hardware is guaranteed by a UPS.
[NoBigDir] Directories don't get large.
[NoSysFiles] The filesystems hold data and not system files.
Tuning:
A. Create using -O sparse_super (default) to save space on large
filesystems. [MaxStor]
B. Create using -T largefile4 (one inode per 4 megabytes) to avoid
wasting space on unused inodes. [MaxStor]
C. Create using -m 0 to reserve no blocks for the super-user.
[NoSysFiles][MaxStor]
D. Create using -E stride=N where N matches the underlying RAID.
[GenNFSPerf]
E. Use a kernel >= 2.6.19 (patches for extents and 4...
2007 May 02
2
Faster mkfs.ext3
I'm currently working with a testing system that involves running
mkfs.ext3 on some pretty large devices on a regular basis. This is
getting fairly painful, and I was wondering if there was some way to
speed this up. Understood that the end result might be a filesystem
that has less of a safety factor (say, fewer superblock backups) but
the tradeoff might be worth it in this case.
David
2005 May 19
1
mke2fs options for very large filesystems
...larger files. By default e2fsck assumes the average
>file size is 8kB and allocates a corresponding number of inodes there. If,
>for example, you are storing lots of larger files there (digital photos, MP3s,
>etc) that are in the MB range you can use "-t largefile" or "-t largefile4"
>to specify an average file size of 1MB or 4MB respectively. You can also
>use -i or -N (see man page) to override the default bytes-per-inode value.
Wouldn't -T largefile already be making choices about the default
bytes-per-inode?
How could I make my own determination about wh...
2005 May 26
0
Confusing -t for -T causes bad block count error
...larger files. By default e2fsck assumes the average
>file size is 8kB and allocates a corresponding number of inodes there. If,
>for example, you are storing lots of larger files there (digital photos, MP3s,
>etc) that are in the MB range you can use "-t largefile" or "-t largefile4"
>to specify an average file size of 1MB or 4MB respectively. You can also
>use -i or -N (see man page) to override the default bytes-per-inode value.
>This will also speed up e2fsck noticably.
--
Maurice Volaski, mvolaski at aecom.yu.edu
Computing Support, Rose F. Kennedy Center...
2005 Feb 07
2
mke2fs options for very large filesystems
Wow, it takes a really long time to make a 2TB ext2fs. Are there
better-than-default options that could be used for a large filesystem?
mke2fs 1.34 (25-Jul-2003)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
244203520 inodes, 488382016 blocks
24419100 blocks (5.00%) reserved for the super user
First data block=0
14905 block groups
32768 blocks per group,
2006 Dec 01
1
maintain 6TB filesystem + fsck
i posted on rhel list about proper creating of 6tb ext3 filesystem and
tuning here.......http://www.redhat.com/archives/nahant-list/2006-November/msg00239.html
i am reading lots of ext3 links like......
http://www.redhat.com/support/wpapers/redhat/ext3/
http://lists.centos.org/pipermail/centos/2005-September/052533.html
http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
............but
2004 Jul 20
8
[Bug 897] scp doesn't clean up forked children when processing multiple files
http://bugzilla.mindrot.org/show_bug.cgi?id=897
Summary: scp doesn't clean up forked children when processing
multiple files
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: