Use NVME SSD as storage volume instead of cache

Create Partition Login as root with SSH and type : ls /dev/nvme* You will see the /dev/nvme0n1 or /dev/nvme1n1 depend on which slot you install the SSD. type: fdisk -l /dev/nvme0n1 You wil see the disk information. ( if your SSD is at slot 2, use /dev/nvme1n1 instead) Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Now, create partition, type:...

June 23, 2023 · Gabe