I followed the steps and it’s finally working ![]()
Notes:
-
Even if my drive was formated to
ext4and had aPARTUUID, my first attempt failed. It was better after formating the drive withfdiskandgdisk -
I created and mounted my drive inside
umbrel/data/storage/(complete path:umbrel/data/storage/drive1) so it’s next to thedownloadsfolder. Installed apps like File Browser can access more easily the new mounted location -
I applied another set of permissions at step 4.:
sudo chmod -R 775 umbrel/data/storage/drive1/(not sure it is necessary but I had some issue allowingumbreluser withchown command) -
I edited the
docker-compose.ymlfile of plex with (please see the full tutorial, it will be more comprehensive):sudo nano ~/umbrel/app-data/plex/docker-compose.yml- Locate the volume entry for the app’s configuration and data, and add a new volume mapping for the external drive:
volumes: - ${UMBREL_ROOT}/data/storage/drive1:/drive1
-
Don’t forget to restart your apps to take the new mounted location into account