Re: NAS Can't be written to after upgrade to 0.5.0
Posted: December 13th, 2011, 8:52 pm
Prior to 0.6.10 I can't reproduce the problem.
but when I input: \\KIMCHI\Downloads\Usenet\IncompleteUNC paths (\\server\share) are fully supported, and work fine for most NAS systems connected to Windows.
KrakaJap wrote:This happened to me with the current 6.9. Same user running the sab service has the same access to a network share. Using windows explorer works just fine but sab throws back an error. The good guys on chat suggested that I use mapped folder to network share with "subst" which didn't work but that gave me the idea to use a symbolic link instead. Worked like a charm! Now this isn't my ideal solution (personal preference) but it will work fine until another solution presents itself.
example:
FreeNAS mapped to Z: on my win7 desktop (which sab can no longer access) - F: is a physical drive on my desktop.
symbolic link (from a command prompt): mklink /d F:\NAS \\freenas\NAS
"F:\NAS" becomes the symbolic link to the same network share that Z: is mapped to and sab can write to it just fine.