fstransform is a tool to change a file-system from one format to another, for example from jfs/xfs/reiser to ext2/ext3/ext4, in-place and without the need for backup.
Source code is hosted on github: https://github.com/cosmos72/fstransform
License
GNU General Public License version 3.0 (GPLv3)Follow file-system transformation tool
You Might Also Like
Full Control for Complex IT - Try PRTG Now
As an IT monitoring expert, you need more than basic alerts - you need actionable data and full transparency. PRTG gives your team a single pane of glass for all systems, devices, and applications, with customizable dashboards and granular user management. Detect issues before they escalate, automate reporting, and ensure compliance with SLAs. PRTG’s scalable engine and advanced analytics help you optimize resources, reduce manual effort, and keep your organization running smoothly. Take control of your IT landscape and make smarter decisions with real-time, enterprise-grade monitoring.
Rate This Project
Login To Rate This Project
User Reviews
-
Does a complex task and fully documents the procedure. Although not quite mature handles many marginal cases. Above all I appreciate the recovery options and documentation.
-
Hi, I've used fstransform a couple of times when a Linux distro I was trying wouldn't install to reiserfs and I wanted to use reiserfs. So, I installed to ext? and used fstransform after installation to get what I wanted. It worked well, although I don't remember the few extra steps, like changing fstab, possibly regenerating an initrd.img This is a very nice piece of software, thanks for your work.