0
votes
1answer
75 views
What is the relationship between NFS and caching?
This seems like it should be blindingly obvious, but I cannot see the answer. Does NFS have caching? How does it work? Does it simply leverage your operating system/filesystem cac …
2
votes
0answers
54 views
Locking in Python/Django over NFS
I'm occasionally getting the following exception when running the code below:
Traceback (most recent call last):
File "/home/user/locktest.py", line 9, in <module>
loc …
0
votes
0answers
32 views
setting up NFS (network file system) on gnu/linux(Red Hat Enterprise Edition) [closed]
I have two machines, first one running RedHat enterprise linux 5 and second one running RedHat Enterprise Linux 4. I have connected these two machines via LAN. I have been attempti …
0
votes
2answers
52 views
Recovering Apache from a mounted, unavailable NFS Mount
Hello -
I have several web applications in production that utilize NFS mounts to share resources (usually static asset files) among web heads. In the event that an NFS mount bec …
0
votes
2answers
260 views
Can reverse DNS be turned off for NFS?
We have setup 3 Virtual Machine server machines that mount the VMs from 2 other storage machines. We mount the VMs from the storage servers to have less data to move when moving th …
1
vote
1answer
52 views
Is there a good way to detect a stale NFS mount
I have a procedure I want to initiate only if several tests complete successfully.
One test I need is that all of my NFS mounts are alive and well.
Can I do better than the brute …
0
votes
0answers
32 views
How to move several terabytes of files with an unstable NFS connection? [closed]
Dear all,
I have inherited a proprietary, distributed storage system that exposes its files through NFS. I need to move these files off the system. The trouble is that NFS links …
0
votes
3answers
444 views
NFS problems on Debian machines
I'm trying to share some directories with NFS among Debian machines. In order to do so, I installed nfs-common and nfs-kernel-server on the server machine. It seemed that starting …
1
vote
1answer
50 views
Reading UNIX file properties via C# over NFS
Hi,
i have two servers.
solaris 10 acts as a NFS server
win 2003 ernterprise server with installed UNIX/NFS extensions acts as a NFS client
The win 2003 server has mounted one …
0
votes
1answer
38 views
How Can I Recover a .nfs file?
I have been working on an algorithm in Python, and I was using Vim to edit this file. I opened it up, did a save, and it came up with an Error something like it occasionally does: …
0
votes
2answers
36 views
NFS File names Chars outside the ASCII standard?
Well i have implemented my own NFS server and everything is working good but how do i encode chars that arent part of the ASCII standard? the XDR RFC says that strings are encoded …
0
votes
1answer
50 views
How do i compile nfsutils for MIPS architecture?
I need to run an nfsclient on a MIPS target machine, and nfsserver on an x86 machine. Tried to google, but couldn't find an exact solution. Can someone help me with how to compile …
0
votes
1answer
44 views
Ruby code on NFS mount, using another file on same mount causes problems.
I'm working on an embedded system whoose details are explained at the end of this post. Tools are ruby on linux.
I put my ruby code on a remote NAS device on network and mount it …
0
votes
1answer
44 views
NFS CREATE File (overwrite) = zero size?
Im implementing NFS and almoste done but the RFC section 3.3.8 says this in its description:
mode
One of UNCHECKED, GUARDED, and EXCLUSIVE. UNCHECKED
mean …
1
vote
1answer
42 views
(sun)RPC auth_unix
Im implementing my own RPC framework and well moste of the stuff is done but i need some help how do i verify a auth_unix? the structure of the data is definied in http://www.faqs. …
