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
Change the download dir
Forum rules
Help us help you:
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.
Re: Change the download dir
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
What you could try:
mkdir /disk1/Nyhedsgrupper
chmod 777 /disk1/Nyhedsgrupper
Re: Change the download dir
Thanks, it worked! .. Is it not possible to use 755 instead of 777?
Re: Change the download dir
Try it out and you will see & learn ...MortenSJ wrote:Thanks, it worked! .. Is it not possible to use 755 instead of 777?
(I would think: 5 = r.x ... no read for group and others ... then the user running SABnzbd must be the owner of that directory)
Re: Change the download dir
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.
Re: Change the download dir
Well, that's the answer then.MortenSJ wrote:I tried, and that didn't work.
... or, if you want, dive deeper into it by doing and exploring ...
Re: Change the download dir
I will, thanks for you help!
Re: Change the download dir
I got it to work, just changed the owner of the directory. thanks