View Single Post
Posts: 391 | Thanked: 908 times | Joined on Aug 2011 @ suncity
#102
Originally Posted by mvgrizzle View Post
Hello! Thank you for the image. it works great. Just 1 question. I'm trying to add more space. As It is only using the 5.6GB that is the img. Could you please explain how to do this? I've tried resizing it with gparted and even virt-resize with no luck. Thanks!
Hi,

one possible way is to create a separate partition (as large as you want) on your SD card or emmc (latter is NOT recommended!) then copy the kali image file content to that partition (you have to qmount the image and the newly created partition first, naturally).

Code:
tar cf - -C /wherever_you_mounted_your_original_image_file . | tar xvf - -C /wherever_you_mounted_the_partition_you_want_your_kali_use_from
 

The Following User Says Thank You to justmemory For This Useful Post: