In this example I will show you how to deploy an AWS Storage Gateway on vcenter. Firstly download the OVA to a local machine and deploy within vcenter/esxi. I wont go through this process but once complete, I added an extra disk for caching and then powered it on. When powered on, open the console Read More…
Category: AWS
Extend XFS EBS Volume on CentOS AWS Instance
Query I wanted to extend an XFS formatted disk in Linux which is backed by an EBS volume. The mount point is called mydata To extend the volume in AWS: Goto Compute -> EC2 -> EBS -> Volumes -> {Select Volume} -> Modify Volume -> {change size} On the Linux device ec2-user]# lsblk NAME MAJ:MIN Read More…