매우 이상한 문제가 있습니다. FAT32로 포맷된 플래시 드라이브가 있습니다. 파일을 플래시 드라이브에 복사하여 친구에게 빌려주었고 친구는 이를 Windows PC에 연결했습니다. 컴퓨터가 드라이브를 인식하지 못해서 드라이브를 뽑았다가 다시 컴퓨터에 연결했습니다. 놀랍게도 그것은 어떻게 든 손상되었습니다. 연결하면 자동으로 설치되지 않습니다. 지금까지 시도한 모든 정보와 내용은 다음과 같습니다.
dmesg
출력은 이상해 보이지 않습니다.
[ 478.362253] usb 1-1: new high-speed USB device number 5 using xhci_hcd
[ 478.510783] usb 1-1: New USB device found, idVendor=0781, idProduct=5567
[ 478.510789] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 478.510793] usb 1-1: Product: Cruzer Blade
[ 478.510796] usb 1-1: Manufacturer: SanDisk
[ 478.510799] usb 1-1: SerialNumber: 200445288302C3307B37
[ 478.511329] usb-storage 1-1:1.0: USB Mass Storage device detected
[ 478.511718] scsi host3: usb-storage 1-1:1.0
[ 479.535236] scsi 3:0:0:0: Direct-Access SanDisk Cruzer Blade 1.27 PQ: 0 ANSI: 6
[ 479.535836] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 479.536971] sd 3:0:0:0: [sdc] 30751744 512-byte logical blocks: (15.7 GB/14.7 GiB)
[ 479.537894] sd 3:0:0:0: [sdc] Write Protect is off
[ 479.537901] sd 3:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 479.538240] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 479.544351] sdc: sdc1
[ 479.545889] sd 3:0:0:0: [sdc] Attached SCSI removable disk
lsblk
출력(sdc와 관련)은 다음과 같습니다.
sdc 8:32 1 14,7G 0 disk
└─sdc1 8:33 1 14,7G 0 part
sudo fdisk -l
출력(sdc와 관련)은 다음과 같습니다.
Disk /dev/sdc: 14,7 GiB, 15744892928 bytes, 30751744 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
Disklabel type: dos
Disk identifier: 0x52febbce
Device Boot Start End Sectors Size Id Type
/dev/sdc1 2048 30750719 30748672 14,7G b W95 FAT32
sudo mount /dev/sdc1 flashdrive/
오류가 발생합니다.
mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so.
sudo mount -t vfat /dev/sdc1 flashdrive/
동일한 결과를 제공합니다.
저도 시도해봤는데 sudo fsck.vfat /dev/sdc1
오류가 나네요
fsck.fat 3.0.28 (2015-05-16)
Logical sector size (138 bytes) is not a multiple of the physical sector size.
마지막으로 gparted 프로그램을 사용해 보았습니다.정보/dev/sdc1 정보 예
Unable to detect file system! Possible reasons are:
- The file system is damaged
- The file system is unknown to GParted
- There is no file system available (unformatted)
- The device entry /dev/sdc1 is missing
나는 또한 gparted 기능을 시도했습니다데이터 복구를 시도해보세요하지만 아무것도 복원할 수는 없습니다.
그래서 그게 다입니다. 아직 플래시 드라이브를 다시 포맷하지 않았으며 모든 데이터 손실을 피할 수 있는 방법이 있기를 바랐습니다. 어떤 제안이 있으십니까?