Installed Ubuntu 20.04 on a 256 GB, 2.5in SSD in a system that also has a 2 TB HDD for data. Everything working fine. Added 256 GB NVMe drive. The BIOS found it correctly. SATA is set to AHCI. Ubuntu cannot find the NVMe drive. What do I do to get Ubuntu to see it. Do I need to mount it? If I do, how and what do I mount? Any help will be highly appreciated. Thank you.
Psagdeo
sudo apt install nvme-cli
and see if then shown:sudo nvme list
– oldfred Oct 24 '20 at 19:17