You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Jul 2011 at 2:20The text was updated successfully, but these errors were encountered: