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.

10 votes
4 answers
66k views

How to mount NFS export on Mac OS X?

I have FreeBSD (test.local) box configured as NFS server. And I'm trying to mount its NFS sharing form my mac (hhmm.local) /nfs hhmm.local /nfs has 777 permission. And I checked from mac that ...
Eonil's user avatar
  • 5,854
10 votes
2 answers
35k views

How to get NFS Server on Windows 10?

Although NFS Client/Server exist on Windows Server versions. I'm using Windows 10 Pro, and there's just the NFS Client available. How can I get this NFS Server (provided by Microsoft) in Windows 10 ...
LeMike's user avatar
  • 101
10 votes
3 answers
50k views

NFS mount fails, permission denied, no export entry

I have a problem mounting a NFS share that I can't solve that is driving me nuts. This is the situation: Three machines involved: Host A: mandrake, IP 192.168.1.4, NFS server Host B: athlon64, IP 192....
Florian's user avatar
  • 513
9 votes
4 answers
25k views

How to set identity for Windows client for NFS without identity server?

I am using the Windows 7 NFS client to access a Fedora FC 11 NFS Server. The identity presented by Windows NFS Client to the NFS server can only be set in AD or if running a special identity server ...
Mike's user avatar
  • 1,242
9 votes
2 answers
17k views

Alternative to NFS or better configuration - instable network, simple to set up

We are currently using NFSv4 for file sharing in a small office. Unfortunately the network is not very stable and it seems to have huge impact on the Ubuntu clients if the network is gone: The whole ...
Alex's user avatar
  • 1,427
9 votes
1 answer
3k views

How to disable zsh tab completion for NFS dirs?

I use zsh and its tab completion. When I accidentally hit tab in a (slow) NFS dir, zsh takes way too long. Even worse, if the NFS is down, and I hit /mnt/[tab], my whole shell locks up. How can I ...
SRobertJames's user avatar
8 votes
3 answers
8k views

How can I have two files with the same name in a directory when mounted with NFS?

I have a C++ application test that creates 10,000 files in an NFS mounted directory, but my test recently failed once due to one file appearing twice with the same name in that directory with all the ...
WilliamKF's user avatar
  • 7,968
8 votes
3 answers
12k views

Making an NFS mount on the host visible and read-write inside Docker container

I am new to Docker and I want to use it to get a controlled compilation environment for my code. I already have a Docker image with all the tools I need. My problem at the moment is as follows: I ...
mbrandalero's user avatar
8 votes
1 answer
2k views

Which network file systems do not implement locking correctly?

As a common cause for file corruption, documentation often cites as cause "NFS that doesn't implement file-level locking correctly" or something similar, e.g., for SQLite: How to corrupt an ...
peterchen's user avatar
  • 1,724
8 votes
2 answers
15k views

How to configure permissions for linux NFSv4 client with Synology NAS?

I have an established Linux server (Ubuntu 12.04) and a new Synology NAS and am having trouble getting correct NFS user permissions on the mountpoint. The server also mounts an NFS export from ...
Mike S.'s user avatar
  • 181
7 votes
3 answers
22k views

Non-root users cannot access NFS mounted directory

I have a Synology NAS sharing a "MEDIA" folder by NFS. I would like to access this folder from my Plex Media Server (running on Debian). I added this line to the /etc/fstab file: nas.lan:/volume2/...
gilgha's user avatar
  • 71
6 votes
3 answers
17k views

How to determine whether a directory is on an NFS mounted drive?

How can I determine whether a given directory on a Linux machine is from an NFS mounted drive or not?
WilliamKF's user avatar
  • 7,968
6 votes
2 answers
21k views

How to mount an NFS share on WSL2?

How can I mount an NFS share from WSL2 on Windows 10? sudo mount -t nfs 192.168.1.101:/mnt/tank /mnt/tank fails with mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: ...
Jacob Pavlock's user avatar
6 votes
1 answer
6k views

NFS & Lion connection is not working

I am a web developer and I'm trying to establish a workflow between OSX Lion ( Design + Development ), Parallels + Ubuntu preproduction server. I am trying to create a connection to share files ( ...
Xavi Colomer's user avatar
6 votes
1 answer
14k views

Aliasing NFS export path

Is there a way to define an alias for a NFS-exported directory directly inside /etc/exports (without using a symlink)? For example, I want to access this export /home/username/nfsdir 192.168.0.100(...
AndiDog's user avatar
  • 646

15 30 50 per page
1
2
3 4 5
42