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

cannot write file to volume that mounted to a folder #1302

Closed
ruixingchen opened this issue Oct 18, 2021 · 6 comments
Closed

cannot write file to volume that mounted to a folder #1302

ruixingchen opened this issue Oct 18, 2021 · 6 comments
Labels
Status: Fixed in Next Build Fixed in the next Sandboxie version

Comments

@ruixingchen
Copy link

sanboxie plus 0.9.8
windows 10 build 1200
###prefix
volume is mounted to a folder, like C:\Disk1
###settings
DefaultBox no any modification, only set the folder to direct in Resource Access
###what is the problem
apps can only read files, can not write files in C:\Disk1
###what should work
apps can read and write files in C:\Disk1

Thanks, Sandboxie is a great app

@DavidXanatos
Copy link
Member

iirc. sandboxie is unwraping the reparse points for its access controlls, hence you wil need to find the native path of the volume and open it instead of the folder its mounted to

@ruixingchen
Copy link
Author

iirc. sandboxie is unwraping the reparse points for its access controlls, hence you wil need to find the native path of the volume and open it instead of the folder its mounted to

Thanks, by the way, does "native path" mean the path like "\Device\HarddiskVolume1"?

@DavidXanatos
Copy link
Member

yes something Liek that,
I've just tested it and there seam to be an issue :(
no mater whats open sbie tryes to write to the mount folder and not to the mounted volume so seams there is a bug there after all.

@DavidXanatos DavidXanatos added under investigation Priority: High To be done as soon as possible Type: Bug Something isn't working labels Oct 18, 2021
@ruixingchen
Copy link
Author

yes something Liek that, I've just tested it and there seam to be an issue :( no mater whats open sbie tryes to write to the mount folder and not to the mounted volume so seams there is a bug there after all.

no problem, BUGs are always there, that is why we continue coding, making bugs and fixing bugs :)

@DavidXanatos DavidXanatos added Status: Fixed in Next Build Fixed in the next Sandboxie version and removed Type: Bug Something isn't working under investigation Priority: High To be done as soon as possible labels Oct 18, 2021
@DavidXanatos
Copy link
Member

the issue will be fixed in the next build

@ruixingchen
Copy link
Author

the issue will be fixed in the next build

thanks, that can't be better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Fixed in Next Build Fixed in the next Sandboxie version
Projects
None yet
Development

No branches or pull requests

2 participants