Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to sync to Pogoplug drives #239

Open
GoogleCodeExporter opened this issue May 30, 2015 · 1 comment
Open

Unable to sync to Pogoplug drives #239

GoogleCodeExporter opened this issue May 30, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 21 Jul 2011 at 2:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant