How can I get access to an NFS directory within a WebDAV folder?

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have an Ubuntu 16.04 web server running on a VM. The VM was originally intended to just be a gateway VM that users could SSH into to access our FreeNAS 11.1 file server. I installed WebDAV on this VM due to a user request for an easy way to upload files to it from home. Since the VM only has 40GBs of space, I mounted the file server's NFS export onto the VM, specifically within the WebDAV folder.
My WevDAV folder in the VM is located at: /var/www/webdav
I've mounted the NFS directory at: /var/www/webdav/annex
The mount works but I can't seem to get the right permissions to annex. When I use the webdav client protocol to access it, I cannot enter the NFS directory but I can access everything else within /var/www/webdav. Do you know what I need to do in regards to the permission so I can access NFS over WebDAV?
ubuntu nfs webdav
add a comment |Â
up vote
0
down vote
favorite
I have an Ubuntu 16.04 web server running on a VM. The VM was originally intended to just be a gateway VM that users could SSH into to access our FreeNAS 11.1 file server. I installed WebDAV on this VM due to a user request for an easy way to upload files to it from home. Since the VM only has 40GBs of space, I mounted the file server's NFS export onto the VM, specifically within the WebDAV folder.
My WevDAV folder in the VM is located at: /var/www/webdav
I've mounted the NFS directory at: /var/www/webdav/annex
The mount works but I can't seem to get the right permissions to annex. When I use the webdav client protocol to access it, I cannot enter the NFS directory but I can access everything else within /var/www/webdav. Do you know what I need to do in regards to the permission so I can access NFS over WebDAV?
ubuntu nfs webdav
Yes, if you provide permission, you can access NFS over WebDAV.
â Eranda Peiris
Apr 21 at 2:02
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an Ubuntu 16.04 web server running on a VM. The VM was originally intended to just be a gateway VM that users could SSH into to access our FreeNAS 11.1 file server. I installed WebDAV on this VM due to a user request for an easy way to upload files to it from home. Since the VM only has 40GBs of space, I mounted the file server's NFS export onto the VM, specifically within the WebDAV folder.
My WevDAV folder in the VM is located at: /var/www/webdav
I've mounted the NFS directory at: /var/www/webdav/annex
The mount works but I can't seem to get the right permissions to annex. When I use the webdav client protocol to access it, I cannot enter the NFS directory but I can access everything else within /var/www/webdav. Do you know what I need to do in regards to the permission so I can access NFS over WebDAV?
ubuntu nfs webdav
I have an Ubuntu 16.04 web server running on a VM. The VM was originally intended to just be a gateway VM that users could SSH into to access our FreeNAS 11.1 file server. I installed WebDAV on this VM due to a user request for an easy way to upload files to it from home. Since the VM only has 40GBs of space, I mounted the file server's NFS export onto the VM, specifically within the WebDAV folder.
My WevDAV folder in the VM is located at: /var/www/webdav
I've mounted the NFS directory at: /var/www/webdav/annex
The mount works but I can't seem to get the right permissions to annex. When I use the webdav client protocol to access it, I cannot enter the NFS directory but I can access everything else within /var/www/webdav. Do you know what I need to do in regards to the permission so I can access NFS over WebDAV?
ubuntu nfs webdav
asked Apr 20 at 22:17
PolkaRon
74113
74113
Yes, if you provide permission, you can access NFS over WebDAV.
â Eranda Peiris
Apr 21 at 2:02
add a comment |Â
Yes, if you provide permission, you can access NFS over WebDAV.
â Eranda Peiris
Apr 21 at 2:02
Yes, if you provide permission, you can access NFS over WebDAV.
â Eranda Peiris
Apr 21 at 2:02
Yes, if you provide permission, you can access NFS over WebDAV.
â Eranda Peiris
Apr 21 at 2:02
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f439034%2fhow-can-i-get-access-to-an-nfs-directory-within-a-webdav-folder%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Yes, if you provide permission, you can access NFS over WebDAV.
â Eranda Peiris
Apr 21 at 2:02