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
Original issue reported on code.google.com by
bobpa...@gmail.com
on 21 Jul 2011 at 2:20