Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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
0.3.6

Diese Veröffentlichung fügt ein Skript 'fstransform.sh', die automatisch alle Schritte für die Dateisystem-Transformation ausführt. Es enthält auch Verbesserungen und Bugfixes für die Werkzeuge 'Fsremap' und 'Fsmove'. Zum Beispiel 'Fsmove' überprüft jetzt regelmäßig für ausreichend Speicherplatz auf die Dateisysteme, die es verwendet, und 'Fsremap' sucht nach Gerät Längen nicht ein Vielfaches der Blockgröße und für unvollständige manchmal von ioctl(FIEMAP) zurückgegebenen Informationen und entsprechende Problemumgehungen gilt.
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