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.
0
votes
0answers
7 views
Locks using python 2.4 on NFS
How do I implement locking in python 2.4 over NFS. I tried using flock but it was not working. So, now I tried creating a lockfile for the file which I want to lock. What flags should I use with ...
0
votes
0answers
11 views
Mount NFS on a remote host through a intermediate host [migrated]
My scenario is:
hostA: /A_NFS/
hostB: hostA:/A_NFS/ on /B_NFS type nfs
hostC: hostB:/B_NFS/ on /C_NFS type nfs
hostA is reachable for hostB, but not reachable for hostC.
hostB is reachable for ...
0
votes
0answers
10 views
CheatEngine NFS memory detection
I just started playing NFSUG2 and am interested how to detect memory adresses such as:
speed,is the rice won and etc. so i try to make a good trainer. Do you have any ideas where i can find the ...
0
votes
0answers
17 views
Varying “Read-only file system” errors with NFSv4
On my main computer (running GNU/Linux) I have a pretty standard NFSv4 setup. /srv/nfs4 is the fsid=0-directory and all shares are mounted withing this directory (using a bind mount).
If I try to ...
0
votes
0answers
19 views
Linux Fedora fstab mounted nfs share force timeout after X minutes
Background.
Using yum update from central server.
Tested autofs too many gotchas
So have the server /etc/exports (/var/cache/yum)
On the clients want to set a time-out on:
cat /etc/fstab (snipped)
...
-1
votes
0answers
15 views
Authenticate ubuntu Nfs server access using windows active directory [closed]
This is what I am trying to achieve
I have an Ubuntu NFS server installed. Would like all my team members to have their own username under /home dir on the server. Need to authenticate the access to ...
-1
votes
0answers
15 views
NFS server on qemu guest machine [closed]
I need to know how can i mount block device, placed on qemu guest system, from host. So in this case we have nfs server placed on guest system and client on the hosts side. I make the following steps ...
-2
votes
0answers
21 views
Windows mount NFS can't find symlinks in the folder [closed]
I've built a nfs server on one centOS6.x server.There is a folder /local/test I write it to the /etc/exports.It works when i mount it on my windows xp with Microsoft UnixService 3.5.
Under the ...
-1
votes
0answers
45 views
Root-NFS: Server returned error -13 while mounting /rootfs [closed]
I want to boot a Xen guest domU, using an NFS mounted root filesystem.
The problem is that every time I receive the following error:
Looking up port of RPC 100003/2 on 192.168.0.100
Looking up port ...
0
votes
1answer
38 views
Locked sqlite IN THE WHOLE SYSTEM
i got a big problem in my system. Some how, the entire sqlite sistem become locked. I am not talking about a single database, i am talking about every database in the system.
ladb08@newcastle:~$ ...
0
votes
0answers
22 views
Local umount fails with device busy after successful nfs umount [closed]
I am curious to know if the following is a bug or expected behaviour.
I am running Linux 3.5.0-28.48 kernel. I exported a local filesystem (ext2 on /mnt2) and shared it over NFS (as /nfsmnt) as seen ...
0
votes
0answers
10 views
how to distribute batch mode jobs to individual boards running linux mounted over NFS
Few boards running linux kernel with common root file system mounted over NFS.
A file, in NFS mounted file system, holds the job description to be run in batch mode.
Each line in the File holds one ...
2
votes
0answers
22 views
Writing files locally vs. remote file system?
My question is about remote files systems on Windows.
Suppose you have workstation X which has access to files systems on the network - say - \\ServerY\MYDir\.
Imagine a scenario that you have two ...
-1
votes
0answers
39 views
mounting NFS on LINUX RPC: timed out message [closed]
I'm trying to mount a NFS-share between two LINUX kernel, but when I write in the client
mount -o nolock,tcp,nfsvers=3 192.168.0.2:/home/xavier/Develop /mnt/develop
I get
mount: RPC: Timed out
...
-1
votes
0answers
36 views
NFS vs SSH -YC - Which one is faster? [closed]
I frequently need to remotely run some programs installed on my server --like hspice or matlab. I used to mount the required nfs directories on my local machine (via etc/fstab). Recently, for some ...
1
vote
0answers
62 views
Is there a way to access NFS (v3 or v4) shares using Java?
we're working on a project where we need access to some NFS shares. Our clients use Windows, Linux and OS X, though we don't want to mount those shares, but instead simply access it for example via ...
0
votes
0answers
63 views
Beagle board - xM Rev C, opkg error
I'm using a Beagle board - xM Rev C with Linux kernel 2.6.38, Angstrom distribution. u-boot loads kernel from NFS and kernel mounts NFS root. Everything works fine but I have a little problem... My ...
-1
votes
0answers
33 views
Configure the custom ports for rpcbind in solaris 10? [closed]
How can I configure the custom ports for rpcbind, used in nfs solaris 10?
0
votes
1answer
60 views
15 million static files shared via NFS
Had a proposed solution from a co-worker to setup a caching layer for files that never (almost never) get updated. Currently the Ruby application has to fetch content from DB, render a page and serve ...
0
votes
0answers
20 views
How to increase number of nfs daemons without restarting nfs service
I have a strange question
Normally to increase nfsd count we change
RPCNFSDCOUNT
value inside
/etc/sysconfig/nfs
file and restart nfs service
/etc/init.d/nfs restart
for that new value ...
-2
votes
1answer
71 views
NFS drupal implementation [closed]
I found out NFS is the best way for Multi Server setup in Drupal File sharing
Can someone tell me how this works.
I have two Servers with Drupal Files connected to a common db in third Server
I ...
1
vote
0answers
46 views
Problematic NFS performance when fseek() is used in the client code
I am developing a simple parallel application using MPI that involves the loading of a file to memory. That file is exported via NFS to the nodes of the computer cluster. I've noticed that in some ...
0
votes
0answers
41 views
NFS mounted share read/write too slow
I have several NFS shares mounted as source folders and several as destination ones.
File is taken from source, and with some changes put to destination.
Making changes itself takes very short time, ...
4
votes
1answer
166 views
Whats faster? Copy via nfs-mount or via scp?
we have a network of several machines and we want to distribute a big directory (ca. 10 GB) to every box.
It is located on an nfs-server and is mounted on all machines, so first approach is to just ...
0
votes
1answer
465 views
Stale NFS file handle issue on a remote cluster
I need to run a bunch of simulations using a tool called ngspice, and since I want to run a million simulations, I am distributing them across a cluster of machines (master+ a slave to start with, ...
0
votes
1answer
73 views
how to list remote exported NFSv4 volumes?
with nfsv3,i can use showmount command to list the volumes.
NAME
showmount - show mount information for an NFS server
SYNOPSIS
/usr/sbin/showmount [ -adehv ] [ --all ] [ ...
0
votes
0answers
115 views
Properly Closing a FileStream after Async Timeout
I'm writing a C# application (limited to .NET framework 4.0 or lower (i.e. no Read/WriteAsync)) that is responsible for reading / writing files between a Windows (7 or later) machine and a NFS-mounted ...
0
votes
1answer
47 views
NFS showing Security Contexts “?” / “blank” on Client?
I'm using NFSv4 and used following /etc/exports on Server (lets say, xx.xx.xx.x0):
/var/www/html/project xx.xx.xx.x101(rw)
/var/www/html/project xx.xx.xx.x102(rw)
And each Client is showing ...
1
vote
1answer
30 views
Determine status of submitted jobs in NFS server
Can we determine status of jobs which is submitted to NFS server. I need to handle condition in which NFS jobs complete than after follow new step.Do we have any library and system call in c++(unix ...
0
votes
1answer
25 views
What is the typical access time for reading a 500KB file over a LAN from an NFS v4 server
Would it be right to compute it as the network time (2ms) + disk seek and block read (10ms) ~= 12ms?
Would that be the correct order of magnitude?
Notes:
- Using Java.
- Note that I'm interested ...
1
vote
2answers
213 views
inotify/tool with NFS
I have installed inotify for monitoring file changes.We have NFS server also where we submit our jobs and the response that server create file into my working directory. I found that inotify does not ...
1
vote
1answer
35 views
Private nsswitch or nscd per process
I want a short term fix for some NIS performance problems on my network.
I don't have root access, and nscd has all caching turned off.
I'd like to provide local nscd-like capability to allow ...
1
vote
1answer
222 views
Bash script to copy source catalog to two destination catalogs, verify and delete source if successful
OS: OSX mountain lion
I am trying to write a script that does the following
Check if file1 exist on destination 1 (bitcasa)
if exist then copy source folder to destination 1
if file does not exist ...
1
vote
1answer
50 views
Can I extract files from one tarball directly into a new one?
I am working on a high performance computing cluster and for reasons I won't explain here they like us to send ONE file back and forth over the NFS. My jobs use data generated from previous jobs and ...
0
votes
1answer
60 views
is there any NFS implementation in C ? [closed]
I am working on my own implementation of NFS (Network File System ) in C. Are there any good available resources/ references that I can go through ? I do not know where do I begin from. I understand ...
2
votes
2answers
156 views
Python: separate processes logging to same file?
Does Python's logging library provide serialised logging for two (or more) separate python processes logging to the same file? It doesn't seem clear from the docs (which I have read).
If so, what ...
0
votes
1answer
55 views
gmake: a target completes but $(realpath …) doesn't find it
Environment stuff:
Solaris NFS file servers running NFS 3
Errors occur in Linux or Solaris environments
Using GNU Make 3.82
Using Sun Studio compilers, if that matters
This is a vastly simplified ...
0
votes
0answers
109 views
Having owner access on files upon mounted NFS directory [closed]
I have a Linux RedHat server and a Solaris 10 client. I have mounted a directory which locates on the RedHat server, in the Solaris system with RW(read/write) option. I already have some directories ...
1
vote
0answers
75 views
How to monitor any input and output of a process
There is the following process: NetAuthSysAgent which calls/create repeatedly the process mount_nfs of a non-existing NFS share. I have a hunch that these calls are triggered by another process which ...
0
votes
0answers
131 views
Unable to mount over nfs on cluster
I am using warewulf on Centos 6.3 to provision a cluster, and have set everything up and it is running smoothly. However, I would like to use nfs to share my files from my server to my nodes. I am ...
0
votes
1answer
130 views
alternate location for .npm folder (to avoid NFS-mounted home)
I have an NFS-mounted home folder and am trying to set up global packages via npm, for example:
sudo npm install -g jshint
This gives me an error because under sudo I can't create anything on the ...
0
votes
0answers
39 views
Expose NFS from esxi
We have 3 esxi hosts running 4.1 free. One of them has large amount of local storage. I would like to use it to backup VM's from the other 2.
Obviously one way is to create a VM on the host and ...
0
votes
2answers
48 views
Is pynfs stable to run on windows server 2008?
I need to connect from a windows server 2008 in a secure network to an ubuntu box and write and read files easily from python code. I want to avoid samba or ftp, so I am considering NFS and my ...
0
votes
1answer
41 views
NFS network traffic with auto_direct
I'm interested in how the NFS network traffic goes when there is a redirect on the server side.
E.g.: the client accesses dir_a , mounted on the NFS server_a, but on server_a , /etc/auto_direct ...
0
votes
1answer
119 views
How to force NFS mounted disk to sync to current state that was updated by a different machine?
I am running into an issue as follows in my C++ application running on Centos 5:
On machine A there is an NFS mounted drive from machine C that contains a file:
...
0
votes
1answer
103 views
mmap local v/s nfs file: what happens when the underlying file is replaced on disk?
Assuming the file is replaced (same name) wholesale and not modified in-place (i.e. create a temp and then rename to filename).
I imagine the change would not affect a local mmap since the kernel ...
0
votes
0answers
59 views
NFS-Activation on Windows
I want to install the Client for NFS on Windows for a UNIX-to-Windows migration.
But first, I have to activate the "Service for NFS" among Windows-Features.
The problem here is that I do not find ...
1
vote
1answer
500 views
nfs error: NFS:v4 server does not accept raw uid gids reenabling the idmapper
I've created an NFS share on one server to clients
both server and clients are centos 6 system.
server nfs export:
/srv/diskless/tmp *(rw,sync,no_root_squash).
I mount tmp directory in clients, ...
1
vote
0answers
274 views
NFS mount soft mount timeout too slow
We have a VERY busy cluster of servers. Our 16 app servers serve our application off of a local ssd on each machine, but they also process images which are then served off of our cdn. Because of this, ...
3
votes
1answer
798 views
what is the proper way to test NFS performance [closed]
I'm given a project where the only objective is to monitor a network's NFS performance. I know there's a bunch of open source tools out there, but still I would like to get the basic idea behind in ...




