Skip to content

Instantly share code, notes, and snippets.

@vinayakkulkarni
Created June 9, 2020 09:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinayakkulkarni/7c96956a89da584aecb4b7861c7ef6d8 to your computer and use it in GitHub Desktop.
Save vinayakkulkarni/7c96956a89da584aecb4b7861c7ef6d8 to your computer and use it in GitHub Desktop.
Mounting NVMe EBS for AWS EC2 Nitro Instances

Ensure you have the ebs attached.

$ lsblk

Once you find the blk id, create xfs type filesystem

$ sudo mkfs -t xfs /dev/nvme1n1

Verify the file system created, use command

$ sudo file -s /dev/nvme1n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment