1 (edited by kmb 2014-09-21 03:26:12)

Topic: Error in the vervication of the filesystem in a HDD

I have a Samsung 1To HDD,
Inside the HDD a folder cannot be deleted with nautilus or from the terminal, because a copy of some files inside it was interrupted, If I try deleting the folder I obtain an Input/output ERROR.

Then in Gparted I saw the red sign that shows that there's an error in the filesystem, I tried Verify and Repair the filesystem, but I encounter an error.

So I saved the details to ask here.
I want to delete the folder and see the filesystem save.
I'll copy the details in the next message

2

Re: Error in the vervication of the filesystem in a HDD

GParted 0.18.0 --enable-libparted-dmraid --enable-online-resize

Libparted 2.3
Vérifier et réparer le système de fichiers (ntfs) sur /dev/sdg1  00:01:35    ( ERREUR )
        
calibrer /dev/sdg1  00:00:00    ( SUCCÈS )
        
chemin : /dev/sdg1
début : 64
fin : 1953520064
taille : 1953520001 (931.51 Gio)
vérifier le système de fichiers sur /dev/sdg1 et corriger les problèmes (si possible)  00:01:35    ( ERREUR )
        
ntfsresize -i -f -v /dev/sdg1
        
ntfsresize v2013.1.13AR.1 (libntfs-3g)
Device name : /dev/sdg1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 1000202240512 bytes (1000203 MB)
Current device size: 1000202240512 bytes (1000203 MB)
Checking for bad sectors ...
Checking filesystem consistency ...
Incomplete multi-sector transfer: magic: 0x454c4946 size: 1024 usa_ofs: 48 usa_count: 0 data: 7755 usn: 7754: Erreur d'entrée/sortie
100.00 percent completed
Accounting clusters ...
Cluster accounting failed at 31539963 (0x1e142fb): extra cluster in $Bitmap
Cluster accounting failed at 31539964 (0x1e142fc): extra cluster in $Bitmap
Cluster accounting failed at 31539965 (0x1e142fd): extra cluster in $Bitmap
Cluster accounting failed at 31572998 (0x1e1c406): extra cluster in $Bitmap
Cluster accounting failed at 31588090 (0x1e1fefa): extra cluster in $Bitmap
Cluster accounting failed at 31588091 (0x1e1fefb): extra cluster in $Bitmap
Cluster accounting failed at 31588092 (0x1e1fefc): extra cluster in $Bitmap
Cluster accounting failed at 31588093 (0x1e1fefd): extra cluster in $Bitmap
Cluster accounting failed at 31808679 (0x1e55ca7): extra cluster in $Bitmap.............

Then:

Filesystem check failed! Totally 21543 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.

========================================

3

Re: Error in the vervication of the filesystem in a HDD

The entire description is Here
https://ia902305.us.archive.org/18/item … d_save.htm

4

Re: Error in the vervication of the filesystem in a HDD

Hi,

If you don't have a backup of this data already I strongly recommend you make one now before proceeding.  Either a block copy of the partition, or a file copy of accessable files.

Please follow the instructions from the end of the ntfsresize command:

Filesystem check failed! Totally 21543 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.

Thanks,
Mike

5

Re: Error in the vervication of the filesystem in a HDD

Thank you!
But I don't have Windows in my computer...

6

Re: Error in the vervication of the filesystem in a HDD

Hi,

From a quick search of the Internet it appears that there are no tools for Linux to repair NTFS file systems.  The only way to repair an NTFS is to use Windows.

How can I fix an inconsistent NTFS file system without Windows?

Thanks,
Mike

7

Re: Error in the vervication of the filesystem in a HDD

Thank you !