-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
using NFS-mounted folder as data fails with 'not writable' #11145
Comments
GitMate.io thinks possibly related issues are #9888 (Using local mounted NFS share with External storages does not work properly ), #8162 (External storage mount silently fails when http user has no rx access on folder), #7959 (Failed to remove sensitive data), #5471 (mount.cifs as data directory), and #9838 (Share folder failed on readonly storage). |
I'm not using this as 'External storage'. It is mounted on the host machine and used directly as data folder. |
So, according to folks in #php irc channel the So there you go. Hereby I propose that |
cc @icewind1991 :) |
This issue has been automatically marked as stale because it has not had recent activity and it seems to be missing some essential informations. It will be closed if no further activity occurs. Thank you for your contributions. |
If this is not marked as fixed then it is still an issue. |
So I have mounted a legacy owncloud folder over nfs to this machine. Php is running a pool as the user 'nextcloud' and all files are owned by this user and the group permissions are for 'www-data' (as which the webserver is running). If I
su nextcloud
I can read/write everything on this share.However when I browse to nextcloud I end up with the typical
Your data directory is not writable
and I have no idea why this is so.Server configuration
Operating system: debian/yunohost
Web server: nginx
Database: mysql
PHP version: 7.0
Nextcloud version: 13.0.5
The text was updated successfully, but these errors were encountered: