Skip to content

Instantly share code, notes, and snippets.

@mdeeks
Created March 4, 2022 00:29
Show Gist options
  • Save mdeeks/1925cbb65f24a95b2f75dd9cdc0f0843 to your computer and use it in GitHub Desktop.
Save mdeeks/1925cbb65f24a95b2f75dd9cdc0f0843 to your computer and use it in GitHub Desktop.
Find NVMe EBS mount name
# https://github.com/oogali/ebs-automatic-nvme-mapping/blob/master/README.md
sudo nvme id-ctrl --output binary /dev/nvme0n1 | cut -c3073-3104 | tr -d '[:space:]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment