There is a very small typo on the command used to format the disk Currently the following is on the guide ```bash cfisk /dev/nvme0n1 ``` The fix should is `cfdisk` ```bash cfdisk /dev/nvme0n1 ```
There is a very small typo on the command used to format the disk
Currently the following is on the guide
The fix should is
cfdisk