USB 장착시 문제

USB 장착시 문제

오래된 상자에서 찾은 8GB Kingston Data Traveler가 있습니다. lsusb는 장치를 64GB로 보고 pmount는 다음 오류를 표시합니다.

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?

그래서 fdisk를 시도해 보았습니다. fdisk를 통해 볼 수 있고, 파티션을 삭제하고 추가해 보았지만 아무것도 작동하지 않고 오류만 발생합니다.

마운트를 사용하면 다음과 같은 결과가 나타납니다.

mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
       missing codepage or helper program, or other error

dmesg를 사용할 때 | 꼬리, 나는 이것을 얻습니다:

[ 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)

업데이트: 다음은 sudo lsblk -f /dev/sdc-의 출력입니다.

NAME   FSTYPE LABEL UUID                                 MOUNTPOINT
sdc                                                      
└─sdc1 ntfs         4E63105748D002C1

다음은 blkid -o value -s TYPE /dev/sdc1 의 출력입니다.

ntfs

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

여기서 어디로 가야 합니까?

답변1

드라이브를 포맷해야 하는 경우 설치를 시도 gparted하고 파티션 테이블을 다시 작성해 보십시오.gparted

관련 정보