where is remaining 8G space

8G space is being used by ubuntu. There are few more smaller partitions and a 7.5G partition. How can I use that for storing my files without effecting ubuntu?

Use “parted” to remove the old partition and install a new one with “mkpartfs” from within “parted mmcblk0”.

Remember this is likely to be destroyed the next time you flash the MMC.

what about flashing the board with something like this, would that give us a bigger / partition?

sudo ./flash.sh -S 15GiB jetson-tk1 mmcblk0p1

I didn’t try it, but the next time I flash it, I will

I could only flash with a maximum of 14GiB, anything larger gives error

sudo ./flash.sh -S 14GiB jetson-tk1 mmcblk0p1

Thanks a lot Mark_Briss. Creating 14G partition from the start is a very good idea.

try this:

sudo ./flash.sh -S 14580MiB jetson-tk1 mmcblk0p1

you’re welcome ;)

Thank you (even better size!)

1 Like

I deleted the last partition /dev/mmcblk08 and made a new one, 339.00 MiB big, which I formatted and mounted as swap. you can of course play with the partition sizes for mmcblk0p1 and mmcblk0p8, and find out what’s best for you.

Oh, good, thank you for the tip!