Il y a trop de choses important pour pouvoir le formater. J'ai testé plusieur commande:
[root@localhost ~]# file -s /dev/hdb1
/dev/hdb1: x86 boot sector, code offset 0x52, OEM-ID "NTFS ", sectors/cluster 8, reserved sectors 0, Media descriptor 0xf8, heads 255, hidden sectors 63, dos < 4.0 BootSector (0x80)
[root@localhost ~]# mount /dev/hdb1 /windows
WARNING: Old FUSE kernel module detected. This means, some driver features
are not available (swap file on NTFS, boot from NTFS by LILO),
and unmount is not safe unless you make sure the ntfs-3g process
naturally terminates after calling 'umount'. The safe FUSE kernel
driver is included in the official Linux kernels since version
2.6.20-rc1, or in the FUSE 2.6 software package. Please see the
next page for more help: [
www.ntfs-3g.org]
root@localhost ~]# parted /dev/hdb print
Disk /dev/hdb: 200GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Fanions
1 32,3kB 200GB 200GB primaire ntfs amorce
Information: Ne pas oublier de mettre à jour /etc/fstab si nécessaire.
root@localhost ~]# ntfsfix /dev/hdb1
Refusing to operate on read-write mounted device /dev/hdb1.
[root@localhost ~]# ntfsfix /dev/hdb
Mounting volume... Failed to startup volume : Invalid argument
FAILED
Attempting to correct errors... FAILED
Failed to startup volume : Invalid argument
Volume is corrupt. You should run chkdsk.
Bon voila comment je peux faire un chkdsk sous linux ?