Download List

專案描述

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-02-07 08:55 Back to release list
0.9.0

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.

Project Resources