Ubuntu 无法识别我的 USB 硬盘

Ubuntu 无法识别我的 USB 硬盘

我有一个 500 GB 的 USB 硬盘,NTFS 分区,昨天还能用,但今天就完全不能用了。它没有出现在我的 Ubuntu 机器上,现在是 Windows XP 或 Windows 7,我尝试了几种 USB 电缆和端口,但结果都一样。当我插入它时,灯亮了,磁盘旋转,所以我知道它“工作正常”,但它没有出现在 gparted、fdisk 或 lsusb 中。这是结果dmesg | grep -i usb

vito@N76-ubuntu-vito:~$ dmesg | grep -i usb
[    1.212416] usbcore: registered new interface driver usbfs
[    1.212424] usbcore: registered new interface driver hub
[    1.212440] usbcore: registered new device driver usb
[    1.565462] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.565533] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.584213] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.584320] hub 1-0:1.0: USB hub found
[    1.584426] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.604199] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.604296] hub 2-0:1.0: USB hub found
[    1.604341] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.604351] uhci_hcd: USB Universal Host Controller Interface driver
[    1.604457] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.604700] hub 3-0:1.0: USB hub found
[    1.604787] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.604863] hub 4-0:1.0: USB hub found
[    1.640245] usbcore: registered new interface driver libusual
[    1.896080] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.028888] hub 1-1:1.0: USB hub found
[    2.140044] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.272299] hub 2-1:1.0: USB hub found
[    2.439778] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[    2.461930] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.467776] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-1/3-1:1.0/input/input4
[    2.467859] generic-usb 0003:046D:C062.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:14.0-1/input0
[    2.467867] usbcore: registered new interface driver usbhid
[    2.467868] usbhid: USB HID core driver
[    2.531932] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
[    2.695682] usb 1-1.3: new high-speed USB device number 4 using ehci_hcd
[   10.443457] Bluetooth: Generic Bluetooth USB driver ver 0.6
[   10.443487] usbcore: registered new interface driver btusb
[   10.898016] uvcvideo: Found UVC 1.00 device ASUS USB2.0 Webcam (1bcf:2883)
[   10.915702] input: ASUS USB2.0 Webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input5
[   10.915750] usbcore: registered new interface driver uvcvideo
[   10.915751] USB Video Class driver (1.1.1)
[   11.077666] usbcore: registered new interface driver ath3k
[   11.297581] usb 1-1.1: USB disconnect, device number 3
[   11.499244] usb 1-1.1: new full-speed USB device number 5 using ehci_hcd

这个硬盘上有一个非常重要的备份,无论如何,恢复它对我来说都至关重要。谢谢你的帮助。

答案1

您是否摔过磁盘或者以其他方式对其施加了重击,如果这样做,镜头可能会受损,您会听到磁盘旋转的声音,但无法读取它,因此不会显示在 gparted 中。

只是一个想法,除此之外我不知道为什么它不会出现。无论如何,祝你好运,我希望你能找到一种方法来访问你的备份

相关内容