Change the download dir

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
MortenSJ
Newbie
Newbie
Posts: 18
Joined: January 26th, 2010, 12:40 pm

Change the download dir

Post by MortenSJ »

Hi

I have an 60GB system disk and a 2TB disk for files.

Right now the complete download dir is /home/nas/download but i want it to be /disk1/Nyhedsgrupper/download.

disk1 is my mounted 2 TB harddisk. How do i change it? I tried to just write /disk1/Nyhedsgrupper/download but it says "Cannot create complete_dir folder /disk1/Nyhedsgrupper "

All the folders are created. I'm running Ubuntu Server 12.04
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Change the download dir

Post by sander »

You must make sure that the user that is running SABnzbd has the rights to create folders in the destination directory.

What you could try:

mkdir /disk1/Nyhedsgrupper
chmod 777 /disk1/Nyhedsgrupper
MortenSJ
Newbie
Newbie
Posts: 18
Joined: January 26th, 2010, 12:40 pm

Re: Change the download dir

Post by MortenSJ »

Thanks, it worked! .. Is it not possible to use 755 instead of 777?
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Change the download dir

Post by sander »

MortenSJ wrote:Thanks, it worked! .. Is it not possible to use 755 instead of 777?
Try it out and you will see & learn ...

(I would think: 5 = r.x ... no read for group and others ... then the user running SABnzbd must be the owner of that directory)
MortenSJ
Newbie
Newbie
Posts: 18
Joined: January 26th, 2010, 12:40 pm

Re: Change the download dir

Post by MortenSJ »

I got it to work. I just change the user for the path, thanks for your help! :)
Last edited by MortenSJ on October 17th, 2012, 3:54 pm, edited 1 time in total.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Change the download dir

Post by sander »

MortenSJ wrote:I tried, and that didn't work.
Well, that's the answer then. ;)

... or, if you want, dive deeper into it by doing and exploring ...
MortenSJ
Newbie
Newbie
Posts: 18
Joined: January 26th, 2010, 12:40 pm

Re: Change the download dir

Post by MortenSJ »

I will, thanks for you help! :)
MortenSJ
Newbie
Newbie
Posts: 18
Joined: January 26th, 2010, 12:40 pm

Re: Change the download dir

Post by MortenSJ »

I got it to work, just changed the owner of the directory. thanks :)
Post Reply