8.5 mkfs: Create a Linux file system The mkfs command is used to create, format and create a file system on the specified device (or hard disk partition, etc.). Partition tools such as fdisk and p
Tag: resize2fs
Aws EC2 Disk Expansion
First, in the aws website control panel, right-click EBS directly, and then manually set the size of EBS. After setting, you can view the progress in the EBS list. When the progress reaches 100%, execute the following command: 1, sudo lsblk (View existing volume and partition information) 2, sudo growpart /dev/xvda 1 3, sudo resize2fs […]