Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 18:13:59 -0700
From:      Kelly Jones <kelly.terry.jones@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Need a filesystem with "unlimited" inodes
Message-ID:  <26face530906081813x5abd6d28i27137b76b0be41c@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
What UFS-like filesystem has unlimited inodes, but is a drop-in
replacement for ext3, and is fairly easy to configure?

Is UFS2 no longer considered the "best" general-use filesystem?

Reason I ask: I'm going to create many small (~1K) files on a 100G
disk and thus need at least 100M inodes.

"newfs -i" maxes out at ~52M inodes (862 groups * 60864 inodes =~ 52M inodes):

# newfs -N -i 1 /dev/da1;: same results as -i 2048

/dev/da1: 102400.0MB (209715200 sectors) block size 16384, fragment size 2048
        using 862 cylinder groups of 118.88MB, 7608 blks, 60864 inodes.

I realize I can use "f 512 -b 4096" to get 200M+ inodes, but I'm
willing to experiment w/ a new filesystem, provided it behaves mostly
like UFS. Thoughts?

-- 
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new ideas and technology is unwise and ultimately futile.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26face530906081813x5abd6d28i27137b76b0be41c>