Re: How many sub-directories ?
- From: "Robert M. Riches Jr." <spamtrap42@xxxxxxxxxxx>
- Date: Tue, 03 Apr 2007 19:52:41 GMT
On 2007-04-03, Dan Espen <daneNO@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
"Robert M. Riches Jr." <spamtrap42@xxxxxxxxxxx> writes:
Based on my lurking, it depends on the filesystem you use.
The only problems I have heard of are performance issues,
where one filesystem may handle a couple orders of magnitude
more directory entries than another before seeing
significant slowdown. Of course, all bets are off if you
run out of inodes...
That's sort of misleading.
You run out of inodes when you fill the disk.
Not necessarily. When you create an ext2/3 filesystem, and
many others if I understand correctly, you create a bunch of
inodes, and the number of available inodes appears to be
essentially fixed at that point. Then, if you create a
small number of huge files, you can run out of storage
blocks on the disk without running out of inodes. Or, if
you create a huge number of very small files, you can run
out of inodes without running out of storage blocks.
Here are a few references:
http://www.bellevuelinux.org/inode.html
http://www.linuxjournal.com/article/4404
http://justlinux.com/forum/archive/index.php/t-17192.html
However, you are correct if you are speaking exclusively
about the ReiserFS.
--
Robert Riches
spamtrap42@xxxxxxxxxxx
(Yes, that is one of my email addresses.)
.
- References:
- How many sub-directories ?
- From: colin . c
- Re: How many sub-directories ?
- From: Robert M. Riches Jr.
- Re: How many sub-directories ?
- From: Dan Espen
- How many sub-directories ?
- Prev by Date: Re: How many sub-directories ?
- Next by Date: Re: Which processes are using swap/ RHEL4?
- Previous by thread: Re: How many sub-directories ?
- Next by thread: Re: How many sub-directories ?
- Index(es):
Relevant Pages
|