Télécharger la liste

Description du projet

fstransform is a tool to change a file-system from one format to another. For example, it can change from jfs, xfs, or reiser to ext2, ext3, or ext4. It works in-place and without the need for backup. It currently has been tested on Linux only. It uses a sparse file to create the new file-system image, moves all the files of the existing file-system into it, then remaps the sparse file to the original partition.

Système requise

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.

2012-01-21 11:27 Retour à la liste release
0.3.6

Cette version ajoute un script « fstransform.sh » qui effectue automatiquement toutes les étapes nécessaires à la transformation du système de fichiers. Elle comprend aussi des améliorations et des corrections de bogues pour les outils « fsremap » et « fsmove ». Par exemple, « fsmove » maintenant périodiquement vérifie suffisamment d'espace disponible sur les systèmes de fichiers qu'il utilise, et « fsremap » vérifie les longueurs de dispositif pas des multiples de la taille du bloc et pour une information incomplète parfois retourné par ioctl(FIEMAP) et s'applique des solutions appropriées.
This release adds a script 'fstransform.sh' that automatically performs all the steps needed for the file-system transformation. It also includes enhancements and bugfixes for the tools 'fsremap' and 'fsmove'. For instance, 'fsmove' now periodically checks for sufficient available space on the filesystems it uses, and 'fsremap' checks for device lengths not multiples of block size, and for incomplete information sometimes returned by ioctl(FIEMAP), and applies appropriate workarounds.

Project Resources