Download List

Descripción del Proyecto

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.

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.

2012-03-29 06:41
0.9.3

Esta versión mejora considerablemente "fsremap", agregando puntos de control de trabajo automático y la posibilidad de reanudar los trabajos sin terminar de los puestos de control (esto significa que ahora puede recuperar desde múltiples interrupciones del usuario, accidentes o incluso los cortes de corriente). También aumenta la "fstransform", añadiendo la capacidad de transformar un dispositivo no montado, insertar limpieza adecuada después de errores y añadiendo nuevas opciones para facilitar la integración con herramientas de terceros (como gparted). Algunas opciones han sido renombradas ligeramente, y los registros y archivos persistentes se almacenan en/var/tmp/fstransform.
Tags: Major feature enhancements
This release significantly enhances "fsremap", adding automatic job checkpointing and the ability to resume unfinished jobs from the checkpoints (this means it can now recover from multiple user interruptions, crashes, or even power failures). It also enhances "fstransform", adding the ability to transform a non-mounted device, inserting appropriate cleanup after errors, and adding new options to ease integration with third party tools (such as gparted). Some options have been slightly renamed, and persistent files and logs are now stored in /var/tmp/fstransform/.

2012-03-10 09:45
0.9.2

Esta versión incorpora dos nuevos controles de seguridad: bloque de dispositivo lthe ast escrita por fsremap realmente debe escribir, y los sistemas de archivos de origen y de destino deben estar entre las probadas. También cambia el nombre de 'fstransform.sh' a 'fstransform' y agrega una declaración explícita de derechos de autor a todos los archivos de origen. Finalmente, fstransform ahora soporta las opciones '--ayudar a ' y '--fuerza-untested-archivo-sistemas.
Tags: Minor bugfixes, Minor feature enhancements
This release adds two new safety checks: lthe ast device block to be written by fsremap must actually be writeable, and the source and target filesystems must be among the tested ones. It also renames 'fstransform.sh' to 'fstransform' and adds an explicit copyright statement to all source files. Finally, fstransform now supports the options '--help' and '--force-untested-file-systems'.

2012-02-14 08:55
0.9.1

Esta versión corrige un error interno mientras reasignación de dispositivos más de 4 GB en plataformas de 32 bits, y correcciones de errores de compilación en algunas distribuciones de Linux (que normalmente basados en RPM).
Tags: Minor bugfixes
This release fixes an internal error while remapping devices larger than 4GB on 32-bit platforms, and fixes build errors on some Linux distributions (typically RPM-based ones).

2012-02-07 08:55
0.9.0

Esta versión incorpora un script de configuración y archivos makefile portable generado por GNU automake. También incluye más estrictos controles de seguridad para dispositivos cuya longitud no es múltiplo del tamaño de bloque del sistema de archivos y nuevo--no-preguntas--irreversibles--tiempo de mostrar opciones y dar a los usuarios más control sobre la ejecución de fstransform. El programa de fsmove ha sido mejorado y ahora comprueba gratuitamente espacio al inicio y periódicamente muestra progreso porcentaje y tiempo estimado restante. Finalmente, se agregó una advertencia archivo Léame con información acerca de la transformación de un dispositivo de casi completa para el sistema de ficheros 'xfs'.
This release adds a configure script and portable Makefiles generated by GNU automake. It also includes stricter safety checks for devices whose length is not a multiple of file-system block size, and new --no-questions, --irreversible, and --show-time options to give users more control over fstransform execution. The fsmove program has been improved and now checks for free space at startup, and periodically shows progress percentage and estimated time remaining. Finally, a warning has been added to README with information about transforming an almost-full device to the 'xfs' filesystem.

2012-01-22 05:11
0.3.7

Esta versión corrige un error grave en la rutina para mostrar el porcentaje de progreso. El fallo fue introducido en la versión 0.3.6, así que por favor no utilice esa versión, ya que puede bloquearse.
This release fixes a serious bug in the routine to show the progress percentage. The bug was introduced in version 0.3.6, so please do not use that version, because it can crash.

Project Resources