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

final fsck after conversion from reiserfs to ext4 #20

Open
Dev88Fab9 opened this issue May 15, 2018 · 1 comment
Open

final fsck after conversion from reiserfs to ext4 #20

Dev88Fab9 opened this issue May 15, 2018 · 1 comment

Comments

@Dev88Fab9
Copy link

Hi there,
I shall report a bug similar to #19. After a file system conversion from reiserfs to ext4 and subsequent remapping were successful, the tool tried to fsck again the device, but as a reiserfs file system; therefore throwing an error.

Message like "reiserfs_open: the reiserfs superblock cannot be found on /dev/mapper/...." or

ERROR! fstransform: command '/sbin/fsck -p -f /dev/mapper/......' failed (exit status 8)
this is potentially a problem.
you can either quit now by pressing ENTER or CTRL+C,
Appeared .

Version is fstransform-0.9.3-1 on CentOS 7.x.

@cosmos72
Copy link
Owner

cosmos72 commented May 15, 2018

Thanks for the report, and good to know the conversion was successful :)

It seems that fsck wrongly autodetects the file system type in some cases, including reiserfs -> ext4.
I will change fstransform to run "fsck -t fstype ..." in order to avoid these fsck autodetection issues.

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

No branches or pull requests

2 participants