Comment 3 for bug 2063486

Revision history for this message
Sebastien Bacher (seb128) wrote :

The issue seems to be

2024-04-26 14:48:56,605 DEBUG probert.utils:85 Command `/snap/ubuntu-desktop-bootstrap/171/sbin/ntfsresize --no-action --force --no-progress-bar --info /dev/sdb2` exited with result: 1
2024-04-26 14:48:56,605 DEBUG probert.utils:48 stdout: ------------------------------------------
2024-04-26 14:48:56,605 DEBUG probert.utils:50 ntfsresize v2021.8.22 (libntfs-3g)
2024-04-26 14:48:56,606 DEBUG probert.utils:50 $MFTMirr does not match $MFT (record 3).
2024-04-26 14:48:56,606 DEBUG probert.utils:50 ERROR(5): Opening '/dev/sdb2' as NTFS failed: Input/output error
2024-04-26 14:48:56,606 DEBUG probert.utils:50 NTFS is inconsistent. Run chkdsk /f on Windows then reboot it TWICE!
2024-04-26 14:48:56,606 DEBUG probert.utils:50 The usage of the /f parameter is very IMPORTANT! No modification was
2024-04-26 14:48:56,606 DEBUG probert.utils:50 and will be made to NTFS by this software until it gets repaired.

So it seems to try to resize a ntfs partition and fail at it.

Could you give the details on the partioning choices you made? Could you try checking the partition under windows maybe?