如果我将 USB 驱动器连接到我的机器,我可以看到它确实已连接,但我在 /dev/sd* 中找不到该设备
dmesg 中显示以下内容(lsusb 也看到该设备):
usb 1-2: new high-speed USB device number 19 using xhci_hcd
usb 1-2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 0.02
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2: Product: Intenso Ultra Line
usb 1-2: Manufacturer: ALCOR
usb 1-2: SerialNumber: 88F8544B
usb-storage 1-2:1.0: USB Mass Storage device detected
scsi host4: usb-storage 1-2:1.0
我想恢复设备上的数据。有什么方法可以安装它来获得备份吗?