Apologies, appears I mentioned the wrong path, but shifting app-data should be relatively easy. Here’s a great guide- the only change you will need to make is location of your drive instead of /mnt/hdd1tb/
To address this, I decided to install Umbrel on the main NVME disk and redirect the apps to the secondary disk, resulting in a significantly faster and lighter performance.
To accomplish this, follow these steps:
Move the existing “app-data” directory to the new location using the following command:
sudo mv ~/umbrel/app-data /mnt/hdd1tb/
Create a symbolic link to ensure Umbrel can locate the “app-data” directory in the new location. Use the following command:
sudo ln -s /mnt/hdd1tb/app-data ~/umbrel/
By installing Umbrel on the main disk and running the apps from the secondary disk, you can enjoy improved speed and responsiveness. Feel free to share your experience and any further tips or suggestions in this thread.
Note: Remember to adjust the paths and commands according to your specific setup, and ensure that the secondary disk is properly mounted before executing the commands.