OpenMediaVault

OMV, Torrents Download

LEEHANDS 2021. 4. 7. 23:43
반응형

1) Add debian-transmission to the group users

 

usermod -G users debian-transmission

Now check with

groups debian-transmission

Note: Consider that with this transmission will be able to write to every default media folder of OpenMediaVault

 

2) Change the ownership of the download folders

We change the shared folder ownership that transmission is using to download

 

chown debian-tranmission -R /media/<uuid>/FolderName

If the folder already exists and has contents or comes from another install or server try

 

chown debian-transmission:users -R /media/<uuid>/FolderName
chmod 2775 -R /media/<uuid>/FolderName
반응형