使用 PCIe 适配器安装 SSD

使用 PCIe 适配器安装 SSD

我最近购买了一个通用的(中国产)SSD 转 PCIe 适配器,这样我就可以从我的(坏了的)MacBook Pro 读取 SSD。我正在运行 Ubuntu 14.04 LTS,它似乎识别出了硬件:

user@computer ~ $ lspci
01:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11)

fstab但我在或中没有看到任何相关内容/dev(例如/dev/sdc/dev/nvme)。运行lsblk也不会显示分区或驱动器。我读完了我能找到的所有论坛帖子,但它们似乎专注于硬件不是已识别或出现/dev但无法安装的物品。

下一步我该做什么?我是否应该安装通用适配器的驱动程序?

编辑:来自@waltinator 的建议

dmesg --kernel --ctime --userspace --decode | grep pci\ 0000:01:00
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: [1b4b:9230] type 00 class 0x010601
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x10: [io  0xe050-0xe057]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x14: [io  0xe040-0xe043]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x18: [io  0xe030-0xe037]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x1c: [io  0xe020-0xe023]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe01f]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x24: [mem 0xf7c10000-0xf7c107ff]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: reg 0x30: [mem 0xf7c00000-0xf7c0ffff pref]
kern  :debug : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: PME# supported from D3hot
kern  :info  : [Wed Jul 19 22:46:58 2017] pci 0000:01:00.0: System wakeup disabled by ACPI

相关内容