UNC path in Caterogies not working for me

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.
Post Reply
rvank
Newbie
Newbie
Posts: 16
Joined: November 1st, 2008, 6:41 pm
Location: Oslo - Norway

UNC path in Caterogies not working for me

Post by rvank »

Hi All.

My SAB (version 0.7.16) runs on a unraid box and the categories for the folders on the unraid box work ok, but i have also 1 category (movies) that are stored on an other unraid box.
I can't seem to get this category working when i use the unc path to the Movies share on the second unraid box.

Code: Select all

\\192.168.176.120\Movies

the downloaded movie ends up in this path

Code: Select all

/mnt/user/Download Store/\\192.168.176.120\Movies/Moviename.mkv
When i try

Code: Select all

//192.168.176.120/Movies
i get the error message

Code: Select all

PostProcessing was aborted (Cannot create final folder //192.168.176.120/Movies/Moviename) 
Any help is appreciated
Rob.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: UNC path in Caterogies not working for me

Post by shypike »

You cannot use UNC paths from within a Linux box.
You must use internal paths.
Post Reply