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.

0 votes
0 answers
18 views

NFS permission for other - operation not permitted

I have a NFS trouble. Server: $cat /etc/exports /opt/1865/conf/ 10.10.14.196(rw,sync,no_subtree_check) $id uid=999(usr1) gid=1003(grp1) groups=1003(grp1) Client: $cat /etc/fstab | grep nfs 10.10.14....
Irbis's user avatar
  • 1
0 votes
0 answers
30 views

Understanding the contents of rmtab

man mountd states: The rmtab File The rpc.mountd daemon registers every successful MNT request by adding an entry to the /var/lib/nfs/rmtab file. When receivng a UMNT request ...
cheersmate's user avatar
-4 votes
0 answers
41 views

NFS mixup with mounted ISO images [II] [duplicate]

Hello dear forum readers, This is a rephrase of my post # 779647 (which became too big to get to the point) and is based on further testing (with SMB). My problem: I have made an offline Debian ...
Steijn van Essen's user avatar
1 vote
0 answers
81 views

NFS mixup with mounted ISO images

I have made an offline Debian software repository with currently 49 DVD images on my NAS. I created a single directory '/mnt/ISO-images' which contains the 49 mountpoints. I export this single ...
Steijn van Essen's user avatar
1 vote
0 answers
17 views

Remounting an overlayfs on underlying filesystem failure

I have quite a bit complex setup. I'm running https://github.com/demostanis/demolinux. The root filesystem is made out of an overlayfs between a btrfs read-only subvolume and a read-write btrfs ...
demostanis's user avatar
0 votes
0 answers
19 views

Near errorless issue with VirtualBox and/or nfs

Server/host: DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS" Server NFS-common version: nfs-common/jammy-updates,now 1:2.6.1-1ubuntu1.2 amd64 [installed,automatic] Server NFS-server: nfs-kernel-...
brad's user avatar
  • 207
3 votes
1 answer
138 views

Why does df shows same as "du --apparent-size"?

That seems completely backwards. (The block size on this NFS share is 512KiB, causing 20% waste, but that's a different issue.) $ df -BM --output=used,target /Database/backups Used Mounted on ...
RonJohn's user avatar
  • 1,144
0 votes
0 answers
180 views

Autofs - setautomntent: lookup(sss): setautomountent: entry for map auto_master not found

I am trying to set up my NFS system between my server node and my client node running on rhel9. They are both on different physical servers on the same network. The nfs-server daemon is properly ...
paul runner's user avatar
0 votes
1 answer
24 views

Unable to install autofs on rhel9

When I try sudo dnf install autofs, I get this error: [MIRROR] autofs-5.1.7-58.el9.x86_64.rpm: Status code: 403 for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/Packages/a/autofs-5.1.7-...
paul runner's user avatar
0 votes
1 answer
70 views

How to delete a directory whose name has special characters

My ./imap directory contains two folders with names containing special characters : ‘No’$‘\351’‘.sbd’ ‘S’$‘\351’‘gol’$‘\350’‘ne.sbd’ (these are the full names with no other characters added). The ...
Josef's user avatar
  • 1
0 votes
0 answers
37 views

Is it impossible to overwrite a 0byte file on NFS?

I have set up NFS using AWS Storage Gateway and File Share on a Mac environment. When using a specific program to create 0byte files on this NFS, if a file with the same name already exists, the ...
derick-park's user avatar
0 votes
0 answers
16 views

/etc/cups/cupsd.conf - on a share across 2 servers

I have two servers which has to see all the same network printers. Please advise if I can change the location of the /etc/cups/cupsd.conf file to something like /etc instead? My /etc/cups is the same ...
zalu's user avatar
  • 1
0 votes
0 answers
87 views

NFS mount fails with peculiar errors (as plain user and root)

When I try to manually mount with this command: mount -t nfs <server-ip>:/srv/nfs4/share1 /mnt/data as non-root user, I am getting the error mount.nfs: failed to apply fstab options.  When ...
Parsa Loi's user avatar
0 votes
0 answers
68 views

Running find on NFS mount much slower on RHEL8 vs RHEl7

I'm in the process of replacing some RHEL7 NFS server/client systems with RHEL8 systems, performing the same functions. On the RHEL8 NFS client, I noticed running a find command on the NFS mount, is ...
keyboard_banger's user avatar
0 votes
1 answer
179 views

Connection refused for NFS client

I configured the NFS server to allow connections from a /24 subnet. When I run the showmount -e <nfs-server-ip> on a client the configuration is printed. When I run rpcinfo -p <nfs-server-ip ...
Parsa Loi's user avatar

15 30 50 per page
1
2 3 4 5
72