You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.8 KiB
25 lines
1.8 KiB
11 years ago
|
<?xml version="1.0" ?>
|
||
|
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
|
||
|
<!ENTITY % addindex "IGNORE">
|
||
|
<!ENTITY % British-English "INCLUDE"> <!-- change language only here -->
|
||
|
]>
|
||
|
|
||
13 years ago
|
<article lang="&language;" id="nfs">
|
||
11 years ago
|
<title>nfs</title>
|
||
13 years ago
|
<articleinfo>
|
||
|
<authorgroup>
|
||
11 years ago
|
<author>&Lauri.Watts; &Lauri.Watts.mail;</author>
|
||
|
<othercredit role="translator"><firstname>Malcolm</firstname><surname>Hunter</surname><affiliation><address><email>malcolm.hunter@gmx.co.uk</email></address></affiliation><contrib>Conversion to British English</contrib></othercredit>
|
||
13 years ago
|
</authorgroup>
|
||
|
</articleinfo>
|
||
11 years ago
|
<para>Sun's <acronym>NFS</acronym> protocol provides transparent remote access to shared file systems across networks. The <acronym>NFS</acronym> protocol is designed to be machine, operating system, network architecture, and transport protocol independent. This independence is achieved through the use of Remote Procedure Call (<acronym>RPC</acronym>) primitives built on top of an eXternal Data Representation (<acronym>XDR</acronym>). </para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>The supporting MOUNT protocol performs the operating system-specific functions that allow clients to attach remote folder trees to a point within the local file system. The mount process also allows the server to grant remote access privileges to a restricted set of clients via export control.</para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>The Lock Manager provides support for file locking when used in the <acronym>NFS</acronym> environment. The Network Lock Manager (<acronym>NLM</acronym>) protocol isolates the inherently stateful aspects of file locking into a separate protocol.</para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>Source: <ulink url="http://www.networksorcery.com/enp/protocol/nfs.htm"> http://www.networksorcery.com/enp/protocol/nfs.htm</ulink> </para>
|
||
13 years ago
|
|
||
11 years ago
|
<para>See the manual: <ulink url="man:/nfs">nfs</ulink>. </para>
|
||
13 years ago
|
</article>
|