In this blog, we would talk about root partition resizing issue in RHEL EC2 and it's resolution. Issue Extending root partition results in couldn't find valid file system. Having said that, when you add additional volume to your EBS root device [/dev/sda1] and then extend the filesystem using resize2fs, this issue occurs. The issue would... Continue Reading →
How to extend an EBS volume in EC2 (Linux)?
As your data volume grows, you might need to extend your existing EBS volume or you could add an another EBS volume and mount it into a directory. But in this section, we would explain how to extend an EBS volume in EC2 Linux Instance. 1.Go to AWS EC2 console & Select your AWS EC2... Continue Reading →
What is mounting and how to mount an EBS volume in EC2 (Linux)?
As we know all UNIX systems have a single directory tree structure. That means all storage associated with system must have associated location pointing to a single tree structure. However this is opposite in Windows. In windows, each drive contains separate directory tree structure. As like in Windows the highest directory structure is C: drive... Continue Reading →
How to attach an EBS volume to EC2 (Linux)?
This blog would cover what is EBS volume and how could we add an additional EBS volume to an EC2 instance in AWS cloud. What is EBS (Elastic Block Storage)? AWS EBS is a block level storage service that could be attached mainly with EC2 instance and database instance. Its mainly designed for both throughput... Continue Reading →