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.

The NFS client aims to make transparent remote access to the user's computer, and this interface client and server, run through the NFS client-server protocols, is well defined when the user to call a file / directory on the server, you seems to be accessing locally, and is working with remote files.

For customers to access the files, there is a request to the server, depending on the permissions of the client, responds confirming the request. From this point on the hierarchy of directories and remote file becomes part of the local file system of the machine.

596 questions
106
votes
14 answers

faster way to mount a remote file system than sshfs?

I have been using sshfs to work remotely, but it is really slow and annoying, particularly when I use eclipse on it. Is there any faster way to mount the remote file system locally? My no.1 priority is speed. Remote machine is Fedora 15, local…
CuriousMind
  • 1,931
  • 5
  • 23
  • 29
36
votes
7 answers

How do I mount an NFS share in Windows 8?

I have a NAS that I'd like to mount over NFS. It works great on my Mac, but I cannot figure out how to mount this device on Windows 8. I've searched a bit online, but all the articles seem to apply to Windows 7 and involve the mount command which…
Mike Christensen
  • 3,881
  • 12
  • 33
  • 40
30
votes
2 answers

User ID mapping with NFS on Synology NAS

I have a Synology NAS box (running DSM 5.1), and I've exported a directory via NFS. I'm attempting to mount it on my Ubuntu box. It mostly works fine, but I'm having issues with user and group mappings. On the Ubuntu box, I am uid 1000 (roger), gid…
Roger Lipscombe
  • 2,253
  • 3
  • 22
  • 34
25
votes
5 answers

How to (cleanly) dismount sshfs when mounted on a NFS mount point?

My coworker has a desktop computer with /home shared on our file server. I have developed a Perl script for sshfs-mounting a certain directory on another SSH host which works fine on my laptop. On his computer the script fails to dismount the sshfs…
Daniel Böhmer
  • 805
  • 1
  • 8
  • 18
25
votes
6 answers

How to access NFS share from Windows 7 pro?

Everywhere I see Windows and NFS, there is a mention of some kind of subsystem of unix apps or something like this, but apparently it's not in Windows 7 pro. So the question is: what can I do to get access to NFS share from Windows 7 Pro? What to…
user7385
20
votes
1 answer

Should I replace sshfs with NFS?

I have a server at home accesible via local WIFI. I also have several laptops. I share folders in the server using sshfs due to its ease-of-use. But sometimes I notice lots of connections issues with the shared folders. Is NFS a better solution?
Zhen
  • 873
  • 2
  • 12
  • 28
20
votes
1 answer

Can I password protect an NFS share?

I have two machines on a local network (Ubuntu 11.04). I created an NFS server on machine A. The other machine B receives its IP through DHCP. I want to know if IP is the only way to allow or deny hosts from accessing the NFS share. Is there some…
AnkurVj
  • 1,101
  • 2
  • 10
  • 21
15
votes
2 answers

What are the difference between nfs over ssh and sshfs?

I’m looking for a solution to mount an folder from my homeserver (linux) over the internet. The Data should be encrypted, so that nobody could read my file content or any metadata. I have found multiple solutions: nfs4 over a ssh tunnel as…
oceanBT
  • 253
  • 1
  • 2
  • 6
13
votes
2 answers

Mount Mac OSX server NFS from Linux LDAP?

I'm trying to mount an NFS share from Fedora 16. The server is Mac OS X Server, set up by my coworker. I believe it requires Kerberos/LDAP authentication, so I would start the (probably arduous) process of getting that figured out, but there's…
Chinasaur
  • 231
  • 2
  • 4
12
votes
1 answer

NFS Mount not showing in Windows Explorer

Ok. After several hours of searching Google, I can not find exactly what I need. After mounting an Ubuntu NFS share in Windows 7 via command line, it says it mounts successively. I know it was successful because I can (in cmd) cd to the drive letter…
Oberst
  • 253
  • 1
  • 2
  • 9
11
votes
1 answer

Copy remote files on nfs without round-trip

I have a large amout of data (several GB) on a remote drive, that is transparently mounted via nfs. I'd like to copy these files into a subdirectory of where they are already residing, so everything stays on the same physical disk. For that reason,…
jdm
  • 2,025
  • 5
  • 25
  • 37
10
votes
3 answers

“ls” shows no files in mounted NFS folder, but “cd” works

An NFS share was mounted to /vol/mynfs on a Linux client. It does not show any folders with ls and bash completion does not work in /vol/mynfs too. But after changing to a subdirectory all files are visible. $ ls /vol/mynfs total 0 $ cd…
Jonas Stein
  • 1,082
  • 3
  • 13
  • 31
10
votes
3 answers

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.168.1.64, NFS client Host C: lap-fzs-2, IP…
Florian
  • 483
  • 1
  • 3
  • 9
10
votes
4 answers

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 it's working, hhmm:~ Eonil$ showmount -e…
Eonil
  • 5,524
  • 7
  • 29
  • 33
10
votes
5 answers

Export NFS path containing "-" (dash)

I'm in a bit of a pinch with NFS exports file. Specifically, I can't find a way to export a directory containing "-" in the path name. Manual (exports(5)) states: Also, each line may have one or more specifications for default options after the…
qdot
  • 816
  • 1
  • 7
  • 21
1
2 3
39 40