Skip to main content

All Questions

Tagged with
109 votes
14 answers
130k views

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 ...
CuriousMind's user avatar
  • 1,981
28 votes
5 answers
76k views

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 ...
Daniel Böhmer's user avatar
13 votes
2 answers
3k views

Mount Mac OSX server NFS from Linux <krb5> 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) ...
Chinasaur's user avatar
  • 231
11 votes
1 answer
6k views

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 ...
jdm's user avatar
  • 2,085
11 votes
3 answers
61k views

How to map user IDs on an NFS share?

I have succesfully mounted an NFS share from my remote machine to my local. However, the files I want to edit on the remote machine are all owned by root. How can I mount my NFS drive so that my local ...
Bart Friederichs's user avatar
11 votes
5 answers
5k views

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 ...
qdot's user avatar
  • 886
10 votes
1 answer
6k views

How do you declare a bind mount in NixOS?

I'm trying to declare a bind mount in my NixOS configuration. I'm trying the configuration snippet below, but it sends the OS into recovery mode when I test it out (using nixos-rebuild test). To be ...
kevlar1818's user avatar
10 votes
3 answers
30k views

“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 ...
Jonas Stein's user avatar
  • 1,142
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
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
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
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
1 answer
5k views

using NFS over unreliable networks (wifi/mobile)

I have a NFS server at home (and an openvpn connection that only works outside of home). My phone (Jolla) is basically Linux, and has mobile data/wifi/usb network capability. Basically, I want to ...
AL13N's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
22