fstransform
fstransform copied to clipboard
tool for in-place filesystem conversion (for example from jfs/xfs/reiser to ext2/ext3/ext4) without backup
17:18:46 ERROR! fstransform: command '/sbin/fsmove -- /tmp/fstransform.mount.12641 /tmp/fstransform.loop.12641 --exclude /tmp/fstransform.mount.12641/.fstransform.loop.12641' failed (exit status 240) this is potentially a problem. you can either quit now by pressing ENTER or CTRL+C, or,...
fstransform resolves which to the alias output (`which which`) instead of it's actual filesystem location (/usr/bin/which) and fails to run. Overriding this path in the fstransform startup script fixes the...
From what I have read on it, the major issue supporting NTFS has been the NTFS-3G FUSE driver. That said, at least in my tests, fstransform does work both ways...
F2FS file system is designed for NAND-based flash memory equipped with FTL. This technology is used in all flash memory with a SCSI/SATA/PCIe/NVMe interface. F2FS aims to increase the lifespan...
This Dockerfile makes it easy to run `fstransform` under Docker. ```bash docker build . -t fstransform ``` Usage is then simply: ```bash docker run -it --privileged --rm fstransform [ARGS] ```...
In a test VM, I got fsremap OOM-killed. I think it is a good idea to add protection against this, by having fsremap (or maybe even the fstransform script?) write...
I probably need to install something but this is beyond my erudition: In file included from ../src/e4attr.cc:23: ../src/first.hh:1:1: error: expected unqualified-id before ‘.’ token 1 | ../../fsremap/src/first.hh | ^ ../src/e4attr.cc:306:1:...
I have an xfs partition created when the ftype default was 0, but I now need it to be set to 1. What is the easiest way of transforming it?...
First of all, thank you! Very handy tool. I am attempting to convert from XFS to ext4 (to allow shrinking) and noticed that xattrs are not preserved. What are your...