I recently installed a new NVMe M.2 drive in my PC for the first time. I'm unsure how to make it usable and visible in Dolphin. I made sure the drive is properly installed and turned on RAID in the BIOS, but I can't see it in Dolphin. It does show up in Timeshift when selecting backup locations, so it's recognized by Linux. I also verified it's present using the 'lsblk' command, but I feel like I'm missing a step. If anyone has guidance or can point me to the right documentation, especially on the Arch Wiki or another Linux resource, that would be fantastic!
1 Answer
You need to use a partition manager to create an ext4 partition or another compatible Linux filesystem on that drive. Once you do that, it should be visible in Dolphin. Let me know if you need more help with the process!

Thank you so much!