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 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
0.3.6

此版本添加了 'fstransform.sh' 能够自动执行所需的文件系统转换的所有步骤的脚本。它还包括增强功能和错误修正工具 'fsremap' 和 'fsmove'。例如,'fsmove' 现在定期检查的文件系统,它使用的足够可用空间和 'fsremap' 检查设备长度不倍数的块大小,和不完整的信息有时返回的 ioctl(FIEMAP),并应用适当的变通方法。
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