Download List

Projeto Descrição

TRIXER creates catalogs of transparent file
indexes. A transparent file index is an exact
mirror of a directory, except that each of its
file is void, thus "taking no space", while
apparently having the same size of its indexed
counterpart so as to describe it fully. This is
accomplished by combining sparse files support
with fusecompress on-the-fly compression
technology. This is useful for many purposes, e.g.
creating a catalog of your CD/DVD-ROM library to
browse its contents without having to physically
access it. The advantage of this software is that
a TRIXER catalog is a plain mountable ext2
filesystem, allowing enhanced interoperability with the huge lot of available software to handle the catalog in a number of ways.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-22 22:41
0.20

O limite pré-determinado sobre o tamanho do catálogo foi removido. XFS é usado ao invés de ext2: a vantagem é inodability total e mais fáceis de cálculo dos montantes crescentes, enquanto que a desvantagem é a incapacidade de reduzir o sistema de arquivos. A abordagem imagem preventivamente enorme foi descartado em favor do crescimento dinâmico: o número de inodes necessário é grosseiramente adivinhou no tempo e além do catálogo é cultivada, conforme necessário. mkindex.sh foi limpo (movendo VirtualCopy para uma função interna, que também melhorou o desempenho). trxclean.sh foi adicionado para limpar o monte de dados.
Tags: Major feature enhancements
The predetermined limit on catalog size has been removed. XFS is used instead of ext2: the advantage is total inodability and easier calculation of growing amounts, while the disadvantage is the inability to shrink the filesystem. The preemptively huge image approach was discarded in favor of dynamic growing: the number of inodes needed is grossly guessed at addition time and the catalog is grown as needed. mkindex.sh was cleaned up (moving virtualcopy to a inner function, which also improved performance). trxclean.sh was added to clean the mount database.

2008-12-04 06:16
0.14

Esta versão foi atualizada para FuseCompress 2,2, eliminando assim um problema importante em matéria de catálogos corrompido, que depois de alguns testes parece desaparecido. Acrescenta manipulação de montagens múltiplas através de um banco de dados em bruto. Ela corrige um pequeno bug impedir a criação de um catálogo dentro do índice próprio nó.
Tags: Major bugfixes
This release has been upgraded to FuseCompress 2.2, thus eliminating a major bug regarding corrupted catalogs, which after some testing seems gone. It adds handling of multiple mountings via a rough database. It fixes a minor bug preventing the creation of a catalog inside the index node itself.

2008-10-11 03:02
0.1

Tags: Initial freshmeat announcement

Project Resources