JangJeewon / dokan

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

Notepad Save (over share) Denied in 0.6.0 and Win7 x64 #217

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Mirror Example (With or without the /m option!)
2. Create a share (Everyone read & Write access)
3. Goto network (Same machine) and create a new text file (Right click)
4. Open in notepad and add some information
5. Attempt to save

What is the expected output?
- To Save and for notepad to close

What do you see instead?
- Notepad states access denied

What version of the product are you using? On what operating system?
0.6.0 / Win 7 x64 (Pro)

Please provide any additional information below.
This also occurrs with my Liquesce code base
And with the Removeable drive setting to true !
Picture shows 
- the share
- the explorer showing the access via the loopback
- Notepad with the Access Denied
- Mirror example cmd line

Original issue reported on code.google.com by smurf...@gmail.com on 23 Mar 2011 at 8:56

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot to state that the Commandline was running as Administrator, Therfore the 
Mirror is running as Administrator as well

Original comment by smurf...@gmail.com on 23 Mar 2011 at 9:02

GoogleCodeExporter commented 8 years ago
Fixed in latest .Net Code base by implementing the correct GetFileSecurity 
workarounds and other fixes in http://liquesce.codeplex.com/releases/view/73966
mentioned in 
http://liquesce.wordpress.com/2011/10/05/liquesce-and-file-security/

Original comment by smurf...@gmail.com on 5 Oct 2011 at 8:04