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
-3
votes
2 answers

Is there a network file system for mainframes (System Z)?

Network file systems are offered by Windows and (L)Unix. Is there one for IBM Mainframes? (Hard to believe not). Does it offer standard Unix-style access (binary? Ascii? EBCDIC?) to mainframe data areas? How are datasets/partitioned data sets…
Ira Baxter
  • 93,541
  • 22
  • 172
  • 341
-4
votes
1 answer

Best way to implement my own storage service?

Let's say I want to implement storage server, which would be used as a place to store files, images, etc. from different websites. Something like S3, but only for my projects. I thought about some API/Gateway on PHP, which would save files from…
-4
votes
1 answer

Can access NFS to and from at most 3 (of 5) computers

I have 5 computers which we will label as such: Ubuntu 13.10 Desktop --> U13.10 Ubuntu 11.10 Desktop --> U11.10 Raspberry Pi Raspbian --> R1 Raspberry Pi Raspbian --> R2 Raspberry Pi Raspbian --> R3 I have NFS shares set up like so: U13.10…
puk
  • 16,318
  • 29
  • 119
  • 199
1 2 3
93
94