I have a similar yet different issue in that my Toshiba XG5 256GB is detected in lspci, but not in lsblk.
According to https://wiki.pine64.org/index.php?title=...SSD_drives the XG6 should work, so I was hoping my XG5 would also.
EDIT: I'm also annoyed that the NVMe is more difficult to swap than it really needs to be. The screw holding the NVMe to the sub-board should be easily accessible instead of removing the entire sub-board to then remove the NVMe.
According to https://wiki.pine64.org/index.php?title=...SSD_drives the XG6 should work, so I was hoping my XG5 would also.
Code:
2024-11-18 05:56:15 root@pinebook-pro:~# lspci
00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3399 PCI Express Root Port
01:00.0 Non-Volatile memory controller: Toshiba Corporation XG5 NVMe SSD Controller
2024-11-18 05:56:19 root@pinebook-pro:~# lsblk -o +label,fstype,uuid
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
LABEL FSTYPE UUID
mmcblk2 179:0 0 115.2G 0 disk
├─mmcblk2p1 179:1 0 457.8M 0 part /boot BOOT_MNJRO vfat FAA6-62B5
└─mmcblk2p2 179:2 0 114.8G 0 part ROOT_MNJRO ext4 cb4bda28-8512-47f6-a41b-847eb1471baa
mmcblk2boot0 179:32 0 4M 1 disk
mmcblk2boot1 179:64 0 4M 1 disk
mmcblk1 179:96 0 119.3G 0 disk
├─mmcblk1p1 179:97 0 457.8M 0 part BOOT_MNJRO vfat FAA6-62B5
└─mmcblk1p2 179:98 0 118.8G 0 part / ROOT_MNJRO ext4 cb4bda28-8512-47f6-a41b-847eb1471baa
zram0 253:0 0 5.7G 0 disk [SWAP]
2024-11-18 06:00:17 root@pinebook-pro:~#
EDIT: I'm also annoyed that the NVMe is more difficult to swap than it really needs to be. The screw holding the NVMe to the sub-board should be easily accessible instead of removing the entire sub-board to then remove the NVMe.