Skip to main content

Questions tagged [nfs]

nfs (Network File System) created by Sun Microsystems. NFS allows a client system to access network files as if local.

0votes
1answer
26views

systemd nfs mount/automount unit with changing network environments

I have set up on my laptop a systemd mount and automount unit to mount a NFS share on demand. Naturally, this works as long as I am in the same network as the NFS server. If I leave my home network, ...
THX's user avatar
  • 327
0votes
0answers
45views

monitoring millions of files in linux with fanotify

I have a rather unique setup: Proxmox setup with 2x fileservers (Debian 12), running DRBD for redundancy, XFS as the main data filesystem and then an NFS share set up for our 6 node cluster to access. ...
Mike Manning's user avatar
0votes
2answers
60views

How can I prevent my Linux box from writing to /data when the NFS server is not up and not mounted?

I have a server hosting an NFS mount. I have this mounted on my Linux box. Below is the relevant /etc/fstab entry. 192.168.10.11:/data /data nfs4 auto,nofail,...
IMTheNachoMan's user avatar
0votes
5answers
346views

How can I automatically have the system periodically retry a failed mount from fstab?

I had an NFS share go down and backup due to power outage but the machine that mounts it in fstab just sees it goes down and doesn't try to remount it. I had to remount it manually with.. sudo ...
slowcoder's user avatar
0votes
1answer
66views

Rsync error when transfer files with acls

I've a Debian server that rsync files in a nfs share (Truenas). Nfs share is mounted with systemd: 192.168.88.162:/mnt/pool3/nfsdataset /mnt/systemd/nfs/nfsdataset nfs nofail,x-systemd.automount 0 ...
ancoling67's user avatar
2votes
0answers
31views

Wrong attributes bitmask in READDIR requests on NFSv4.1

I'm struggling the following problem. I have an NFS v4.1 mount, where I have a directory with a couple of thousands files. I'm trying to list their names and types. Even with a minimal example program ...
dmk's user avatar
  • 21
1vote
0answers
52views

After pivot_root, I receive permission denied for every command

Simple config: Small embedded system boots up from its own storage, mounts an NFS share, pivot_roots into it. Facts: New rootfs is mounted by nfs onto /rootfs. Before issuing pivot_root, I bind ...
Daniel's user avatar
0votes
1answer
27views

Why nfsd version 4 disappear from rpcinfo output?

On Solaris, I enable nfs4 with those options vim /etc/default/nfs # Sets the minimum version of the NFS protocol that will be registered # and offered by the server. The default is 2. ...
elbarna's user avatar
  • 13.6k
0votes
2answers
97views

nfs v4 export is adding additional options not specified in /etc/exports

This seems trivial but I've lost too much time searching and reading manuals. RHEL 7.9 server. I have a simple directory being exported on nfs v4, using /etc/exports, with specific options. [ ~]# cat /...
hsx's user avatar
0votes
1answer
20views

Solaris zfs acl: how to force acl inerith for "others"?

With this acl chmod A=owner@:wpdDxrarRsWwA:df:allow,group:nfs-users:wpdDxrarRsWwA:df:allow,everyone@:wpdDxrarRsWwA:df:deny /directory I obtain that directory is available only for nfs-users and owner ...
elbarna's user avatar
  • 13.6k
1vote
0answers
13views

Allow NFS mounted with host key to read everything in a kerberized NFS share

I have a TrueNAS system that my hosts can connect/mount into, to write they should need to have a valid ticket by my KCM, but to read, certain mount points should be able to be read by any host that ...
Braiam's user avatar
  • 36.7k
0votes
2answers
88views

how to prevent an unresponsive nfs server stalling boot without nowaitboot?

Issue: An nfs server is down and it takes your computer down with it! Specifically it blocks booting. A less drastic example is you take your laptop to your friends and then it can't boot because it's ...
netsplit's user avatar
0votes
1answer
202views

NFS v4.2 tuning

https://www.youtube.com/watch?v=JXASmxGrHvY at 5:30 the statement is made if you get NFS tuned just right it is incredibly fast for ultra small file transfers*... at 6:05 I've heard of 4.0GB/sec ...
ron's user avatar
  • 8,301
1vote
1answer
191views

Slow write operation on NFS volume

I have a problem on NFS volumes that appeared two days ago. The problem seems related to write operations, with the following taking a longer time (10s of seconds) to complete : sed -i rm Editing and ...
bdem's user avatar
0votes
0answers
49views

Advice on Keeping Directories Synced Between Two Linux Laptops?

I need advice about syncing directories between two Linux laptops. Currently, I'm using Google Drive mounted with google-drive-ocamlfuse on both machines, but it's causing significant performance ...
Chuck Garcia's user avatar

153050per page
close