Configuration of NFS servers in Linux

Source: Internet
Author: User

Configuration of NFS servers in Linux

Type: System V-launched Service
Software Package: nfs-utils
Process: NFSD, lockd, rpciod, rpc. {mounted, rquotad, statd}
Script: NFS, nfslock
Port: port assigned by Portmap (111)
Configuration File:/etc/exports
Auxiliary tool: Portmap (required)
Related command: rpcinfo-P [ipadd]: view the RPC service provided by the server
Showmount-E: view the shared directory of the service.
Server:
1./etc/exports format:
DIRECTORY Options

For example, the shared/share directory is provided to users of 192.168.0.x.
/Share 192.168.0.0/24 (RW)
2. Start the Portmap service:
Service Portmap start [restart]
3. Start the NFS service:
Service NFS start [restart]
Client
1. Start the Portmap service:
Service Portmap start [restart]
2. Mount the shared directory on the server side (assuming 192.168.0.1 on the server side ):
Mount-t nfs 192.168.0.1:/share/mnt/localshare

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.