<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE : dealing with mke2fs -T option</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>OK.<BR>
But as stated in the mke2fs man page, the -T option is for 1 inode per X bytes.<BR>
Except a lower number of available inodes, if 1 file == 1 inode whatever the -T option used, what is this option for ?<BR>
<BR>
Ionel<BR>
<BR>
<BR>
-------- Message d'origine--------<BR>
De: Bryan Kadzban [<A HREF="mailto:bryan@kadzban.is-a-geek.net">mailto:bryan@kadzban.is-a-geek.net</A>]<BR>
Date: dim. 27/05/2007 14:04<BR>
À: GARDAIS Ionel<BR>
Cc: ext3-users@redhat.com<BR>
Objet : Re: dealing with mke2fs -T option<BR>
<BR>
GARDAIS Ionel wrote:<BR>
> Then I tried this :<BR>
> $ dd if=/dev/zero of=/mount-sdx/file bs=4k count=8192<BR>
> for both /mount-sdd and /mount-sde<BR>
><BR>
> Why don't I get "8192 inodes used"<BR>
<BR>
Because the FS creates one inode per file (unless you create a hard<BR>
link, anyway), not one inode per X bytes.  You only created one file<BR>
here.  ;-)<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>