I have a ec2-machine setup with an EBS attached of size 200 GB.
I obtain the following with the commands I perfomed
Screnshot for the lsblk and df -hT commands
As I could figure out from these, there seems to be no primary partition surprisingly and also the root is mounted onto /dev/xvda which in turn is the disk name.
Also this is the output for fdisk
Screenshot for fdisk command
This also shows no partitions available. I also tried creating primary partition but then the instance didn't boot up and I have to make recovery using the EBS snapshot present, Please guide me on how to set things right, like creating a primary partition that will have the root mounted upon.
Kindly correct me if I'm lagging somewhere or if any additional information is required from my side.