Re: Instance drives in AWS comming up with the wrong size

From: Chuck Tuffli <ctuffli_at_gmail.com>
Date: Thu, 24 Feb 2022 21:18:29 UTC
On Tue, Feb 22, 2022 at 1:16 PM Pete French <pete@twisted.org.uk> wrote:
...
> root@serpentine-vgay:/usr/home/webadmin # nvmecontrol identify nda2
> Size:                        292968750 blocks
> Capacity:                    292968750 blocks
> Utilization:                 292968750 blocks
...
> LBA Format #00: Data Size:   512  Metadata Size:     0  Performance: Best

This says the capacity is 140GB which matches with your expectations
if I'm understanding correctly. Can you run:
    nvmecontrol identify nvme2 | grep "Serial Number"
via both ssh and from the serial console?

--chuck