Digital Marketing

Increase the size of EBS volume if No space left on device

  • Run lsblk and then lsblk -f to get block device details
  • sudo mount -o size=10M,rw,nodev,nosuid -t tmpfs tmpfs /tmp
  • sudo growpart /dev/DEVICE_ID PARTITION_NUMBER
  • lsblk to verify partition has expanded
  • sudo resize2fs /dev/DEVICE_IDPARTITION_NUMBER
  • Run df -h to verify your resized disk
https://aws.amazon.com/premiumsupport/knowledge-center/ebs-volume-size-increase/

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database