What is the best way to install AnduinOS on a mini PC that is limited to 32GB of EMMC storage but has an SD card slot for extra storage? #257
Replies: 1 comment
-
|
Hello MrStyles02, That's a very common challenge with devices that have small EMMC storage. Your approach is correct—moving large data folders is the standard solution. This will definitely help solve "out of disk space" errors during updates, especially given that AnduinOS uses Flatpak, which can store large amounts of application and runtime data. The AnduinOS documentation provides the correct first step: mounting the SD card as a separate storage device. The key is not to mount it over an existing system folder, but to mount it to its own new directory (like Here is a detailed plan covering the safe method (moving caches) and the advanced method (moving your entire home folder). 1. Mount Your SD Card (Following the Guide)First, follow the steps in the [AnduinOS "Mount your second disk" documentation](https://docs.anduinos.com/Install/Mount-Second-Disk.html) to get your 256GB SD card formatted and auto-mounted. Here's a summary tailored to your situation:
2. Safely Move Large System Folders (The Symlink Method)This is the safest way to solve your "out of disk space" update errors.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What I would like to do: Install AnduinOS on a Minix Z83-4 mini PC. It uses an Intel Z8350 x4 processor. AnduinOS installs and runs fine on the 32GB EMMC but there is not much room for applications. I have a 256GB Extreme Endurance SD card installed. What is the best and safest way to maximize the storage usage? (Moving the home folder to the SD card and mounting the SD card as "home" is not an option, it brakes the desktop - I tried). Chat GPT suggests moving the Package Cache and Large Data Folders to the SD card. Will this solve update issues like "out of disk space"? Is there a way to set the package cache folder location through the GUI?
Beta Was this translation helpful? Give feedback.
All reactions