Skip to main content

All Questions

Tagged with
5 votes
1 answer
3k views

Optimizing NFS share for many small files

I'm attempting to setup a file share system for a system where users are given access to ephemeral virtual machines to work on projects that read/write a large amount of small files. For example, a ...
Patrick Bell's user avatar
0 votes
1 answer
1k views

Can't open a mount point folder which is within a NFS share

I have a raspberry pi. I have shared the /home/pi/ folder via NFS like this: contents of /etc/exports /home/pi *(rw,all_squash,insecure,async,no_subtree_check,anonuid=1000,anongid=1000) From ...
user11230's user avatar
  • 497
2 votes
0 answers
23k views

How to share a directory on a Linux machine to a Windows machine via NFS?

What are the full steps one needs to do to mount a directory from a Linux machine as a network drive on a Windows machine via NFS? Incomplete answer: Linux side: Install the NFS server and ...
Vladimir Panteleev's user avatar
0 votes
1 answer
128 views

How to share a folder on a computer behind a router to nodes outside the router?

I want to share a folder on a computer X to several other nodes, say A, B, C, which are on the same LAN. X is behind a router, and the router's IP address might change over the time (it's DHCP-...
leeyee's user avatar
  • 101
0 votes
1 answer
6k views

Can I force NFS clients to map all user/groups to "nobody" on shared files?

I have just successfully set up a NFS client and server. I have just been surprised by NFS's willingness to handle UIDs unchanged between the client and server. For example, suppose these user names/...
spraff's user avatar
  • 2,228
0 votes
1 answer
2k views

Accessing Linux NFS Shares using Windows Explorer

I have a Linux Machine (CentOS 6.4) using which I exported a NFS Share. I'm pretty sure that this is an NFS Share since I Created an entry in /etc/exports Ran the command exportfs -avr Now when I ...
Dhiwakar Ravikumar's user avatar
0 votes
1 answer
138 views

Is it possible to share files over multiple protocols?

If you have a (linux) server, is it possible to share certain files and folders using more than one protocol? For example, sharing a file over SMB and NFS. If it is possible, is this recommended? Or ...
Ruben's user avatar
  • 113
2 votes
3 answers
17k views

I/O fails to nfs mount (occasionally) - server timed out

I have a Linux-based fileserver (ark) which exports a raid volume over nfs4. Sometimes when doing large copy operations, it will time out. [nathan@ebisu /mnt/extra/disk] rsync -a --progress . /mnt/...
Nathan's user avatar
  • 439
2 votes
2 answers
3k views

NFS shares on OS X

I am trying to connect the NFS version 4 share on my Mac OS X 10.7 with no success: $ pwd /Volumes $ mkdir NFS $ sudo mount_nfs -o resvport,vers=4 192.168.0.1:/var/teterevkov /Volumes/NFS mount_nfs: ...
user avatar
0 votes
1 answer
1k views

CIFS (Windows Share) or NFS for Windows directory share

I have a (Virtualized) Linux server which I'd like to backup regularly. The rest of our environment is Microsoft and our backup solution (ArchiveIQ) runs only on Windows - there are no Linux clients. ...
swasheck's user avatar
0 votes
1 answer
5k views

Providing permission to specific user to access NFS share

I have two machines between which I need to share a folder. On server1, I have the user 'appuser' that needs to access (read/write/delete) on this share. On server2, 'root' accesses this share and ...
siliconpi's user avatar
  • 2,777
5 votes
3 answers
666 views

Connecting one Linux host's filesystem to the other in a way that tolerates network interruptions

I have two Linux hosts (both running Ubuntu 10.04) and I want one of them to have access to part of the filesystem of the other. I.e. I want remote1 to be able to access the files of remote2:/home/...
davidA's user avatar
  • 372
0 votes
1 answer
1k views

Using Full Access NFS Shares

I am currently trying to set up a small network in which my first computer has a NFS share going to three other computers. I have been able to set up this share correctly, however I am having problems ...
Michael D's user avatar