내 시스템이 이상하게 작동해서 라이브 USB로 부팅하고 fsck
내부 HDD에서 실행했습니다. 하지만 fsck에서 많은 오류가 발생하고 드라이브가 파일, 그놈 디스크 또는 어느 곳에도 표시되지 않습니다. 재부팅했을 때 BIOS에서 디스크를 전혀 찾을 수 없다는 메시지가 나타났습니다. 부팅할 Windows 파티션을 선택할 수도 없었습니다. 단순히 디스크를 찾을 수 없었기 때문입니다.
디스크를 꺼내서 케이스에 넣어서 고칠 수 있는지 살펴봤습니다. 하지만 당연히 다른 시스템에서도 인식되지 않습니다.
차이가 있다면 NixOS를 사용하겠습니다. 이것은 내가 얻는 결과입니다 dmesg
.
Mar 07 18:42:50 jon-laptop kernel: usb 2-3: new SuperSpeedPlus Gen 2 USB device number 7 using xhci_hcd
Mar 07 18:42:50 jon-laptop kernel: usb 2-3: New USB device found, idVendor=152d, idProduct=0562, bcdDevice= 2.06
Mar 07 18:42:50 jon-laptop kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mar 07 18:42:50 jon-laptop kernel: usb 2-3: Product: SSK Storage
Mar 07 18:42:50 jon-laptop kernel: usb 2-3: Manufacturer: SSK
Mar 07 18:42:50 jon-laptop kernel: usb 2-3: SerialNumber: DF56419883A9B
Mar 07 18:42:50 jon-laptop kernel: scsi host0: uas
Mar 07 18:42:50 jon-laptop kernel: scsi 0:0:0:0: Direct-Access SSK 0206 PQ: 0 ANSI: 6
Mar 07 18:42:50 jon-laptop mtp-probe[1276]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-3"
Mar 07 18:42:50 jon-laptop mtp-probe[1276]: bus: 2, device: 7 was not an MTP device
Mar 07 18:42:50 jon-laptop mtp-probe[1281]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:0d.0/usb2/2-3"
Mar 07 18:42:50 jon-laptop mtp-probe[1281]: bus: 2, device: 7 was not an MTP device
Mar 07 18:43:00 jon-laptop kernel: sd 0:0:0:0: [sda] Spinning up disk...
Mar 07 18:43:47 jon-laptop kernel: ...
Mar 07 18:43:47 jon-laptop kernel: sd 0:0:0:0: tag#25 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD
Mar 07 18:43:47 jon-laptop kernel: sd 0:0:0:0: tag#25 CDB: Test Unit Ready 00 00 00 00 00 00
Mar 07 18:43:47 jon-laptop kernel: scsi host0: uas_eh_device_reset_handler start
Mar 07 18:43:47 jon-laptop kernel: usb 2-3: reset SuperSpeedPlus Gen 2 USB device number 7 using xhci_hcd
Mar 07 18:43:47 jon-laptop kernel: scsi host0: uas_eh_device_reset_handler success
Mar 07 18:43:57 jon-laptop kernel: sd 0:0:0:0: tag#25 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD
Mar 07 18:43:57 jon-laptop kernel: sd 0:0:0:0: tag#25 CDB: Test Unit Ready 00 00 00 00 00 00
Mar 07 18:43:57 jon-laptop kernel: scsi host0: uas_eh_device_reset_handler start
Mar 07 18:43:58 jon-laptop kernel: usb 2-3: reset SuperSpeedPlus Gen 2 USB device number 7 using xhci_hcd
Mar 07 18:43:58 jon-laptop kernel: scsi host0: uas_eh_device_reset_handler success
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: Device offlined - not ready after error recovery
Mar 07 18:43:58 jon-laptop kernel: ready
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: rejecting I/O to offline device
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Read Capacity(16) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Sense not available.
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Read Capacity(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Sense not available.
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] 0 512-byte logical blocks: (0 B/0 B)
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] 0-byte physical blocks
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Write Protect is off
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Mode Sense: 38 02 00 38
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] No Caching mode page found
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
Mar 07 18:43:58 jon-laptop kernel: sd 0:0:0:0: [sda] Attached SCSI disk
그러나 일반적인 위치(파일,,, 또는 sudo fdisk -l
관련 명령)에는 아무 것도 나타나지 않습니다.lsblk
lsusb
뭔가 문제가 있는 것 같아요. 이 드라이브를 수리하거나 데이터를 복구할 수 있는 방법이 있습니까?