AnantLabs / big5sync

Automatically exported from code.google.com/p/big5sync
1 stars 0 forks source link

Unable to sync to Pogoplug drives #239

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Pogoplug software
2. Mount Pogoplug drive
3. Attempt to tag any subdirectory on the mounted drive

What is the expected output? What do you see instead?
Expect the tagging to be successful.

What version of the product are you using? On what operating system?
Syncless 2.0
WinXP Pro

Please provide any additional information below.
I believe the problem is that the root level of the mounted Pogoplug drive is 
not writable, and Syncless tries to create a directory at the root level, i.e. 
P:\.syncless. If it were possible to locate that directory somewhere else below 
the root, I expect it would work.

Please paste the debug.log found in root Syncless folder(if any) below.
2011-07-20 22:12:37 -   Exception Caught
            --------------------------------------------------------
            System.UnauthorizedAccessException

                        System.UnauthorizedAccessException: Access to the path 'P:\.syncless' is denied.

               at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

               at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)

               at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)

               at System.IO.Directory.CreateDirectory(String path)

               at Syncless.Profiling.ProfilingGUIDHelper.CreateGUID(String path)

               at Syncless.Profiling.ProfilingGUIDHelper.GetGUID(String driveid)

               at Syncless.Profiling.ProfilingLayer.ConvertPhysicalToLogical(String path, Boolean create)

               at Syncless.Core.SystemLogicLayer.Tag(String tagname, DirectoryInfo folder)
            --------------------------------------------------------

Original issue reported on code.google.com by bobpa...@gmail.com on 21 Jul 2011 at 2:20

GoogleCodeExporter commented 9 years ago
I have observed the same problem on Win7 64-bit and would love to see this 
simple fix.

Original comment by bryant.s...@gmail.com on 25 Jan 2013 at 3:41