NFS is an acronym for Network File System, a network file system developed by Sun Microsystems most often associated with the Unix family of operating systems.
25
votes
6answers
31k views
Force unmount of NFS-mounted directory
I have an NFS-mounted directory on a Linux machine that has hung. I've tried to force an unmount, but it doesn't seem to work:
$ umount -f /mnt/data
$ umount2: Device or resource busy
$ umount: ...
18
votes
6answers
8k views
C# int to byte[]
If I need to convert an int to byte[] I could use Bitconvert.GetBytes().
But if I should follow this:
An XDR signed integer is a 32-bit datum that encodes an integer in
the range ...
8
votes
1answer
881 views
ways to improve git status performance
I have a repo of 10 GB on a linux machine which is on NFS. The first time git status takes 36 minutes and subsequent git status takes 8 minutes. Seems GIT depends on the OS for caching files. Only the ...
8
votes
6answers
3k views
Why does NFS use UDP by default?
I'm sure there's some ancient legacy reason for it, but what is it? It seems like a service that's geared towards reliable data delivery.
7
votes
1answer
426 views
Java map / nio / NFS issue causing a VM fault: “a fault occurred in a recent unsafe memory access operation in compiled Java code”
I have written a parser class for a particular binary format (nfdump if anyone is interested) which uses java.nio's MappedByteBuffer to read through files of a few GB each. The binary format is just ...
7
votes
5answers
754 views
How can I tell if a file is on a remote filesystem with Perl?
Is there a quick-and-dirty way to tell programmatically, in shell script or in Perl, whether a path is located on a remote filesystem (nfs or the like) or a local one? Or is the only way to do this to ...
5
votes
1answer
2k views
inotify with NFS
I've recently created a dropbox system using inotify, watching for files created in a particular directory. The directory I'm watching is mounted from an NFS server, and inotify is behaving ...
5
votes
1answer
223 views
Can I get fcntl and Perl alarms to cooperate?
I'm on linux, nfs, with multiple machines involved.
I'm trying to use fcntl to implement filelocking. I was using flock until I discovered it only works between processes on the same machine.
Now ...
4
votes
2answers
200 views
Handling log and configuration files when load balancing apache
So, I am currently rebuilding my web platform from a single-machine to a cluster of machines, and I will be using Apache load balancing to do this., but I have two questions that I need a good answer ...
4
votes
1answer
634 views
open O_CREAT | O_EXCL on NFS in Linux?
When in the Linux 2.6 kernel and in NFSv3 did open("fname", O_CREAT|O_EXCL) became valid? The current canonical open(2) system call documentation ...
4
votes
2answers
4k views
How do I determine if a directory is an NFS mount point in shellscript
I want to write a sh/bash script that can determine whether a particular directory is a mount point for an NFS filesystem.
eg something like
$ mkdir localdir
$ mkdir remotedir
$ mount host:/share ...
3
votes
1answer
98 views
Do network file systems pre-fetch ? (Or: Do Internet File System make optimizations to reduce round trips)
Take the following code snippit:
f = open("/mnt/remoteserver/bar/foo.bin", O_RDONNLY);
while (true)
{
byteseread = read(f, buffer, 1000);
if (bytesread > 0)
...
3
votes
2answers
211 views
How to tell whether two NFS mounts are on the same remote filesystem?
My Linux-based system displays statistics for NFS-mounted filesystems, something like this:
Remote Path Mounted-on Stats
server1:/some/path/name /path1 100 GB free
...
3
votes
2answers
231 views
How to tell (in sh) whether a directory is mounted over NFS
df -t nfs $directory
returns two lines of output if the directory is NFS-mounted and one line if it isn't.
Some versions of df give exit status 1 if it wasn't NFS-mounted, but GNU coreutils 5.3.0 ...
3
votes
2answers
130 views
Redirecting multiple stdouts to single file
I have a program running on multiple machines with NFS and I'd like to log all their outputs into a single file. Can I just run ./my_program >> filename on every machine or is there an issue ...
3
votes
3answers
128 views
When running a shell script, how can you protect it from overwriting or truncating files?
If while an application is running one of the shared libraries it uses is written to or truncated, then the application will crash. Moving the file or removing it wholesale with 'rm' will not cause a ...
3
votes
4answers
3k views
How do I run a command as a different user from a root cronjob?
I seem to be stuck between an NFS limitation and a Cron limitation.
So I've got root cron (on RHEL5) running a shell script that, among other things, needs to rsync some files over an NFS mount. And ...
3
votes
7answers
1k views
Where can I find a C#/.NET NFS implementation?
Is there any implementation of the NFS protocol written in C# or a good documentation thats easy to read so I can implement my own..
Both server and Client are needed but the client doesn't have to ...
3
votes
5answers
916 views
Can't write to FIFO file mouted via NFS
I'm trying to write to FIFO file locate on NFS mount and it blocks. What could be the problem?
My /etc/export:
/tmp/test/ 10.0.0.0/24(rw,no_root_squash,async)
ls /tmp/test on NFS server and client ...
3
votes
1answer
456 views
copying between two directories on an nfs server
If I have two directories on an nfs server, between which I would like to copy a large amount of data (in several thousand files, rather than one large block), is there any way to optimize this to be ...
2
votes
1answer
115 views
NFS cache-cleaning command?
I have a trouble with NFS client-side attribute caching.
I'm using some servers, one is an NFS server and the others are NFS client servers.
All servers are Debian(lenny, 2.6.26-2-amd64 of Linux) and ...
2
votes
2answers
126 views
Why are my code changes not reflected immediately?
I am maintaining a large wordpress site and I am attempting to troubleshoot an unrelated problem by adding trace statements in the code which are nothing more than calls to error_log(). In brief my ...
2
votes
1answer
71 views
Can I programmatically force changes to a file to propagate to all NFS clients?
I have a CMS built in PHP which stores the list of pages, page navigation structure, and the content of pages in files on disk. This application is hosted on a cluster of Apache/php-fpm servers which ...
2
votes
0answers
206 views
Specify CIFS vs NFS for UNC in Windows?
On Windows 2008 Server R2 (acting as a client) I have the Client from Windows Services for NFS installed and a server mounted as Y: with NFS. That server also supports CIFS. When I open a UNC path ...
2
votes
1answer
105 views
SVN Server on NFS3 “Database is locked”
Despite a lots of topics about this error, I'm still having trouble with setting up av SVN Server. Server is running on Scientific Linux 6 and repositories are supposed to be stored via NFS3 on a ...
2
votes
2answers
112 views
Special considerations when performing file I/O on an NFS share via a Python-based daemon?
I have a python-based daemon that provides a REST-like interface over HTTP to some command line tools. The general nature of the tool is to take in a request, perform some command-line action, store a ...
2
votes
2answers
238 views
Java InputStream read methods returning ASCII 'NUL' characters for file in a NFS mount location
I have a Java process which reads a given file using the Java RandomAccessFile and does some processing based on the file contents. This file is a log file which gets updated by another java process. ...
2
votes
1answer
48 views
Working on a django site and wondering would it be wise to store my media on an nfs mounted partition?
First, I only have experience building small-medium sized websites with php so forgive me if this question seems asinine. I want to know if it is a common /accepted/wise practice to store media (user ...
2
votes
2answers
64 views
File handle leaking (maybe) in a C library makes trouble with NFS (+python, but that's incidental)
here is a quite cool problem.
I have a python script (main) that calls a python module (foo.py) which in turns calls another python module (barwrapper.py) uses LoadLibrary to dynamically open and ...
2
votes
2answers
278 views
TortoiseSVN show log very slow on working copy stored on network share
I'm using a working copy stored on a samba network share. It seems to work fine; ecxept...
Under windows I can do "svn log -l 100 -v ." on the working copy and get results in <1 second. However ...
2
votes
1answer
230 views
Process Many Files Concurrently — Copy Files Over or Read Through NFS?
I need to concurrently process a large amount of files (thousands of different files, with avg. size of 2MB per file).
All the information is stored on one (1.5TB) network hard drive, and will be ...
2
votes
2answers
75 views
What is the simplest way of parallelization over a cluster with SSH and NFS?
I have a lot of trivially parallelizable computations and a lot (100s) of cores distributed overs SSH + NFS network.
What is the simplest way of parallelization.
The problem is that I don't know how ...
2
votes
1answer
678 views
where does qtcreator with cmake store run and build settings, and how to set via script?
In my usage at least, I sometimes delete my CMake build folder and create a new one, or have multiple build folders (one per computer) but only one source folder (nfs mount).
From what I can tell, ...
2
votes
1answer
143 views
How to write reliable file management code on NFS
Please give me some general advises on how to write reliable file management code using NFS. How to avoid or handle ESTALE errors? Programming language doesn't really matter.
Thanks.
2
votes
2answers
317 views
Ensure that file state on the client is in sync with NFS server
I'm trying to find proper way to handle stale data on NFS client. Consider following scenario:
Two servers mount same NFS shared storage with number of files
Client application on 1 server deletes ...
2
votes
1answer
681 views
Check if NFS share is mounted in python script
I wrote a python script that depends on a certain NFS share to be available. If the NFS share is not mounted it will happily copy the files to the local path where it should be mounted, but fail later ...
2
votes
1answer
486 views
what's “sure kill” when talking about NFS mount option?
In the following link
http://www.faqs.org/docs/Linux-HOWTO/NFS-HOWTO.html
It said a process is not killable except by a "sure kill", but what's sure kill?
hard (NFS client mount option)
The ...
2
votes
1answer
144 views
Is there any conflict between NFS and calling getFD().sync()?
My boss is worried that our NFS file system will not be happy with the jboss run java process calling getFD().sync on the files we are writing.
We have noticed that frequently the time stamp on the ...
2
votes
2answers
513 views
Is there a uniform python library to transfer files using different protocols
I know there is ftplib for ftp, shutil for local files, what about NFS? I know urllib2 can get files via HTTP/HTTPS/FTP/FTPS, but it can't put files.
If there is a uniform library that automatically ...
2
votes
4answers
852 views
Alternative or succesor to GDBM
We a have a GDBM key-value database as the backend to a load-balanced web-facing application that is in implemented in C++. The data served by the application has grown very large, so our admins have ...
2
votes
4answers
6k views
How to Mount a Linux directory from a different PC to your local Linux PC?
Is there a way to mount a Linux directory from a different PC to your local Linux PC? How?
1
vote
0answers
53 views
git shows random files changed on Mac NFS filesystem
We have a strange problem here at work that I've been unable to figure out. We all use MacBooks with Snow Leopard on our desktops and we have a handful of Linux servers we also use remotely. Some of ...
1
vote
1answer
166 views
Hadoop cluster on NFS
I'm trying to setup a hadoop cluster on 5 machines on same lan with NFS. The problem im facing is that the copy of hadoop on one machine is replicated on all the machines, so i cant provide exclusive ...
1
vote
0answers
253 views
Problem with Win32 WNet APIs and NFS paths
I am running on a Win2K8R2 system that has Microsoft's NFS client installed in addition to the Windows CIFS client.
Given a UNC path (which the NFS client does support with caveats) I need to be able ...
1
vote
2answers
176 views
How do i set a remote ssh connection and mount directory in ubuntu 10.04 over the internet? [closed]
Can any on help me with setting a remote ssh connection and NFS (or any other way to mount a directory from the server on my ubuntu client) over the internet?
All the manuals i found where talking ...
1
vote
2answers
358 views
Git repository on NFS/Samba
Are there any thing to worry if my Git repository is on NFS/Samba?
E.g. file locking in NFS is not reliable, so it will affect the Git?
1
vote
2answers
570 views
Image Uploads - CDN, MongoDB, or NFS?
I have an admin type system for a website with multiple web servers where users can configure pages and upload images to appear on the page (kind of similar to a CMS). If you already have a MongoDB ...
1
vote
2answers
345 views
NFS write permissions error
I've created an NFS share on one server to another (client) server and successfully mounted the folder (let's say /home/user/public_html/examplefolder) to the second (client) server.
I've logged in ...
1
vote
3answers
61 views
Collecting Files From Many Machines?
I have many machines (20+) connected in a network. each machine accesses a central database, queries it, processes the information queried, and then writes the results to files on its local hard ...
1
vote
2answers
207 views
svn commit fails upon trying to access nonexistent directory /home/.svn
svn commit failed form me with the following error:
user@host> svn commit
svn: Commit failed (details follow):
svn: Can't open file '/home/.svn/entries': Input/output error
Now, the first ...