Can I use cryptsetup commands on a PCIe NVM ssd drive?
by thecloud9 from LinuxQuestions.org on (#5K0B9)
Hi everybody
I've been using mechanical hard drives for years and learn many commands to do on them. I know the cryptsetup commands support HDD and SATA SSD drives, but what about PCIe NVM drives?
Can the command below work on PCIe NVM drives?
Code:cryptsetup luksFormat -c aes-xts-plain64 /dev/nvme0n1Or do I need to add switches to the command above for this type of drive.
I appreciate any replies. Thanks
I've been using mechanical hard drives for years and learn many commands to do on them. I know the cryptsetup commands support HDD and SATA SSD drives, but what about PCIe NVM drives?
Can the command below work on PCIe NVM drives?
Code:cryptsetup luksFormat -c aes-xts-plain64 /dev/nvme0n1Or do I need to add switches to the command above for this type of drive.
I appreciate any replies. Thanks