This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: e2fsimage 0.2.0-2


On Thu,  7 Apr 2005 23:05:27 +0200 (CEST),  wrote:

>I've updated the e2fsimage package for Cygwin to version 0.2.0-2.
>
For the curious
http://freshmeat.net/projects/e2fsimage/

e2fsimage enables the user to create and populate an ext2 filesystem image as a copy from an
existing directory tree. It supports regular files, directories, soft links, hard links, and
block/char special devices. The ownership of all files is changed to root, by default, while the
permissions are kept.

http://sourceforge.net/projects/e2fsprogs

The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating,
fixing, configuring , and debugging ext2 filesystems.

``Standard'' Ext2fs features

The Ext2fs supports standard Unix file types: regular files, directories, device special files and
symbolic links. 

Ext2fs is able to manage filesystems created on really big partitions. While the original kernel
code restricted the maximal filesystem size to 2 GB, recent work in the VFS layer have raised this
limit to 4 TB. Thus, it is now possible to use big disks without the need of creating many
partitions. 

Ext2fs provides long file names. It uses variable length directory entries. The maximal file name
size is 255 characters. This limit could be extended to 1012 if needed. 

Ext2fs reserves some blocks for the super user (root). Normally, 5% of the blocks are reserved. This
allows the administrator to recover easily from situations where user processes fill up filesystems.

Basically Ext2 allows really huge files





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]