Skip to main content

All Questions

Tagged with
0 votes
0 answers
73 views

Permission denied for AD group for NFS directory

I have permission denied problem with NFS share. On server1 I have /etc/exports file with content: /data/test server2.example.com(rw,no_root_squash). /data/test directory has 770 permissions with ...
Grad's user avatar
  • 1
0 votes
1 answer
305 views

"Permission denied" when `rm` ing a file (in an NFS mount), even when using sudo

Context: Storage is a Kubernetes Persistent volume, provided by a TrueNAS NAS and accessed via NFS (with k8s accessMode ReadWriteMany) I have checked the Permissions for the TrueNAS Dataset and ...
scubbo's user avatar
  • 199
3 votes
1 answer
720 views

What is the meaning of the manage-gids parameter in /etc/nfs.conf?

I have run into an issue (on a system which I am not root) where there is a directory using an acl to manage access, I should be allowed access (and I am allowed access if I do a newgrp to one of the ...
lagnut's user avatar
  • 33
1 vote
2 answers
11k views

NFS mount command failed: Permission denied

I am working on an embedded board, running embedded Linux on it. I want to mount the directory from my Linux Host machine (Ubuntu 20.04) to my embedded board. As per the document shared with the board,...
beparas's user avatar
  • 123
0 votes
1 answer
1k views

Can't open a mount point folder which is within a NFS share

I have a raspberry pi. I have shared the /home/pi/ folder via NFS like this: contents of /etc/exports /home/pi *(rw,all_squash,insecure,async,no_subtree_check,anonuid=1000,anongid=1000) From ...
user11230's user avatar
  • 497
0 votes
1 answer
2k views

Windows NFS share access from Linux unjoined domain computer with AD username using NIS

I have Linux clients using AD username/password using NIS and we have NIS Domain and UID and GID are already present in the AD. We used to have Windows 2003 NFS share and it used to work fine with ...
MS Mum's user avatar
  • 1
3 votes
1 answer
3k views

Linux NFS Share - All files read-only, when mounting in Windows 10

I have a Raspberry Pi with Raspberry Pi OS (ex Raspbian). I wanted to share my home folder (/home/pi) with NFS. I'd like to access it also from my Windows 10 PC, reading and writing files as I was the ...
sigi_tm's user avatar
  • 121
1 vote
0 answers
393 views

Restrict nfs server access from windows client for domain users

I have an NFS server setup in Linux (Domain joined) and I'm trying to access the NFS share from windows clients. I have seen https://superuser.com/a/399212/502713 to set the registry entry for the ...
Vini's user avatar
  • 123
2 votes
1 answer
1k views

NFSv4 ACL is not applying despite having matching GIDs on server and client

I have a fileserver with nfs exports on it. On the server, I have a media directory that I ran setfacl -m g:44000:rwx media on. The directory is exported with rw,sync,no_subtree_check. On my client, ...
Astrognome's user avatar
3 votes
3 answers
5k views

NFSv4 with ACL, the default permissions are not obeyed

1. The question I have a directory dir, which has (NFS) ACL default permissions, so that every file and folder created in it can be written by the user 1001too by default. This directory is shared on ...
Gabor's user avatar
  • 31
0 votes
1 answer
450 views

Why am I able to mount NFS share simply because root on my machine has the same UID as the NFS owner?

I have recently set up a new FreeNAS machine at home and am beginning to tinker. I have previously had very little experience with network administration (and I have only been using Linux on my home ...
Mike Williams's user avatar
0 votes
1 answer
428 views

Not able to write in NFS share with same user and group

I have a local server with shares for the local computers to backup stuff on. The server has a backupuser(1002:1002). The client has the user alex(1000:1000) who is also in the backupuser(1002) group ...
Alex Bergsland's user avatar
0 votes
1 answer
4k views

Mount point permissions changing after `mount -a`

I am using my raspberry pi as a plex server and have having serious problems with one of the shared folder... Related to my Synology NAS All three are on my local network Synology NAS: "music" is ...
Bendy's user avatar
  • 413
2 votes
0 answers
601 views

NFS mount is readonly after NFS server reboot

I have mounted nfs drive on /data, but even root user can not write to it. On nfs server I can easily read and write but any client can't. That started when nfs server went down for few minutes. /etc/...
Matjaž's user avatar
  • 221
0 votes
1 answer
975 views

Is setting Active Directory groups on NFS mounts supported?

My current CentOS 6.8 setup utilizes Winbind to authenticate and authorize users using Active Directory. When I try to set group ownership on a folder or file that is located on an NFS mount, it fails ...
Iyad K's user avatar
  • 223

15 30 50 per page