Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
Dances With Crows #1
Re: Tuning format options for large EXT3 partition
On Mon, 22 Sep 2003 16:27:57 -0500, Mauriat staggered into the Black Sun
and said:mke2fs -j -m 0 -N $NUMBER /dev/whatever> I have a 110GB partition that I want to use to record large movie
> files. Most files would be minimum 0.5GB and go to 3-7GB. What
> settings should I use to format the partition for optimal performance
> and minimization of wasted space? I want to use EXT3.
(or)
mke2fs -j -m 0 -T largefile4 /dev/whatever
> Is there a guide or howto on this? I've read the mke2fs man pages,
> but they don't specifically explain what settings you would use under
> which conditions.Don't change this. It'll get set at 4096.> -b block-size
If you want to specify the number of inodes, use -N $NUMBER, which will> -i bytes-per-inode
> -T fs-type
create $NUMBER inodes Don't create less than 1000; it's really annoying
to run out of inodes. -T largefile4 will, like it says in the man page,
create 1 inode for every 4M. This should be plenty. The biggest win
here actually comes from -m0 , which should work because this is not /var
or / , so your system won't get b0rken if you fill up the partition.
--
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /
[url]http://www.brainbench.com[/url] / "He is a rhythmic movement of the
-----------------------------/ penguins, is Tux." --MegaHAL
Dances With Crows Guest
-
DW Edit -> Preferences -> Code Format Options
Does anyone know the configuration file that Edit -> Preferences -> Code Format pulls the information from? I need to customize this piece for my... -
Large Query Options
Ok, So we've been racking our brains for a viable (and scalable) solution to this problem. We've played with a couple ideas, but I'd like to... -
Large format printers/plotters
I asked the same question in the Photoshop forum and thought someone here might have some additional advise. What experiences has anyone had with... -
File format options
I am using a Mac OS 10 with Photoshop 7. I've scanned slides using a Nikon scanner. When I attempt to save the image in Photoshop, I am given only... -
resizing an ext3 partition in RH9 possible?
I have a primary partition that is of type ext3 with a size of 40+ GB. I would like to resize it so that I can have more control over space usage... -
Mauriat #2
Tuning format options for large EXT3 partition
I have a 110GB partition that I want to use to record large movie files.
Most files would be minimum 0.5GB and go to 3-7GB. What settings should
I use to format the partition for optimal performance and minimization
of wasted space? I want to use EXT3.
Is there a guide or howto on this? Anyone have any experience with this?
I've read the mke2fs man pages, but they don't specifically explain what
settings you would use under which conditions.
Which options would help?
-b block-size
-i bytes-per-inode
-T fs-type
--
Mauriat
----------------------------
Remove 'NOSPAM' to email me.
Mauriat Guest



Reply With Quote

