Download List

项目描述

Afiolzofs allows mounting afio files using FUSE.

The code is written with Python and fusepy(http://code.google.com/p/fusepy ). 'Compressed afio archive with lzop,gzip,bzip2 and xz' and 'Uncompressed afio archive(ASCII cpio archive) can be used. 'Binary cpio archive' is not implemented yet. 'Uncompressed afio archive' can be random read. 'Compressed afio archive' must be decompressed in memory. lzop has multiple blocks compression format. afiolzofs can read the each block randomly. xz also has multiple blocks compression format. but multiple blocks compression is not implemented yet in xz command line tool. Afio-gui is GUI tool for afio. lzop,gzip,bzip2, and xz is used for compression. Avfs_extfs_for_afio is axtfs script for avfs. it allows mounting afio files or squashfs files. but some bugs. Compression and decompression are done by subprocess of the compression tools(lzop,gzip,bzip2,xz). Please install them for use. fusepy(http://code.google.com/p/fusepy ) must be download, and put it in the same folder of afiolzofs.py.

系统要求

System requirement is not defined

发布: 2011-02-11 21:59
afio-gui 0.0.3 (1 files 隐藏)

发布版本通知

afioにより、フォルダを圧縮するためのGUIツール
Afiolzofsの開発用ツールとして作製。
lzopに加えて、bzip2,xzをサポート。
progress表示機能を追加。ただし、progress barは動かない。

变更日志

# afio-gui
# ver 0.0.3 (11 Feb 2011)
# bzip2,xz
# add progress window
# ver 0.0.2 (26 Nov 2010)
# allow multi dirs files. allow filename contain space
# ver 0.0.1 (25 Nov 2010)
# allow afio compress one dir.