You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I consider this a good idea, I'm not sure we should have 'one' filesystem and grow that to the full size ... why?
SD cards vary significantly in size, even for SD cards marketed as 16GB or 32GB, so if you take three different 16GB SD cards, you will likely end up with three different sizes.
This results in a lot of grieve when trying to backup, restore or simply copy the entire SD image. Some SD cards even get very slow at the end of the available space.
I see some partial solutions for this problem:
have some special command to 'compact' the filesystem again before you make a copy/do a backup.
have a separate, non critical partition which can be considered 'temporary storage' and doesn't need to be backed up/restored and/or can be recreated if incomplete, etc.
make sure to leave some empty space and/or resize to a 'known good' size smaller than the actual SD size, e.g. 14GB for a 16GB card, etc.
have special tools to create compact backups which are (mostly) platform independent.
Probably using
systemd-growfs
The text was updated successfully, but these errors were encountered: