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
0 answers
47 views

Mount SFTP directory in NFS Share

Here's my issue : I have setup an SFTP with chroot directory is /sftp/usersftp In this chroot directory i have two subdirectory IN/OUT On the same serveur i had created a user with $HOME=/data/...
Kain Taozia's user avatar
0 votes
1 answer
243 views

"Operation not permitted" when accessing a NFS mounted directory inside a docker container

I am working on a Web-App which needs access to a QNAP-NAS file system to edit and create directories and files inside it. In order to mount the NFS to the docker container, I used the following ...
JoanAcero's user avatar
1 vote
0 answers
247 views

Mac Sonoma can connect to NFS via Finder but not access via terminal

I need to read files from a NFS storage. Via Finder, I can connect to the server by nfs://<server>/<path>, and read files via Finder. The mount appears as /Volumes/<path>, but from ...
TieDad's user avatar
  • 151
0 votes
0 answers
104 views

systemd before,after,requires all not working like expected

I have an nfs mount on a debian12 system running systemd252, i need this to be mounted at startup before zfs but after network-online.target, so i tried using /etc/fstab but that keeps loading before ...
user9503's user avatar
0 votes
0 answers
70 views

Permission denied for AD group for NFS directory

I have permission denied problem with NFS share. On server1 I have /etc/exports file with content: /data/test server2.example.com(rw,no_root_squash). /data/test directory has 770 permissions with ...
Grad's user avatar
  • 1
0 votes
0 answers
39 views

Netbooting debian with NFS root but cannot get root access

I'm booting debian 12 via PXE and mounting / over NFS. This is seemingly working quite well. I created the disk by installing Debian from the CD onto a disk and mounting it onto /mnt/debian on my ...
Andrew Holway's user avatar
0 votes
1 answer
65 views

Does NFS have an intelligent algorithm for managing concurrent reads of NFS files by multiple processes?

I have a use case where multiple processes start simultaneously on one machine and all open the same set of NFS files (actually stored in another machine in the LAN) to process their content in ...
Xiaoyong Guo's user avatar
0 votes
1 answer
281 views

"Permission denied" when `rm` ing a file (in an NFS mount), even when using sudo

Context: Storage is a Kubernetes Persistent volume, provided by a TrueNAS NAS and accessed via NFS (with k8s accessMode ReadWriteMany) I have checked the Permissions for the TrueNAS Dataset and ...
scubbo's user avatar
  • 199
1 vote
0 answers
84 views

Can rsync ignore errors that happen due to NFS cache inconsistency?

I have a process running on Linux that repeatedly updates a file on an NFS filesystem. The process writes the new data to a tempfile (on the same NFS) and calls the rename() syscall to replace the ...
Kerrick Staley's user avatar
0 votes
0 answers
325 views

why does rsync not update times on remote even when itemize changes shows time differences

I'm using rsync to sync files from one NFS mount to another NFS mount. Files exist at the remote location already because of a previously executed scp command from the local mount. The consequence of ...
Daniel Klisiewicz's user avatar
0 votes
0 answers
50 views

NFSv4 slow copying from client to server

Although all my computers have been running Linux for at least 15 years, I consider myself a cookbook admin. Meaning I web search and then do a lot of copy/paste what seems to be the most correct ...
roycrt's user avatar
  • 1
0 votes
0 answers
35 views

Creating a hybrid SELinux policy for a specific directory?

I have a machine "NFS-Server", a machine "Hybrid", and a machine "TFTP-Client" which I would like to connect in the following way: NFS-Server allows Hybrid to mount to a ...
eakirk16's user avatar
3 votes
1 answer
654 views

What is the meaning of the manage-gids parameter in /etc/nfs.conf?

I have run into an issue (on a system which I am not root) where there is a directory using an acl to manage access, I should be allowed access (and I am allowed access if I do a newgrp to one of the ...
lagnut's user avatar
  • 33
0 votes
0 answers
51 views

Can "File History" be backed up to an NFS-share?

My Windows 11 desktop mounts this particular filesystem using NFS -- it is not available as a Windows share -- as drive N:. When I specify N:\MyBackups as the destination in the "File History&...
Mikhail T.'s user avatar
1 vote
1 answer
399 views

How to handle big files with ansible

While testing ansible, I stumbled over an issue with big files and ansible. My ansible directory for testing looks something like this: ansible |- ansible-testing | |- .git | |- big-file-playbook....
MaKaNu's user avatar
  • 145

15 30 50 per page
1
2 3 4 5
42