elros34 / sailfish_linux_chroot

GNU General Public License v3.0
20 stars 4 forks source link

No space left on /dev/loop1 #9

Closed Kabouik closed 4 years ago

Kabouik commented 4 years ago

I have ran out of space on /dev/loop1, which seems to be the root partition if I understand correctly. However, there is still some space on my device. Any way I can increase the size of the whole sailfish_ubu_chroot ext4 file and allocate more space to this partition?

Kabouik commented 4 years ago

Fixed with the following in SFOS terminal (make sure the file is not mounted by using the Ubu Close icon):

devel-su
e2fsck -f ubuntu-19.04-armhf.ext4
resize2fs ubuntu-19.04-armhf.ext4 8G