I have an Armbian system SD card that I want to copy to another device. The system was 16GB but was previously imaged to 64GB card and now it is to big to handle for me. Is it any way to truncate unallocated space from the SD card?
Asked
Active
Viewed 40 times
0
fstrim
on the ext4 file system first, but that's about it.) – Marcus Müller Oct 06 '23 at 08:12dd
or evenhead
. (Usefdisk -l
to find out where the last/only partition ends.) – Tom Yan Oct 06 '23 at 13:04