Perfetto \o/
Se puoi riassumere i passi che hai fatto per risolvere sarebbe di grande aiuto anche per i posteri
In realtà su Windows mi sono limitato a ripetere per tre volte consecutive le scansioni del filesystem che già avevo fatto nei giorni passati.
Alla fine mi ha trovato questo problema:
Fase 1: analisi della struttura del file system di base in corso...
Fase 2: analisi del collegamento dei nomi file in corso...
Fase 3: analisi dei descrittori di sicurezza in corso...
La voce journal USN a offset 0x82350af68 e lunghezza 0x19315759 attraversa
il limite di pagina.
Questo potrebbe risolvere il problema:
sudo ntfsfix /dev/sda4
Spiegazione:
$ sudo ntfsfix --help
ntfsfix v2022.10.3 (libntfs-3g)
Usage: ntfsfix [options] device
Attempt to fix an NTFS partition.
-b, --clear-bad-sectors Clear the bad sector list
-d, --clear-dirty Clear the volume dirty flag
-h, --help Display this help
-n, --no-action Do not write anything
-V, --version Display version information
For example: ntfsfix /dev/hda6
Developers' email address: ntfs-3g-devel@lists.sf.net
News, support and information: https://github.com/tuxera/ntfs-3g/
Thank you, Ben. I’ll take it into account the next time I’ll face the same situation.
This time Windows could fix a problem of its own, after some tries…
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.