Problème montage disque NTFS

Salut tout le monde !

J’ai un petit problème avec mon disque dur externe. Je viens de le démonter pour le mettre dans mon PC, afin de pouvoir à terme remplacer l’ancien.
Il est connecté, alimenté, tout le bazar, je le vois bien dans mon fdisk :

[code]Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 364801 cylinders, total 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x3e65f87e

Device Boot Start End Blocks Id System
/dev/sdb1 2048 4294969342 2147483647+ 7 HPFS/NTFS/exFAT
[/code]

Le problème, c’est qu’il est impossible de le monter :

mount -t ntfs /dev/sdb1 /mnt Failed to read last sector (732566015): Argument invalide HINTS: Either the volume is a RAID/LDM but it wasn't setup yet, or it was not setup correctly (e.g. by not using mdadm --build ...), or a wrong device is tried to be mounted, or the partition table is corrupt (partition is smaller than NTFS), or the NTFS boot sector is corrupt (NTFS size is not valid). Failed to mount '/dev/sdb1': Argument invalide The device '/dev/sdb1' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

Pour mes pistes de réflexion, j’étais d’abord parti sur un problème de compatibilité avec le NTFS en SATA, puisqu’en USB ça fonctionnait. Au final je me suis penché sur le message d’erreur, et je pense qu’il s’agit plus d’un problème dû à la taille du disque (3To).
J’ai testé la connexion sur un windows, ça marche niquel.

Si quelqu’un pouvait me filer un petit coup de main ce serait super :slightly_smiling:

Merci !

Essaye :

ntfsfix fait parti du paquet ntfs-3g.

Merci pour ta réponse.
Malheureusement, je crois que je suis dans la m***e :unamused:

Mounting volume... Failed to read last sector (732566015): Invalid argument HINTS: Either the volume is a RAID/LDM but it wasn't setup yet, or it was not setup correctly (e.g. by not using mdadm --build ...), or a wrong device is tried to be mounted, or the partition table is corrupt (partition is smaller than NTFS), or the NTFS boot sector is corrupt (NTFS size is not valid). FAILED Attempting to correct errors... Failed to read last sector (732566015): Invalid argument HINTS: Either the volume is a RAID/LDM but it wasn't setup yet, or it was not setup correctly (e.g. by not using mdadm --build ...), or a wrong device is tried to be mounted, or the partition table is corrupt (partition is smaller than NTFS), or the NTFS boot sector is corrupt (NTFS size is not valid). FAILED Failed to startup volume: Invalid argument Failed to read last sector (732566015): Invalid argument HINTS: Either the volume is a RAID/LDM but it wasn't setup yet, or it was not setup correctly (e.g. by not using mdadm --build ...), or a wrong device is tried to be mounted, or the partition table is corrupt (partition is smaller than NTFS), or the NTFS boot sector is corrupt (NTFS size is not valid). Trying the alternate boot sector Unrecoverable error Volume is corrupt. You should run chkdsk.

[mono]Volume is corrupt. You should run chkdsk.[/mono]

Tu devrais tenter de lancer un chkdsk sur ce disque depuis Windows, Linux n’étant pas capable de réparer efficacement un système de fichiers NTFS.

Bonjour,

êtes vous sûr que la partition est en NTFS, maintenant il arrive que windows utilise exFat.

La dernière fois que j’ai cherché, je n’ai pas trouvé comment la lire depuis ma debian.