Bug 131556 - [MAINTAINER] sysutils/e2fsprogs: default inode size for mke2fs to 128
Summary: [MAINTAINER] sysutils/e2fsprogs: default inode size for mke2fs to 128
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 11:30 UTC by Matthias Andree
Modified: 2009-02-10 22:40 UTC (History)
0 users

See Also:


Attachments
e2fsprogs-1.41.4_1.patch (2.88 KB, patch)
2009-02-10 11:30 UTC, Matthias Andree
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree 2009-02-10 11:30:03 UTC
- default inode size for mke2fs to 128
  Inspired by: Wesley Shields
- remove BROKEN; Solaris 8 SPARC64 compiles package just fine
  (I have no access to FreeBSD/sparc64)

Added file(s):
- files/diff-inode_size

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-02-10 11:35:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Matthias Andree 2009-02-10 13:58:36 UTC
Hi Martin,

the pkg-message should instead be (please include the horizontal "lines"):
(copy & paste should be fine, there are no TABs.)

=============================================================================
Note: FreeBSD's ext2fs module, as of release 7.1, cannot mount ext2 file
systems with 256-byte large inodes, only 128 byte sized.  Unfortunately,
256 byte is the default size with many recent Linux distributions.
The inode size cannot be changed after creation of a file system either.
This port overrides the default to 128 bytes, but this only applies to ext2
file systems created with this particular mke2fs.  If you format ext2 file
systems with other operating systems, make sure that mke2fs is called with
"-I 128" for partitions that you plan to share with FreeBSD.
Remember to backup your data before re-formatting any existing file  
systems!
-----------------------------------------------------------------------------
Note: this is a modified version of the e2fsprogs package, not the official
package.  Report all building and run-time trouble that originates in the
package to the port maintainer, <matthias.andree@gmx.de>.
=============================================================================

-- 
Matthias Andree
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-02-10 22:36:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-10 22:36:50 UTC
miwi        2009-02-10 22:36:42 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/e2fsprogs   Makefile pkg-message 
  Added files:
    sysutils/e2fsprogs/files diff-inode_size 
  Log:
  - default inode size for mke2fs to 128
    Inspired by: Wesley Shields
  - remove BROKEN; Solaris 8 SPARC64 compiles package just fine
  
  PR:             131556
  Submitted by:   Matthias Andree <matthias.andree@gmx.de> (maintainer)
  
  Revision  Changes    Path
  1.52      +4 -5      ports/sysutils/e2fsprogs/Makefile
  1.1       +14 -0     ports/sysutils/e2fsprogs/files/diff-inode_size (new)
  1.4       +11 -0     ports/sysutils/e2fsprogs/pkg-message
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"