J'ai formaté la clé USB et je ne peux plus la monter.
La commande Sudo fdisk -l
affiche ceci (abrégé pour afficher uniquement les informations sur sdc et sdc1):
Disk /dev/sdc: 8075 MB, 8075120640 bytes
64 heads, 32 sectors/track, 7701 cylinders, total 15771720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x22fb6a74
Device Boot Start End Blocks Id System
/dev/sdc1 * 0 407551 203776 17 Hidden HPFS/NTFS
Disk /dev/sdc1: 208 MB, 208666624 bytes
64 heads, 32 sectors/track, 199 cylinders, total 407552 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x22fb6a74
Device Boot Start End Blocks Id System
/dev/sdc1p1 * 0 407551 203776 17 Hidden HPFS/NTFS
Si j'essaie de monter sdc1 avec Sudo mount -t ntfs /dev/sdc1 /mnt
, le résultat est:
NTFS signature is missing.
Failed to mount '/dev/sdc1': Invalid argument
The device '/dev/sdc1' 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?
MODIFIER:
Le résultat de la commande Sudo lsblk -f
est:
NAME FSTYPE LABEL MOUNTPOINT
sda
├─sda1 ext4 /
├─sda2
└─sda5 swap [SWAP]
sdb
├─sdb1
└─sdb5 ext4 /media/disc_d
sdc
└─sdc1
sr0
Vous avez mal formaté le disque USB: il possède une partition cachée HPFS/NTFS.
gparted
device
et choisissez create partition table
et choisissez msdos
et choisissez "format to" et prenez FAT32