GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
EBSNVME-ID(8) FreeBSD System Manager's Manual EBSNVME-ID(8)

ebsnvme-id
NVMe disk identification tool for Amazon EC2

ebsnvme-id [-b] [-m] [-s] [-u] [-v] ⟨device⟩

The Amazon EC2 “Nitro” platform exposes disks to virtual machines via the NVM Express protocol. There are two types of disks so exposed: Elastic Block Store disks, which persist and can be detached and reattached to different virtual machines, and Instance Store disks (also known as “Ephemeral” disks), which exist only while the virual machine is running.

Amazon Linux provides a tool “ebsnvme-id” for identifying the attached Elastic Block Store disks; this ebsnvme-id is a re-implementation which also exposes some information about Instance Store disks.

The options are as follows:

Print the “Linux device name” associated with the specified Elastic Block Store disk.
Print the Model Number of the disk; this is either “Amazon Elastic Block Store” or “Amazon EC2 NVMe Instance Storage” depending on the type of disk.
Print the Serial Number of the disk.
Identical to the -b option.
Print “Volume ID:” followed by the volume ID of the Elastic Block Store disk.

If no options are specified, ebsnvme-id operates as if invoked with the options -v -b.

If multiple option are specified, output is printed for each option, in the order -v [-b | -u] -m -s.

nvmecontrol(8)

ebsnvme-id was written by Colin Percival <cperciva@FreeBSD.org> based on the “ebsnvme-id” tool published by Amazon.com, Inc.
May 3, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.