
Tengo un Kingston Data Traveler de 8 GB que encontré en una caja vieja. lsusb ve el dispositivo como 64 GB y pmount muestra este error:
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?
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?
Entonces, probé fdisk. Puedo verlo a través de fdisk e intenté eliminar y agregar una partición, nada funciona, solo aparece ese error.
Cuando uso mount, me sale esto:
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
Cuando uso dmesg | cola, me sale esto:
[ 1313.321482] XFS (sdc1): Invalid superblock magic number
[ 1313.323979] XFS (sdc1): Invalid superblock magic number
[ 1313.331146] omfs: Invalid superblock (c0b60fc0)
[ 1313.333486] omfs: Invalid superblock (c0b60fc0)
[ 1372.581076] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
[ 1372.587708] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
[ 1515.334346] sdc: sdc1
[ 1515.341876] sdc: sdc1
[ 1519.335909] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
[ 1519.342673] UDF-fs: warning (device sdc1): udf_fill_super: No partition found (2)
Actualización: aquí está el resultado de sudo lsblk -f /dev/sdc-
NAME FSTYPE LABEL UUID MOUNTPOINT
sdc
└─sdc1 ntfs 4E63105748D002C1
aquí está el resultado de blkid -o value -s TYPE /dev/sdc1 :
ntfs
y la salida del archivo sudo -Ls /dev/sdc1
/dev/sdc1: DOS/MBR boot sector, code offset 0x52+2, OEM-ID "NTFS ", sectors/cluster 8, Media descriptor 0xf8, sectors/track 62, heads 242, hidden sectors 2048, dos < 4.0 BootSector (0x80), FAT (1Y bit by descriptor); NTFS, sectors/track 62, sectors 15357951, $MFT start cluster 4, $MFTMirror start cluster 959871, bytes/RecordSegment 2^(-1*246), clusters/index block 1, serial number 04e63105748d002c1; contains Microsoft Windows XP/VISTA bootloader BOOTMGR
¿A donde voy desde aqui?
Respuesta1
Si necesita formatear la unidad, intente instalarla gparted
e intente reescribir la tabla de particiones.gparted