Disk Space Duo S eMMC

So,

just flashed the duo-buildroot-sdk-v2 to my Duo S.

how can I get more free space?`

[root@milkv-duo]~# df
Filesystem     1K-blocks   Used Available Use% Mounted on
/dev/root         756928 241672    460208  35% /
devtmpfs          161512      0    161512   0% /dev
tmpfs             161588      0    161588   0% /dev/shm
tmpfs             161588    124    161464   1% /tmp
tmpfs             161588     48    161540   1% /run
1 Like

Have you tried fdisk?

I might mix up things a bit as I was trying the Debian Image kind of on parallel, but it was complaining about an invalid/missing partition table.

I’m on the debian Image now, changed the partition_emmc.xml to prior flashing:

<partition label="ROOTFS" size_in_kb="7626624" readonly="false" file="sdcard.img" type="ext4" />

ant then ran resize2fs afterwards. Works fine now. But on the Debian Image.

2 Likes