-
Notifications
You must be signed in to change notification settings - Fork 59
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
Possible to write from OSX mount? #27
Comments
@SvenDowideit any ideas? |
are you mounting the share as guest? or using the configured username and password? |
@SvenDowideit Euhm yes with the guest. Not remembering where I found the tuto, but it talked only about guest. Is that the issue? |
I was wondering the same. How can I expose a mounted directory to OSX (or Windows) with full read/write permissions (so I can work with a code IDE in this directory)? By default it seems read-only indeed. I'm using a separate data volume container, using the busybox image. |
I have the same issue in OSX. |
@SvenDowideit ping... |
I'm having the same issue. I figure it has something to do with not having the right permissions on the folder, which was initially created by a different container. |
Any update here? |
This is how I worked around the issue:
|
+1 to this. We've the same problem. The mount is read-only! Anyone has access data to connect not via guest access? |
Any update/info about this issue? |
For me it was related to the shared folder path. Everything goes well if the shared data is under |
Had this issue on Windows 7. In the end I found it was issues with the data volume permissions. Steps I did (from tutorial): Could connect to the volume in windows with (docker ip)\oradata Check volume access permissions: Changed the permission from within the box: After that I could write to the volume from where it was mounted in Windows. |
Hello,
Maybe this is a stupid question, but I was wondering if it's possible to write files from OSX mounts (cifs). When I do it I get permissions denied errors.
Or is it only read-only?
The text was updated successfully, but these errors were encountered: