Synology DS212j Directories and space

Get help with all aspects of SABnzbd
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.
brig5150
Newbie
Newbie
Posts: 15
Joined: September 2nd, 2012, 9:06 am

Re: Synology DS212j Directories and space

Post by brig5150 »

"Incorrect parameter
Cannot create download_dir folder /volume1/incomplete "

Should I make directory first?
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Synology DS212j Directories and space

Post by sander »

brig5150 wrote:"Incorrect parameter
Cannot create download_dir folder /volume1/incomplete "

Should I make directory first?
No, SABnzbd will make it ... but only if SAB can make it ...

Can login onto the Synology, and

Code: Select all

ls -al /volume1
and post the output here?
brig5150
Newbie
Newbie
Posts: 15
Joined: September 2nd, 2012, 9:06 am

Re: Synology DS212j Directories and space

Post by brig5150 »

drwxr-xr-x 16 root root 4096 Sep 2 13:05 .
drwxr-xr-x 22 root root 4096 Sep 2 08:28 ..
drwxr-xr-x 10 root root 4096 Sep 2 08:31 @appstore
drwx------ 2 root root 4096 Aug 26 11:25 @autoupdate
drwxr-xr-x 3 admin users 4096 Feb 10 2012 @database
drwxr-xr-x 2 admin users 4096 Feb 11 2012 @download
drwxrwxrwx 3 root root 4096 Feb 11 2012 @eaDir
drwxr-xr-x 17 root root 4096 Mar 9 06:13 @postfix
drwxrwxrwx 4 root root 4096 Sep 2 08:27 @spool
drwxrwxrwx 4 root root 4096 Sep 2 13:05 @tmp
drwxrwxrwx 2 root root 4096 Aug 26 21:22 TV
drwxrwxrwx 2 root root 4096 Aug 30 18:49 TV Storage
-rw------- 1 root root 7168 Sep 2 13:05 aquota.group
-rw------- 1 root root 8192 Sep 2 13:05 aquota.user
drwxr-xr-x 4 root root 4096 Mar 3 2012 homes
drwxrwxrwx 2 root root 4096 Feb 12 2012 music
drwxrwxrwx 7 root root 4096 Mar 10 07:42 photo
drwxrwxrwx 3 root root 4096 Aug 26 08:19 video
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Synology DS212j Directories and space

Post by sander »

brig5150 wrote:drwxr-xr-x 16 root root 4096 Sep 2 13:05 .
drwxr-xr-x 22 root root 4096 Sep 2 08:28 ..
drwxr-xr-x 10 root root 4096 Sep 2 08:31 @appstore
drwx------ 2 root root 4096 Aug 26 11:25 @autoupdate
drwxr-xr-x 3 admin users 4096 Feb 10 2012 @database
drwxr-xr-x 2 admin users 4096 Feb 11 2012 @download
drwxrwxrwx 3 root root 4096 Feb 11 2012 @eaDir
drwxr-xr-x 17 root root 4096 Mar 9 06:13 @postfix
drwxrwxrwx 4 root root 4096 Sep 2 08:27 @spool
drwxrwxrwx 4 root root 4096 Sep 2 13:05 @tmp
drwxrwxrwx 2 root root 4096 Aug 26 21:22 TV
drwxrwxrwx 2 root root 4096 Aug 30 18:49 TV Storage
-rw------- 1 root root 7168 Sep 2 13:05 aquota.group
-rw------- 1 root root 8192 Sep 2 13:05 aquota.user
drwxr-xr-x 4 root root 4096 Mar 3 2012 homes
drwxrwxrwx 2 root root 4096 Feb 12 2012 music
drwxrwxrwx 7 root root 4096 Mar 10 07:42 photo
drwxrwxrwx 3 root root 4096 Aug 26 08:19 video

As /volume1/video is writeable for everybody, I would try that. So fill out

Code: Select all

/volume1/video/complete
/volume1/video/incomplete

in SABnzbd.
brig5150
Newbie
Newbie
Posts: 15
Joined: September 2nd, 2012, 9:06 am

Re: Synology DS212j Directories and space

Post by brig5150 »

You are a rock-star !!! Please tell me, how from the info provided you could see that video was accessible by all ?

Now I should be able to get this going with sickbeard and others with little trouble. Thank you so much for your time and patience.
brig5150
Newbie
Newbie
Posts: 15
Joined: September 2nd, 2012, 9:06 am

Re: Synology DS212j Directories and space

Post by brig5150 »

I believe I see now is it the dr -read w -write stuff at the beginning?
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Synology DS212j Directories and space

Post by sander »

brig5150 wrote:I believe I see now is it the dr -read w -write stuff at the beginning?
Yes:

d(rwx)(rwx)(rwx)

r = read
w = write
x = execute

First group is owner,
Second group is group,
third group is others
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Synology DS212j Directories and space

Post by sander »

brig5150 wrote: Thank you so much for your time and patience.
I'm glad I could help you. And ... you're a quick learner!

It would be great if you could regularly visit this forum and help other Synology users.
brig5150
Newbie
Newbie
Posts: 15
Joined: September 2nd, 2012, 9:06 am

Re: Synology DS212j Directories and space

Post by brig5150 »

:-X Learned a lot today... Thanks again!!
Post Reply