Questions tagged [nfs]

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.

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.

NFS is derived from the distributed file system mechanism. It is generally implemented in computing environments where the centralized management of data and resources is critical. Network file system works on all IP-based networks. It uses TCP and UDP for data access and delivery, depending on the version in use.

Network file system is implemented in a client/server computing model, where an NFS sever manages the authentication, authorization and management of clients, as well as all the data shared within a specific file system. Once authorized, clients can view and access the data through their local systems much like they'd access it from an internal disk drive

1399 questions
-1
votes
3 answers

NFS mount hangs reboot

I have a couple of NFS mounts I am auto-mounting in fstab. Everything is fine till reboot then it hangs trying to unmount them, but I can manually umount them manually before reboot without issue. The server is still online and accessible when this…
Matt Morrow
  • 71
  • 1
  • 9
-1
votes
1 answer

How to open downgrade a file in python using an NFS mount

I am running some experiments against NFS and would like to open-downgrade a file in my NFS mount but I do not which python command should I use for that.
user1071840
  • 3,522
  • 9
  • 48
  • 74
-1
votes
2 answers

NFS rootfs for Wandboard

My first time working on the Uboot and Serial Port. I am trying to mount my /nfsroot from my ubuntu host to the wandboard target so that I can boot up the board with TFTP in Kernel and NFS as rootfs. Been getting error here and there and do not know…
Charles C.
  • 3,725
  • 4
  • 28
  • 50
-1
votes
1 answer

hi using NFS mount and sharing sever

I'm trying to use NFS to A server and sharing B server Dir. But now I have a problem with a message -> mount.nfs: Connection timed out A server : 52.68.10.18 (example IP) B server : 52.68.10.15 (A server ) vi /etc/exports /home/files…
-1
votes
1 answer

NFS v4 with fast network and average IOPS disk. Load increase high on large file transfer

NFS v4 with fast network and average IOPS disk. Load increase high on large file transfer. The problem seems to be IOPS. The test case: /etc/exports server# /mnt/exports 192.168.6.0/24(rw,sync,no_subtree_check,no_root_squash,fsid=0) server#…
sirkubax
  • 885
  • 2
  • 10
  • 19
-1
votes
2 answers

How to disable autofs client mount caching

I have the following linux environment configuration Machine 1: Samba server [share] comment = Data path = /share force create mode = 0777 force directory mode = 0777 force user = root force group = root writeable = Yes …
Yonoss
  • 1,242
  • 5
  • 25
  • 41
-1
votes
1 answer

Nrpe error command specified in service not defined anywhere?

Getting error command specified in service not defined anywhere! Service check command 'check_nrpe!check_nfs4' specified in service 'NFSV4' for host 'NFS-01' not defined anywhere! root@Bastion-01:/usr/lib/nagios/plugins# /usr/local/nagios/bin/nagios…
Ashish Karpe
  • 5,087
  • 7
  • 41
  • 66
-1
votes
1 answer

mounting wd my cloud in raspbian fails

I try to mount a folder of my wd my cloud NAS in raspbian, but I always get Permission denied. What I've done: Adding folder on my cloud to /etc/exports /nfs/raspberry 192.168.178.26(rw,subtree_check) then service nfs-kernel-server restart exportfs…
Starbax
  • 1,005
  • 2
  • 12
  • 32
-1
votes
1 answer

mounting a linux directory on a VMS machine

We have a VMS machine which must mount a directory residing on a linux server. I am responsible for the linux side, another guy is reponsible for the VMS side. So far his attempts to mount the directory failed insufficient privilege or object…
user1479670
  • 1,145
  • 3
  • 10
  • 22
-1
votes
1 answer

Input/Output error when copying files to a mount inlinux

I am having a linux mount on my jenkins build server. After a job in jenkins succeeds, a script is being called which copies the files from workspace to different directories in the mount. Each time I mount the copy operation succeeds but after few…
Jninja
  • 149
  • 1
  • 3
  • 13
-1
votes
2 answers

store a high amount of HTML files

i'm working on an academic project(a search engine), the main functions of this search engine are: 1/-crawling 2/-storing 3/-indexing 4/-page ranking all the sites that my search engine will crawl are available locally which means…
Reda
  • 287
  • 2
  • 8
  • 21
-1
votes
2 answers

Shutting Down NFS services: FAILED

I am using RHEL5.5. I wanted to shutdown nfs services in order to install and run a package. The installation itself tried shutting down the service and it failed. It keeps saying "Shutting down nfs services [Failed]". What is the problem here and…
user3401287
  • 1
  • 1
  • 2
-1
votes
2 answers

How to know free space and total space on nfs share through C program?

I want to know the free space and total space on a nfs share. I am using ubuntu linux computers for this. I can do that through commands but I need a C program for this. I looked into libnfs.h, it contains some functions declarations that I think…
Sumit
  • 1,485
  • 11
  • 24
-1
votes
1 answer

How do Web-storage services (dropbox, skydrive etc) make users data mappable to a network drive?

What technology do they use? Is it just that my data is literally stored in a folder on their servers and then hosted as a network share (with auth)? I would think that the files would have to be abstracted somehow, stored in .dat files or…
flacnut
  • 1,030
  • 4
  • 11
  • 21
-1
votes
1 answer

xorg.conf with NVidia on NFS Users

i'm running a Red Hat EL 5.7 workstation with some NFS users mounted on a server. I have to set NVidia parameters to dual screen with xinerama and save the X configuration file, that's ok, but when i login the first time in every user included root,…