
# Debian
![](https://support.huaweicloud.com/bpicg-bms/public_sys-resources/note_3.0-zh-cn.png)
Debian操作系统需要安装growroot包来实现自动扩盘。
1. 执行命令：**apt-get install cloud-initramfs-growroot**
2. 执行以下命令，查看cloud-initramfs-growroot包是否安装好。 **dpkg -l \| grep cloud-initramfs-growroot**
   回显如下类似信息表示安装成功。
   ```
   root@bms:/home/bzqd# dpkg -l | grep cloud-initramfs-growroot
   ii cloud-initrramfs-growroot      0.18.debian5     all     automatically resize the root partition on first boot
   ```
   
 
