Package anyfs-tools: Information

    Source package: anyfs-tools
    Version: 0.85.1a-alt0.2
    Build time:  Dec 28, 2009, 02:27 PM
    Report package bug
    License: GPL
    Summary: Unix-way toolset for recovering and converting filesystems
    Description: 
    anyfs-tools provides unix-way toolset for recovering and converting
    filesystems.
    
    build_it  reads from directory recursively information about all
    filesystem inodes using filesystem driver (read-only maybe) for Linux
    OS and saves it to external inode table.
    
    anysurrect  search on device files proceeds from knowing different file
    types structure. Information about founded files also saves to external
    inode table.
    
    reblock  change filesystem block size. reblock using information from
    inode table change each files' fragments placing so, that it was align
    by blocks bounds with new size.
    
    build_e2fs proceeds from external inode table information for building
    ext2fs  filesystems on device.
    
    anyfs  filesystem driver for Linux allows to mount device using inode
    table information. At mounted filesystem will be allow so file operations
    as deleting, moving files; making symbolic and hard links, special files;
    changing file access permissions. All this changes saves on unmounting
    to the same external inode table file and doesn't affect the device.

    List of rpms provided by this srpm:
    anyfs-tools (x86_64, i586)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Michael Shigorin
    Vitaly Lipatov


      1. libe2fs-devel
      2. libfuse-devel
      3. bzlib-devel
      4. libmpeg2-devel
      5. libuuid-devel
      6. libblkid-devel

    Last changed


    Dec. 22, 2009 Michael Shigorin 0.85.1a-alt0.2
    - rebuilt with libblkid-devel, libuuid-devel
    - packaged section 5, 8 manpages too
    May 27, 2009 Michael Shigorin 0.85.1a-alt0.1
    - NMU: 0.85.1a
      + NB: fails to build against libxfs-3.0.1;
        XFS support temporarily disabled, sorry
        (upstream notified of the issue)
    Dec. 22, 2008 Vitaly Lipatov 0.85.0a-alt1
    - new version 0.85.0a (with rpmrb script)
    - fix build with ext2 headers