Package rossi.fstools.fs.ext2fs

Ext2 and Ext3 driver.

See:
          Description

Class Summary
DirEntry Representation of a directory entry.
Ext2Device Represents a device.
Ext2Directory Represents an EXT2 directory.
Ext2FastSymLink Fast implementation of SymLink.
Ext2Fifo Represents a Fifo.
Ext2File Representation of a file.
Ext2FileSystem Implementation of the EXT2 and EXT3 file systems.
Ext2Inode Representation of ext2/3 inode.
Ext2InodePtr Pointer to an Inode on ext2.
Ext2SlowSymLink Implementation of a slow symlink.
Ext2Socket Represents a socket.
Ext2SuperBlock Representation of ext2/3 superblock.
GroupDesc Representation of ext2/3 group descriptor.
 

Package rossi.fstools.fs.ext2fs Description

Ext2 and Ext3 driver.

Ext2 is the defacto standard linux filesystem. For more infomation see Design and Implementation of the Second Extended Filesystem. For a detailed discussion of modern features, see The Second Extended Filesystem Internal Layout by Dave Poirier.

This package supports EXT2 and EXT3 filesystems with the following features: