Questions tagged [nfs]

Network File System (NFS) is a network file system protocol originally developed by Sun Micro systems in 1984, allowing a user on a client computer to access files over a network in a manner similar to how local storage is accessed. NFS, like many other protocols, builds on the Open Network Computing Remote Procedure Call (ONC RPC) system. The Network File System is an open standard defined in RFCs.

Filter by
Sorted by
Tagged with
0 votes
1 answer
34 views

mount.nfs: access denied by server while mounting results in NFSv4 Access Denied error

This is weird and I have run out of places to look. Any advice would be most welcome. There are three hosts involved on the same VLAN as follows: trillian (192.168.1.3/24) - VM running Alma Linux 9....
tsgsh's user avatar
  • 1
0 votes
0 answers
23 views

NFS mount becoming unbearably slow over time with high number of test_stateid RPC calls

At work, we have several workstations in a computer pool with user homes on our central NAS, mounted via NFS. We're facing the issue that file access on these shares sometimes becomes unbearably slow ...
Ferdinand Mütsch's user avatar
1 vote
0 answers
25 views

truenas NFS on kubernetes

I am using the following link to setup my k3s setup with Truenas. I am only interested in NFS. I will not be doing ISCSI. After I applied the "helm upgrade --install --create-namespace --values ...
user2236794's user avatar
0 votes
0 answers
43 views

setting up a NFS server on a kubernetes cluster

as part of tests I'm doing, I'm attempting to set up a NFS server on my cluster that all of the other pods could use to mount the data folder through. similar to this set up: Image I've tried ...
Omerpe's user avatar
  • 1
1 vote
0 answers
18 views

GlusterFS Critical Error: Negative fsal_fd_global_counter Freezes NFS Shares - Seeking Root Cause and Resolution

I'm encountering a critical issue in my GlusterFS setup that is causing NFS share freezing, leading to significant production downtime. The logs indicate a recurring error message: 21/11/2023 16:03:34 ...
JannisDev's user avatar
1 vote
0 answers
42 views

autofs --timeout option not accurate

I have a simple autofs config where I set the option --timeout=30 on an indirect mapping. When I access the unmounted storage via ll /my/mount/path and do a watch -n1 "mount | grep /my/mount/path&...
Florian 's user avatar
0 votes
0 answers
24 views

Issues with NFS Boot on Jetson Xavier using Bridged Interface with DHCP on R32.7.2

I am currently working on setting up NFS boot on a Jetson Xavier device and have run into some issues I hope to get assistance with. I'm using Jetson Linux R32.7.2 and have been trying to configure ...
SeanB's user avatar
  • 1
0 votes
1 answer
30 views

Statefulset Kubernetes : volumeMounts[0].name: Not found

In https://kubernetes.io/docs/tutorials/stateful-application/cassandra/ we read in the /application/cassandra/cassandra-statefulset.yaml sample: So... I deployed an nfs-subdir-external-provisioner ...
Raphael10's user avatar
  • 155
0 votes
1 answer
33 views

Kubernetes NFS Server is not reachable via Service endpoint

I have deployed NFS Server using following manifest --- kind: PersistentVolumeClaim apiVersion: v1 metadata: name: nfs-pv-provisioning-demo namespace: nfs labels: role: nfs-server spec: ...
rp346's user avatar
  • 121
0 votes
1 answer
32 views

NFS Stale mounts logging and tracing

We have a large filesystem exported via NFS and mounted to several Linux Servers. These mounts seem to go stale for some seconds during the last days making the apps using those mounts to freeze. ...
trikelef's user avatar
  • 528
1 vote
0 answers
41 views

Debian NFS client-side permissions issue

I have the following environment: host1: Debian 12 with zfs 2.1.11 : open ldap server with default packages, nfs-utils 2.6 host2: Debian 12: open ldap client with default packages, nfs-utils 2.6 On ...
Adam Błaszczykowski's user avatar
0 votes
1 answer
39 views

NetBSD 9.3 - NFS Permissions

I have installed NFS on a server in my lab, the server exports two disks, /disk1 and /disk2, i can successfully see the exported drives using: showmount -e 192.168.1.245 I can also mount the drives: ...
user1359448's user avatar
0 votes
0 answers
114 views

Is it normal that rpc.mountd keeps on attaching and detaching clients?

As a follow-up from this question, I have a server (using Nixos) and providing home directories through nfs on my school network, and there is A LOT of attaching and detaching. Here is an excerpt of ...
Oblivier's user avatar
1 vote
0 answers
126 views

How can I fix my unbearably slow NFS linux server?

I'm currently struggling with an extremely slow server providing home directories through NFS, and I cannot figure out the origin of the problem. It's all running on Nixos, but I don't think that's ...
Oblivier's user avatar
1 vote
2 answers
141 views

How to make NFS server start if a disk mountpoint export fails to mount?

Consider the following /etc/exports: /verbatim 192.168.0.0/255.255.255.0(rw,sync,no_subtree_check) /sandisk 192.168.0.0/255.255.255.0(rw,sync,no_subtree_check) /verbatim and /sandisk are mountpoints ...
bagratte's user avatar
1 vote
1 answer
78 views

NetBSD 9.3 - NFS Setup /etc/exports

I am trying to setup NFS, i have run into some problems with regards to /etc/exports When the content of my /etc/exports file is this: /data1 192.168.1.213(rw) I get this from showmount -e 192.168.1....
user1359448's user avatar
0 votes
0 answers
33 views

Recommended timeo setting for NFS hard TCP mounts

We're using NFS version 3 TCP hard mounts and trying to tune behavior when there is a network interruption. https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html suggests ...
gerard's user avatar
  • 303
2 votes
1 answer
49 views

Azure NFS migration from on prem NFS

Context: We are working on a data migration project involving the synchronization of data between an on-premises NFS filesystem and an Azure NFS-based file share. The goal is to ensure a seamless ...
green's user avatar
  • 21
2 votes
0 answers
73 views

Slow NFS performance on multi-user systems

We're using mounted NFS drives on multiple multi-user Ubuntu systems. From times to times, the NFS read and write performance is very slow, taking many minutes to perform a simple ls operation. On ...
Green绿色's user avatar
1 vote
0 answers
212 views

unable to mount NFS from command line. Works fine from fstab. works fine if I disable iptables

Ubuntu 20.04, with IPTables firewall. I explictly allow NFS ports in an out of servers. return (Related or established sessions are permitted) I have explicity set ports in /etc/sysctl.conf for all ...
Jwaltrip4's user avatar
0 votes
0 answers
77 views

Memory mapped files filesystem access over NFS performance

I'm debugging a system that is accessing files on AWS EFS, where the EFS reaches is peak throughput because of IO operations. I noticed that the application is sometime reading memory mapped files in ...
yogi's user avatar
  • 101
0 votes
0 answers
106 views

Multiple IP nfs mounts

We have an enterprise file system that provides multiple IPs, server by several nodes. Our clients are Ubuntu 20.04 mounting based on a DNS name that returns a set of IP addresses. This seems to work ...
gerard's user avatar
  • 303
0 votes
1 answer
52 views

Accessing group-only folder on Overlayfs2 on NFSv4 with root_squash enabled?

Background For a NFSv4 export/share the by default enabled root_squash option will force NFS to change the client’s root to an anonymous ID. This will, in effect, increase security by preventing ...
Rovanion's user avatar
  • 629
0 votes
1 answer
210 views

How to secure NFS server in kubernetes

I'm running NFS server in kubernetes and use this NFS server only for PVC provisioner. So, another pods that is not PVC provisioner or don't use nfs volume provisioned by provisioner actually don't ...
lunuy lunuy's user avatar
0 votes
0 answers
27 views

Why showmount receive local IP(get error timed out)?

I configured NFS over WAN(Internet) on VPS. VPS in Moscow, me near, The ping over Internet is about 5ms And mount work well(both on two clients, with CentOS and Ubunutu) But showmount doesn't work on ...
Andrew's user avatar
  • 1
0 votes
1 answer
40 views

Home directory, user database and key-based authentication

I want to share it NFS share with my users just like the home-directories (traditional way), but I don't want to create the users instead I want to get the server integrated with the github or google ...
AAB's user avatar
  • 13
0 votes
0 answers
18 views

Distributed file system network booted hosts

Having task to utilize old servers as a backup distributed file system like MooseFS I see a collision in whole concept: DFS is fault-tolerant and keep track of HDD status by itself, so any file system ...
kab00m's user avatar
  • 508
0 votes
0 answers
185 views

Error running PostgreSQL Deployment in Kubernetes: "No such file or directory" for data directory

I am trying to deploy a PostgreSQL database using Kubernetes and encountered an error related to the data directory. Below is my YAML configuration for the Deployment: apiVersion: apps/v1 kind: ...
Ed Black's user avatar
4 votes
2 answers
281 views

Cannot write files into highly available NFS storage created with DRBD and Pacemake. (Permission denied error returned)

I am trying to set up a highly available NFS storage with DRBD and Pacemake (first time doing this), on 2 Fedora 38 VMs. My main guidance on this endeavor were these 2 docs: doc1 doc2 I've managed to ...
Yonoss's user avatar
  • 137
2 votes
1 answer
131 views

Able to get Kerberised NFSv4 export mounted once, not subsequently. 'Access denied by server while mounting'; 'Additional pre-authentication required'

Able to get Kerberised NFSv4 export mounted once, not subsequently. 'Access denied by server while mounting'; 'Additional pre-authentication required' Hi, I'm new to Kerberos, but have some experience ...
Ansel Pol's user avatar
0 votes
0 answers
391 views

SonarQube Installation Issue - “Fail to unzip plugin [python]”…”Operation not permitted”

I'm having an issue where SonarQube 10.1.0 Community seems to be having a difficult starting for the first time. I've set it up using Kubernetes (K3s v1.27.1) and adapted the official SonarQube Helm ...
William Miceli's user avatar
0 votes
0 answers
174 views

Migrating Snipe-IT asset Management from Docker to K8s

I have been running Snipe-it app (a Laravel based asset management software) on my Docker environment since a year ago, now I want to migrate it to K8s with its existing data, to move the data of the ...
Noor Muradi's user avatar
0 votes
0 answers
119 views

Access rights are not inherited for new files

I am trying to provide an NFS share on a Windows Server 2022. This share is mounted by different Linux/Solaris systems. The plan is to keep everything simple in the first place. The share should ...
fpdragon's user avatar
  • 141
1 vote
0 answers
212 views

NFS Server for WS2022 is not working afer migrating to a different drive letter

One should mean that this is a prette strait forward task. I am using Windows Server 2022 and installed the "Server Role" "NFS Server". I shared the D:\ drive as "dev_files&...
fpdragon's user avatar
  • 141
1 vote
2 answers
303 views

Kubernetes network policy prevents NFS PVC from mounting

I have Ganesha NFS server provisioner installed in my cluster as STS according to the documentation. I run it with just a mounted block storage PVC. I deploy a separate NFS server per namespace and I ...
chingis's user avatar
  • 243
0 votes
0 answers
260 views

Setup kerberos with nfsv4 for no_root_squash mounts

I am very new to kerberos and nfs. Kindly help to know if this is feasible. The NFS server is Truenas scale and client is ubuntu 22.04 desktop. nfs v4 is enabled in Truenas server and exports /export/...
tachy's user avatar
  • 13
0 votes
1 answer
102 views

Firefox and other browsers not opennig, possibly relatd to NFS

I have a setup with a NFS server sharing the /home directory with some clients. Randomly, those clients are not able to open any browser (firefox, chrome, vscode [which is browser based]). I have not ...
iluvatar's user avatar
  • 101
0 votes
1 answer
120 views

If the default nfs4 ACL 'deny access' why do default ACLs frequently contain A::EVERYONE@:rxtncy?

Is there an alias for deny that I could use? So far I have not had any luck removing the EVERYONE@ ACE. Maybe that a bad idea. You tell me. I was just able to nfs4_editfacl and change the A::EVERYONE@...
mr.zog's user avatar
  • 931
1 vote
0 answers
285 views

Why am I getting "Permission Denied" when trying to write to NFS mount using AWS EC2 EFS mount as server and OSX as client

I have a folder like this $ ls -al /mnt/efs/main/ total 8 drwxr-xr-x. 3 root root 6144 May 24 02:35 . drwxr-xr-x. 3 root root 18 May 23 23:59 .. drwxrwxrwx. 2 nobody nobody 6144 May 24 03:04 ...
Jackie's user avatar
  • 171
1 vote
1 answer
298 views

Setup SSO : openldap, kerberos, nfs(truenas) :

Currently I am able to setup a SSO NFS setup with openldap ldap server and Truenas NFS server (with LDAP access configured). The ubuntu clients are able to use pam-mount to mount the nfs home shares. ...
tachy's user avatar
  • 13
0 votes
0 answers
104 views

How to change location of NFS share without changing autofs configuration

On our data server we currently share a location on an HDD raid /volume1/folder with multiple linux servers via autofs. Every server mounts this location to /data/shared/folder. We now updated to an ...
doom4's user avatar
  • 101
0 votes
1 answer
193 views

NFS bind mount directories have same filehandle

I have the following exports /exports/nfs 192.168.1.0/24(fsid=1234,sec=krb5p,rw,no_subtree_check,root_squash,crossmnt,async) /exports/share 192.168.1.0/24(fsid=2345,ro,...
yorkle21's user avatar
2 votes
2 answers
222 views

Using file system (AWS EFS) as cheap database for Lambda function

I am designing a database that could easily be represented as a large collection of files containing fixed size records, with sequence numbers 0,1,... This could fit nicely in DynamoDB with the ...
user1055568's user avatar
0 votes
0 answers
152 views

SLURM / NFS based computing cluster with disk uniterruptible sleep issues (state : D)

Context : We have a computing cluster based on 7 servers, running Debian 11: a storage (HDD NAS, ~500TB, RAID5, LVM) a frontal server, running SLURM, nfs-common 5 nodes on which the storage is ...
Grégory Hare's user avatar
0 votes
1 answer
218 views

NFSv4 and CentOS

I have a storage server, running Rocky 8, and multiple clients, using Rocky 8, CentOS 7, and Debian 10/11, that connect via NFS with different exports for different file systems. One of the file ...
Chris Woelkers's user avatar
0 votes
1 answer
50 views

Very slow experience with Students + NFS + Development tools

I teach programming to students in a school where they can all login to any computer; their session files being carried by a common NFS server. We experience very slow execution times when we use ...
Gregwar's user avatar
  • 101
0 votes
0 answers
135 views

deleted files doesn't free up space on nfs volume

I would like to hear your suggestion on why space is not released after files deletion. Jira application uses nfs volume as shared jira home. 12 gb indexes snapshot is created per hour (oldest one is ...
y47999's user avatar
  • 1
2 votes
4 answers
602 views

Creating replicated gluster volume always gives Distributed-Replicate volume

Peace upon you, I am trying to create a replicated gluster volume but always it gives me Distributed-Replicate volume i followed the following commands Pool Peers root@tiny1:~# gluster peer status ...
Yassine Chilali's user avatar
0 votes
0 answers
47 views

NFS Share Access on Suse Linux

Hello Community Members, I am facing an issue where I am not able to connect my NFS share from the Suse Linux VM whenever the firewall on the Suse Linux VM server is enabled. As soon as I stop the ...
Prateek Singhal's user avatar
3 votes
1 answer
941 views

Heavy NFS metadata traffic flooding NFSv4.1 Server (AWS EFS)

We are observing a massive uptick in metadata requests to an NFSv4.1 (AWS EFS) network drive that is linked to a one or more web servers. This started happening about a week ago across a number of ...
Az Ilari's user avatar

1
2 3 4 5
39