Comment 5 for bug 2007510

Revision history for this message
Kent Lin (kent-jclin) wrote : Re: "Auto-resize" option does not shown up

Output of "ntfsresize --no-action --force --info /dev/nvme0n1p3" command.

ubuntu@ubuntu:~$ ntfsresize --no-action --force --info /dev/nvme0n1p3
ntfsresize v2022.5.17 (libntfs-3g)
Error opening '/dev/nvme0n1p3': Permission denied
ERROR(13): Opening '/dev/nvme0n1p3' as NTFS failed: Permission denied
ubuntu@ubuntu:~$ sudo ntfsresize --no-action --force --info /dev/nvme0n1p3
ntfsresize v2022.5.17 (libntfs-3g)
Device name : /dev/nvme0n1p3
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 236947763712 bytes (236948 MB)
Current device size: 236947767296 bytes (236948 MB)
Checking filesystem consistency ...
100.00 percent completed
Accounting clusters ...
Cluster accounting failed at 9370662 (0x8efc26): extra cluster in $Bitmap
Filesystem check failed! Totally 1 cluster accounting mismatches.
ERROR: NTFS is inconsistent. Run chkdsk /f on Windows then reboot it TWICE!
The usage of the /f parameter is very IMPORTANT! No modification was
and will be made to NTFS by this software until it gets repaired.
ubuntu@ubuntu:~$