Questions tagged [nfsclient]
76 questions
2
votes
1 answer
How can I connect to NFS Client V4 using .net7 and C#?
I am looking for a NuGet package or library which can help me to connect with a v4 NFS client for my dotnet7 web application using C#.
So far I have found only this library which was last updated about a decade ago:
Nekodrive
Is there any other way…

Walter
- 133
- 1
- 10
2
votes
0 answers
JupyterHub not launching on Helm | K8s
I have a metalLB loadbalancer, k8s clusters (one master and one worker) v1.18.5, helm 3.7, and nfs dynamic volume provisioning using helm. I run up a jupyterhub instance with helm. Within a minute everything is set up but when I use the external IP…

SavvY
- 131
- 1
- 6
2
votes
0 answers
syscall.Mount returns invalid argument
I have the below simple code, but it fails with invalid argument. I am running this program
as root. And the mount point does exist. In ":/vol/share", IP is IP address of NFS server
and it is reachable.
package main
import (
"fmt"
…

cpuNram
- 205
- 2
- 12
2
votes
1 answer
Mount Google Cloud Filestore inside a docker container with Debian
I want to mount Cloud Filestore inside a docker container which is Debian.
When I try to mount it I get:
mount.nfs: timeout set for Wed Feb 27 12:35:07 2019
mount.nfs: trying text-based options…

asaf
- 958
- 1
- 16
- 38
1
vote
0 answers
NFS mounts showing files from other mounts
I have a server that holds ZFS snapshots that I export via NFS to the servers they are backing up so you can restore via a custom application written in-house. The issue is as follows:
NOTE: I am not using ZFS built-in NFS for a reason, so please…

jemmille
- 111
- 3
1
vote
1 answer
Kubernetes NFS storage class - where is the persistent data located?
I'm testing with PostgreSQL in Kubernetes and I installed Kubegres as in the official instructions with a single exception: I defined my own NFS storage class and 2 persistence volumes.
And everything works perfectly:
I have 2 pods(primary and…

Victorqedu
- 484
- 4
- 20
1
vote
1 answer
How to maintain ctime, mtime and atime of file when copying file on NFS v3 drive
I am customizing NFS v3 server. When I copy files from other location to NFS Drive on Linux, the copied file times are set to current time.
I think, when copy is done, at least, create, modify are same as source file, but it does not work. I am…

DotNetStar A
- 123
- 1
- 7
1
vote
0 answers
How can we find the file access permissions in NFS server using python util?
I want to check whether my current user has read access to a NFS file. One way to do it is to try to open the file using NFS util library libnfs. In this case, if user will not have read permission, an error will be thrown. However, this doesn't…

enigma
- 41
- 6
1
vote
1 answer
Does NFS retrans effect the application services?
We had an issue, where one of our kubernetes service not able to read the certificates stored in NFS volume. I could see from NFS stats there were retrans happended ( 33 times ) from the status on that particular time. Does the retrans cause any…

Jax
- 139
- 2
- 12
1
vote
0 answers
How to connect to remote NFS server to confirm the directories are mounted correctly
I am using my company laptop which is use windows 10 OS and I want to confirm that the nfs server is mounted correctly on remote machine. How can I do this?
How can I install just the nfs client on my machine to connect to this NFS server, or is…

Syed Iftekharuddin
- 166
- 4
- 21
1
vote
1 answer
kubelet can‘t create mountpoint’
I create nfs pvc. And I used it in my Deployment YAML. but when I apply the YAML file. I get the following error
Mounting arguments: --description=Kubernetes transient mount for…

Esc
- 521
- 13
- 30
1
vote
0 answers
mount.nfs: portmap query failed: RPC: Unable to receive - Connection refused in Centos 7 client
I am trying to connect to a nfs server. where i seeing the below issue.
mount.nfs: timeout set for Mon May 11 19:27:01 2020
mount.nfs: trying text-based options 'nfsvers=3,addr=IP'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: portmap…

xrkr
- 189
- 7
1
vote
1 answer
Android NFS Client
I have found a good library to implement an Android NFS Client 'nfs-client-java', I'm creating an Nfs3 Client and I can access files and create new files... on the server. But the problem is that I can't mount the whole shared directory from the…

SoulaimenK
- 584
- 2
- 6
- 20
1
vote
1 answer
Execute Docker Container from Firebase/Google Cloud Functions
I need to run a docker container when a Cloud function is triggered. Also, I need this Docker to mount a folder from an NFS file server VM that is running in a Google Cloud Compute Engine.
How can I run a docker container from a Firebase/Cloud…

Ruben A. Chevez
- 327
- 4
- 9
1
vote
0 answers
NFSGanesha Caches kerberos uid/gid for the client
I mounted an export in NFS client , i have provided the "750" user permission for the export.
I started with the user who has RW access. for example "user1".
How to disable to caching at the NFSGanesha side?
Is it caching for the clients IP at the…

SENTHILKUMAR
- 11
- 1