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-03-29 06:41
0.9.3

此版本大大提高了"fsremap",添加自动作业检查点和恢复从检查站 (这意味着它现在可以从多个用户中断、 崩溃或甚至电源故障恢复) 未完成的作业的能力。它还增强了"fstransform",添加转换非已安装的设备,插入适当清理后的错误,和添加新的选项,以纾缓与第三方工具 (如 gparted) 集成的能力。某些选项已略重命名,并且持久性文件和日志现在存储在/无功/tmp/fstransform /。
标签: 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

此版本添加了两个新的安全检查: 尼罗河 ast 设备块要写入由 fsremap 实际上必须是可写的并且指定源和目标的文件系统必须是之间的测试过的那些。它还重命名 'fstransform.sh' 到 'fstransform',并将显式版权语句添加到所有的源代码文件。最后,fstransform 现在支持选项 '— — 帮助' 和 ' — — 力-未经测试-文件系统的。
标签: 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

此版本重新映射设备大于 4 GB,在 32 位平台上,同时修复了一个内部错误和修复程序上有些 Linux 发行版 (通常是基于 RPM 的) 生成错误。
标签: 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

此版本添加了一个配置脚本和便携式生成文件生成的 GNU automake。它还包括更严格的安全检查设备长度不是多个文件系统块大小,和新 — — 不是问题 — — 是不可逆的和--时间显示选项给用户 fstransform 执行更多的控制。Fsmove 程序已得到改进现在,在启动时,空间免费检查和定期显示进度百分比和剩余的估计的时间。最后,警告已被添加到自述会与有关转变几乎全部设备到 '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

此版本修复一个严重的 bug 中的例程,以显示进度百分比。Bug 引进的版本 0.3.6,所以请不要使用该版本,因为它可能会崩溃。
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