Your message dated Sat, 18 Apr 2009 11:29:41 -0400
with message-id <[email protected]>
and subject line Re: Bug#514982: mke2fs option -i works not like documentation
has caused the Debian Bug report #514982,
regarding mke2fs option -i works not like documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
514982: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514982
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fsprogs
Version: 1.41.3
Severity: minor
 
mke2fs -i 1M <Device>  print a error like
"wrong bytes-per-inode ratio (min 1024/max 65536)"
but
mke2fs -i 1048576 <Device> build the filesystem correct.

Other value are also possible (like 1234567).
 
For large filesystems and devices with few large files is a large range
of the bytes-per-inode ratio important.

The Error is first 2exp(n) in the short form should be working,
and second short help and man-pages are wrong.





--- End Message ---
--- Begin Message ---
tags 514982 +wontfix
thanks

On Thu, Feb 12, 2009 at 01:59:47PM +0100, Thomas Schlegel wrote:
> Package: e2fsprogs
> Version: 1.41.3
> Severity: minor
>  
> mke2fs -i 1M <Device>  print a error like
> "wrong bytes-per-inode ratio (min 1024/max 65536)"
> but
> mke2fs -i 1048576 <Device> build the filesystem correct.

I'm not sure what documentation implied to you that "mke2fs -i 1M"
would work.

> For large filesystems and devices with few large files is a large range
> of the bytes-per-inode ratio important.

I think more users are likely to get this wrong than right.  Consider
that directories and symbolic links need to be taken into account,
setting an inode ratio of a megabyte may often cause users to complain
about running out of inodes, for which there isn't a solution besides
reformatting the filesystem.

So for people who really know what they are doing they can specify the
large number by hand.

                                        - Ted


--- End Message ---

Reply via email to