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
1 answer

Use NFS on ubuntu that has 2 NICs. Client cannot mount the directory

I have been suffering from this issue for a while now. I have a computer (Say, A) running ubuntu and has 2 NIcs. One NIC is connected to the home network and the other is connected to the isolated private network. There is another computer (B) in…
user1296153
  • 575
  • 6
  • 23
-2
votes
1 answer

Regex for NFS file system

How to create a Regex for the NFS file system to use in angular pattern validations?
Shubham
  • 167
  • 2
  • 9
-2
votes
2 answers

K8s - an NFS share is only mounted read-only in the pod

Environment: external NFS share for persistent storage, accessible to all, R/W, Centos7 VMs (NFS share and K8s cluster), NFS utils installed on all workers. Mount on a VM, e.g. a K8s worker node, works correctly, the share is R/W Deployed in the K8s…
-2
votes
1 answer

directory shared via nfs is unavailable -restart required?

I have two VMs. First one shares a directory: pawel@pawel-VirtualBox1:~$ cat /etc/exports /home/pawel/somedir 192.168.1.0/24(rw,sync,no_subtree_check) pawel@pawel-VirtualBox:~$ And second one uses auto.nfs to get access to shared…
psmith
  • 1,769
  • 5
  • 35
  • 60
-2
votes
1 answer

Setting up NFS permissions on Synology for Linux (KDE Neon)

I've followed the instructions on the this Synology article to set up NFS access between my Synology NAS and my Linux (KDE Neon) machine. If I set the hostname to my local IP it works fine... but the trouble is my local IP changes so I'd need to…
gurtfrobe
  • 316
  • 6
  • 17
-2
votes
1 answer

is there any way to make android device run as ftp/sftp server over internet "not in local" by java?

I tried to make android as FTP server it's a success in the local network by the library I am tried by swiftp library but it's work only in local network in swiftp lib you must open wifi or open hotspot wifi torun server and you can access to…
-2
votes
1 answer

NFS setup for file transfer to SAP PI middleware?

I am trying to set up a new architecture for Middleware using SAP PI/PO. The problem is to determine a right mechanism for pulling file from other servers (Linux/Windows etc.) Broadly, 2 different approach are reviewed i.e. using a managed file…
Shailender Jain
  • 25
  • 1
  • 14
-2
votes
2 answers

Use NFS server file as /usr file of a Imx6 device

I am working with a imx6 device, I need to libraries which have size more than imx's empy memory. I am created a nfs server (/var/nfs/usr) on my desktop and I want to make the imx device doesn't use its own /usr file but use nfs server's /usr file…
ffttyy
  • 853
  • 2
  • 19
  • 49
-2
votes
1 answer

freebsd NFS /etc/exports

There are 2 directory in /vol. (test1 test2) I wish it can work like this: /vol/test1 -ro 192.168.31.111 /vol/test2 192.168.31.111 but it got error:bad exports list line. Is that any solution can let it work? Thanks.
-2
votes
1 answer

NFS user permissions issue

I’m having a very strange problem with ownership of files in an NFS share. All of the servers that I'm using are CentOS 6.5, and the version of nfs-utils that I'm using is nfs-utils-1.2.3-39. On my storage server (where the actual NFS share exists),…
RikSaunderson
  • 3,505
  • 6
  • 32
  • 50
-2
votes
1 answer

ESXi 5.1 virtual machines no longer able to mount NFS share from other virtual machine

I'm running VMWare ESXi 5.1 as a host. Within that host I have several virtual machines running: NiY My main server (CentOS release 5.10 (Final)) downloadstation My download server (Ubuntu 14.04.1 LTS) And several other which are not important I…
Bassie
  • 25
  • 1
  • 6
-2
votes
1 answer

How to avoid copying executable from master node to slaves in MPI?

I am trying to execute my MPI program which i wrote in C on a cluster but every time before executing it on the cluster i have to copy the executable from the master to the slave node as seen below. pi@raspberrypi ~ $ mpicc -o test…
skwalker
  • 329
  • 2
  • 15
-2
votes
2 answers

How to check whether NFS Server in Ubuntu is installed or not?

I am trying to install NFS Server to my brand new Ubuntu machine and is about to follow this article. But before that, is there any way to figure out whether it is already installed? I am running Ubuntu 12.04 Update:- This is what I got after…
AKIWEB
  • 19,008
  • 67
  • 180
  • 294
-2
votes
1 answer

Sharing NFS4 mount accesed by multiple users

I'm trying to share a NFS mount among multiple users. I can't get it to work, because I always get access denied. I can mount the shares, but I can't see the files. The export is made through Heartbeat+Pacemaker. I don't think that makes the…
Jorge Suárez de Lis
  • 565
  • 1
  • 10
  • 29
-3
votes
1 answer

mount using nfs4 giving no such device error

I am trying to mount a folder workspace from server to the client over nfs. For this I bind the folder to an /export by adding the following in my /etc/fstab on server: /home /export none bind Then I add the following lines in my /etc/exports…
Shehbaz Jaffer
  • 1,944
  • 8
  • 23
  • 30
1 2 3
93
94