Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error converting NTFS #28

Open
Krutonium opened this issue May 28, 2020 · 2 comments
Open

Error converting NTFS #28

Krutonium opened this issue May 28, 2020 · 2 comments
Labels

Comments

@Krutonium
Copy link

Basically, having read the warnings, I am attempting to proceed with converting a 6TB NTFS drive to EXT4.

Everything looks fine up until this point:

06:33:49 fsremap: ERROR: ff_posix_fibmap(): error, dev_block_count = 11720777728, file_block_count = 11720777728 overflow type (int): File too large
06:33:49 fsremap: ERROR: failed to list file blocks with ioctl(FS_IOC_FIEMAP): Operation not supported
         
06:33:49 ERROR! fstransform: command '/usr/bin/fsremap -q -n -- /dev/sdf2 /tmp/fstransform.mount.1718/.fstransform.loop.1718' failed (exit status 229)
                this is potentially a problem.
                you can either quit now by pressing ENTER or CTRL+C,

I assume I should be concerned, so I am wondering what the best course of action would be here.

@cosmos72
Copy link
Owner

cosmos72 commented May 28, 2020 via email

@cosmos72 cosmos72 changed the title Concerning Error before attempting to convert Error converting NTFS May 28, 2020
@tng99
Copy link

tng99 commented Jul 1, 2024

Thanks to your fstransform tool, I successfully converted my Kubuntu 24 release from XFS to ext4 on a 60GB NVMe partition. However, the operation changed the UUID, causing GRUB to fail and stop at the GRUB prompt. I fixed it by update the UUID, the steps are located here: https://askubuntu.com/questions/1519153/how-to-convert-os-partition-from-xfs-to-ext4/1519264

Additionally, could you add a tune2fs command at the end of your code to revert the partition to its previous UUID AND modify the FS inside the fstab to the new one (in my case ext4)? I believe this will resolve the issue I encountered. Thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants