You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: