Skip to main content

Questions tagged [nfs]

Network File System (NFS) is a distributed file system protocol originally developed by Sun Microsystems 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.

0 votes
1 answer
625 views

I am trying to mount a network share and I am getting the error mount.nfs: mount(2): Operation not permitted On the server (Debian 13) there is an export configured: /home 192.168.1.0/255.255.255.0(...
dr_agon's user avatar
  • 111
1 vote
0 answers
72 views

I have a NFS share on a Debian (trixie) box on my local network. I can connect to the share and use it from my Windows 11 machine, but all the files that are created from the windows machine have the +...
Greg's user avatar
  • 111
0 votes
1 answer
237 views

I've created nfs server on Debian 13 with few exports which I need to be separated between clients but it seems if the client knows the other folder name inside NFS root directory, it can mount it, ...
Marcin's user avatar
  • 1
0 votes
0 answers
71 views

We have millions of small (1KiB to 50KiB) files stored on a Dell PowerScale NAS. The NAS has a 512KiB block size, which means 75% wasted space (determined by comparing du -s with du -s --apparent-...
RonJohn's user avatar
  • 467
0 votes
0 answers
54 views

There is a switch, a server and a storage (NFS). Server and storage are connected via said switch on VLAN 28, all nicely working. Enter another switch, which is connected to first switch via a network ...
gmelis's user avatar
  • 697
1 vote
1 answer
99 views

everyone, At home, I have a router/modem which gives local network addresses via DHCP in range 192.168.1.0/24 (network A). This network provides also wifi to part of my house. To this local network I ...
LobaLuna's user avatar
  • 125
0 votes
0 answers
156 views

Abstract: I am using all_squash, anonuid=3001 and anongid=3001 on my nfs export, but am only able to access files and folders belonging to both, the user 3001 and the group 3001. For folders belonging ...
chrolish's user avatar
0 votes
1 answer
230 views

I am trying to share a directory through NFS to other PCs. For this I want to run a NFS server on the PC and offer the NFS share. In /etc/exports I have added: /path <ip_of_pc_that_mounts>(ro,...
Simon T.'s user avatar
0 votes
0 answers
91 views

I am having a Setup issue while trying the following approach: macOS M1 Host Vagrant (Alpine + ubuntu2204) + QEMU as: vm1 = "vm1" vm1_ip = "172.28.128.21" Vagrant.configure(&...
Francis's user avatar
  • 127
0 votes
1 answer
145 views

I have a Red Hat Linux server which has multiple NFS shares attached. The NFS host has both SATA and NVMe-connected drives. I do not have access to the NFS host. Our application requires that the ...
Kishan's user avatar
  • 103
1 vote
0 answers
175 views

I'm booting Debian bookworm over PXE using an NFS as the root file system. My kernel command line options are root=/dev/nfs nfsroot=192.168.70.1:/clients,ro ip=dhcp This works fine. I get an IP and ...
hanno's user avatar
  • 121
1 vote
1 answer
329 views

I currently have a NFS server 4.1 running. It is being used as a data store for Kubernetes pods. This setup means that all pods on a k8s node uses the same single connection to the nfs server. So 18 ...
Daxcor's user avatar
  • 21
0 votes
2 answers
567 views

I managed to setup NFSv4 server and client. I am able to create ACL permissions on file "test" via # nfs4_setfacl -a A::[email protected]:rwaDxtTcCy test The "user1" is ...
HWe's user avatar
  • 31
1 vote
0 answers
187 views

I have 2 AIX servers. Server A: mounts an nfs from nfs_server_A into /some_location/. Server B: mounts an nfs from nfs_server_B into /some_location/. Both use the same options: bg,hard, rsize=262144,...
Olivier Dulac's user avatar
1 vote
0 answers
149 views

I have a home NAS running unRaid and my Windows 11 machine mounts it through NFS as a mapped device. From the network usage in task manager I see my Windows 11 machine is constantly reading the NFS to ...
Qin Heyang's user avatar

15 30 50 per page
1
2 3 4 5
42