Easiest way to expand Raspi root partition on Kali ARM

1. I just install KALI arm on my Raspi. I need to expand the root partition since the default is just 2gb.

2. There is the easiest way to do it my running raspi-config.

3. Unfortunately there are no raspi-config on KALI arm

4. We need to install it first :

apt-get install lua5.1 triggerhappy

dpkg -i raspi-config
5. Run the raspi-config
6. Select Option 1 – Expand Filesystems
7. Now i’m leverage all of SD card size 🙂

This article was written by matn0t.