I’ve been trying for some time to set up ZimaOS on my Mini PC. The initial OS installation went smoothly, but I’m having difficulties configuring my apps to work with my external USB HDD.
Here is my setup:
Fresh ZimaOS installation on an Intel N100 mini PC, 16 GB RAM, 512 GB SSD
Seagate 5 TB external HDD
My goal is to install all applications on the internal SSD and use the external HDD only as storage. ZimaOS detects the drive, but I cannot access the storage path from within the server applications.
After researching, I learned that I need to mount the drive using commands such as:
lsblk
mount /dev/sda1 /mountpoint
However, I am not sure where to create the mount point or what exactly it should be. I tried mounting the drive under /var, which seemed to work initially, but the entire server crashed afterwards and I had to reinstall the system.
Could someone please explain the correct process or recommend best practices for mounting an external drive in ZimaOS?
Below is my current setup and the App settings screen.