meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.22k stars 680 forks source link

Unable to create 10G image file #974

Open bb107 opened 6 years ago

bb107 commented 6 years ago

I set the image size in the software to be 10240M. The created file is only 2G. I can use the command (dd if=/dev/zero of=linux.img bs=1M count=10240) to create a 10G file.

Danct12 commented 6 years ago

Your image must not exceed 4096MB if i recall correctly, however you can extend that to further using resize2fs.

Also if you're installing this on a external storage (sdcard), the card must not be fat32.