Folder structure for Arr's, media and torrents, usenet

Hello All,

How is the folder structure for Zimaos? I followed the trashguides for UInraid, and it is working, but I cannot replicate the folder structure for Zimaos. How to configure the container path and host path? The folder stucture will be using the raid storage.
Thank you!

data
├── torrents
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
├── usenet
│ ├── incomplete
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
├── music
└── tv

I got it working. The reason behind it is the PGID and PUID; it must be zero for the folder to have access. I don’t know why, but it works. I can not migrate from Unraid to ZimaOS. :slight_smile:

2 Likes

Hi, we will make a tutorial about this. Stay tuned.

Good Morning Giorgio,
I would also be interested since I can’t choose the download folder in qBittorrent settings.
Is the tutorial has already been published? Where can I get a preview?

Thx and Best Regards

data
├── torrents
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
├── usenet
│ ├── incomplete
│ └── complete
│ ├── books
│ ├── movies
│ ├── music
│ └── tv
└── media
├── books
├── movies
├── music
└── tv

Follow the trash guide and you are good to go. I have this working. :slight_smile:

„0“ is bad idea, because your docker is running as root with that value.

what will be?

The first user (admin) has „999“. Second user 998, third 997, and so on…

0 might actually be required for some containers, depending on what that container needs to access because ZimaOS controls the storage layer. Most other containers are fine with 1000, which is the default user.