After you modify specifications of a Linux ECS, disk attachment may fail. Therefore, you need to check the disk attachment after you modify the specifications.
As shown in Figure 1, the ECS has three disks attached: /dev/vda, /dev/vdb, and /dev/vdc.
As shown in Figure 2, only one disk /dev/vda is attached to the ECS.
For example, run the following command:
mount /dev/vbd1 /mnt/vbd1
In the preceding command, /dev/vbd1 is the disk to be attached, and /mnt/vbd1 is the path for disk attachment.
Ensure that /mnt/vbd1 is empty. Otherwise, the attachment will fail.
df -h| grep '/dev/'
As shown in Figure 3, the numbers of disks before and after specifications modifications are the same. The disks are /dev/vda, /dev/vdb, and /dev/vdc.