You are not logged in.

#1 2022-11-05 10:37:52

Der Chefkoch
Member
Registered: 2020-12-05
Posts: 100

[SOLVED] NFS shares not accessible

I have a Synology NAS and would like to mount some shares with nfs (smb working fine)

"showmount -e SynologyNAS"

... checks out.

using "mount -t nfs -o vers=4 SynologyNAS:/volume1/video ~/Videos/"
returns "mount.nfs: failed to apply fstab options"

so then I can complete the operation using "sudo mount..." - but then I cannot access the mounted folder.

What is missing?

Last edited by Der Chefkoch (2022-11-05 21:43:24)

Offline

#2 2022-11-05 12:40:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,461

Online

#3 2022-11-05 17:45:46

Der Chefkoch
Member
Registered: 2020-12-05
Posts: 100

Re: [SOLVED] NFS shares not accessible

All right, how is that helping?

Offline

#4 2022-11-05 17:58:31

d.ALT
Member
Registered: 2019-05-10
Posts: 959

Re: [SOLVED] NFS shares not accessible

It's not clear: are you trying to mount the share? Or are you trying to browse / access to it?

Last edited by d.ALT (2022-11-05 17:58:57)


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#5 2022-11-05 18:20:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,461

Re: [SOLVED] NFS shares not accessible

Sorry, just rrsponded to the error and missed that you figurrd that this will require root permissions.
Either way, if  the uid/gid between host and client don't align, you probably lack access permissions to the mounted path (but should be able to enter it as root) and need to either fix or map ownership.

Online

#6 2022-11-05 21:26:22

Der Chefkoch
Member
Registered: 2020-12-05
Posts: 100

Re: [SOLVED] NFS shares not accessible

d.ALT wrote:

It's not clear: are you trying to mount the share? Or are you trying to browse / access to it?

Well I try mounting it first and then browse it. The mounting part works (with sudo) however then there seems to be a permission problem as I cannot browse the files.

Offline

#7 2022-11-05 21:38:09

Der Chefkoch
Member
Registered: 2020-12-05
Posts: 100

Re: [SOLVED] NFS shares not accessible

seth wrote:

Sorry, just rrsponded to the error and missed that you figurrd that this will require root permissions.
Either way, if  the uid/gid between host and client don't align, you probably lack access permissions to the mounted path (but should be able to enter it as root) and need to either fix or map ownership.

And indeed it was an error in the permissions on Server side, its solved.

Last edited by Der Chefkoch (2022-11-05 21:43:11)

Offline

#8 2022-11-05 21:48:13

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,461

Re: [SOLVED] NFS shares not accessible

Edit: moot

Last edited by seth (2022-11-05 21:48:53)

Online

Board footer

Powered by FluxBB