Questions tagged [nfsclient]
76 questions
0
votes
0 answers
K8s pod unable to access/modified files to NFS Dynamic PV directory without full permission
I have written pod yaml and pvc yaml as below and created dynamic provision pod with storage class.
But when pod execute and calling api to access/modified files in PV it gives an timeout exception. Expect to create files with full permission.
PV…

Prabath
- 35
- 1
- 8
0
votes
0 answers
How do I configure NFS 4 client to work with NFS server which enforces mandatory file locking
NFS v4.0 server enforces mandatory file locking because of which conflicting write operations by client are denied by server. How do I make NFS client aware that server enforces mandatory file lock so that client never perform conflicting write…

Shubham Gaikwad
- 103
- 2
- 2
- 9
0
votes
1 answer
nfs4_setfacl - users able to create files but not able to create directories
I have set the following permission using nfs4_sefacl
$ sudo nfs4_setfacl -a A:g:foo-group@mydomain.com:rwx /mnt/shared
$ sudo nfs4_getfacl /mnt/shared
# file:…

smc
- 2,175
- 3
- 17
- 30
0
votes
0 answers
stale file handle on openshift pod terminal while accessing the nfs share
I have a spring boot application on openshift the application needs to connect to nfs share to create a file.
But whenever I try to access the mount point from the pod terminal I get permission denied. These ??? as shown below
sh-4.2$ ls -la…

Syed Iftekharuddin
- 166
- 4
- 21
0
votes
1 answer
File upload/download using nfs-client package not working after n iteration
I am using nfs-client package to realize the NFS protocol to connect to the linux server for file upload/download. Basically the purpose is NFS protocol testing .
This is my sample codebase
import com.emc.ecs.nfsclient.nfs.io.Nfs3File;
import…

curiousguy
- 3,212
- 8
- 39
- 71
0
votes
1 answer
Connection timed out when mount NFS volume in docker-compose
I have the NFS server setup and the firewall is opened for ports 111 and 2049.
and I have an NFS client and also configured for ports 111 and 2049.
The connection between the servers is working fine for the above ports
when I mount manually from the…

NesuGH
- 79
- 1
- 2
- 12
0
votes
1 answer
nfs issue on AWS Amazon Linux2
I'm running multiple websites on Amazon AWS. I mounted and EBS on the master server, the mount dir hold the website's files.
Also, I configured the application load balancer, which installs small instances when there is a load on the master. The…

Marvix
- 179
- 3
- 16
0
votes
1 answer
Mounting a directory containing multiple hard drive mount points using NFS
I have 4 hard drivers mounted in a directory:
/dev/sda1 11T 62M 11T 1% /all-hdds/hdd1 │ 36 #MpiParams=ports=#-#
/dev/sdb1 11T 62M 11T 1% /all-hdds/hdd2 …

Milad
- 4,901
- 5
- 32
- 43
0
votes
2 answers
Cannot Login to Raspberry-Pi directly, but can access it via SSH
I am booting the rootfs of my raspberry pi over NFS. (Local network static ip-s)
Raspberry mounts rootfs successfully and I can access it over ssh.
But I cannot log-in on the device itself via keyboard attach to it.
There are no error messages…

brane
- 585
- 6
- 20
0
votes
0 answers
n4bg conusmes high cpu in AIX
A process with name n4bg (NFS client?) in aix consumes a high percentage of CPU continuously .OS is AIX 6.1.9
What is this process actually with name n4bg and what is the use of this process.
What could be the reason for this high CPU…

user1929905
- 389
- 3
- 9
- 25
0
votes
1 answer
Geneos File System Monitoring .snapshot
Seems like *nix operating systems are showing .snapshot folders and files in their view for disk partition space free. I.E. volume full, inode full, etc. How can I exclude from the geneos tool these folders and files?
Nfs mounts
nas:/volume/qtree…

Bryan
- 11
- 3
0
votes
1 answer
NFS or SSHFS : How to disable client writes to server?
[EDIT] NFS or any other similar software like SSHFS.
client mounts from server
client modifies/writes contents of mounted FS
now i don't want to reflect those changes to the server. Is it possible?
Or is there any other FS. Thank you.

sujoshi
- 157
- 1
- 5
0
votes
1 answer
setLastModified not working on an NFS share
I have an NFS share mounted on one of my Solaris server. The path /appdata/anp is mounted from Server A onto Server B. Under the share:
/appdata/anp
I have a folder named
/appdata/anp/factory
In the above directory I put files which has the…

Cheshar
- 571
- 1
- 7
- 21
0
votes
1 answer
NFS client aggregates write requests even when application opens file with O_DSYNC
I am running an application which opens a file in an NFS mount with O_DSYNC option. The application then writes 6500 bytes of data 1000 times to the file in a loop.
I monitored the client behavior and noticed that it was sending the writes to the…

user1071840
- 3,522
- 9
- 48
- 74
0
votes
1 answer
puppet with multiple NFS mount on same server
I have few NFS mount points on the same server but different directories.
ex:
x.x.x.x:/stats /data/stats
x.x.x.x:/scratch /data/scratch
x.x.x.x:/ops /data/ops
But when i try to run puppet it adds following to my fstab. (wrong…

Tharanga Abeyseela
- 3,255
- 4
- 33
- 45