# nfs4 **Repository Path**: Vivio2x/nfs4 ## Basic Information - **Project Name**: nfs4 - **Description**: nfs4,rpcbind,libtirp - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-10 - **Last Updated**: 2023-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nfs4 #### 介绍 nfs4,rpcbind,libtirp #### 编译 ``` ./make.sh ``` : 主要实现功能 - 1, git clone 下载 libtirpc-1-3-3,rpcbind-1_2_6,nfs-utils到/tmp/nfs4上 - git clone git://git.linux-nfs.org/projects/steved/libtirpc.git -b libtirpc-1-3-3 - git clone git://git.linux-nfs.org/projects/steved/rpcbind.git -b rpcbind-1_2_6 - git clone git://git.linux-nfs.org/~steved/nfs-utils.git - 2, 编译 - 3,生成package包, 包含以下内容, 并在当前目录下生成.tar.gz文件 #### 安装教程 ``` tar zxvf nfs4.tar.gz cd package ./install.sh ``` package内容如下,install将按以下目录原封不动复制到 `/` 目录下 ``` . ├── filelist ├── install.sh ├── lib │   └── systemd │   └── system ├── sbin │   ├── mount.nfs │   ├── mount.nfs4 -> mount.nfs │   ├── nfsdcltrack │   ├── umount.nfs -> mount.nfs │   └── umount.nfs4 -> mount.nfs ├── uninstall.sh ├── usr │   ├── bin │   │   └── rpcinfo │   ├── etc │   │   ├── bindresvport.blacklist │   │   └── netconfig │   ├── include │   │   ├── nfsidmap.h │   │   ├── nfsidmap_plugin.h │   │   └── tirpc │   ├── lib │   │   ├── libnfsidmap │   │   ├── libnfsidmap.a │   │   ├── libnfsidmap.la │   │   ├── libnfsidmap.so -> libnfsidmap.so.1.0.0 │   │   ├── libnfsidmap.so.1 -> libnfsidmap.so.1.0.0 │   │   ├── libnfsidmap.so.1.0.0 │   │   ├── libtirpc.a │   │   ├── libtirpc.la │   │   ├── libtirpc.so -> libtirpc.so.3.0.0 │   │   ├── libtirpc.so.3 -> libtirpc.so.3.0.0 │   │   ├── libtirpc.so.3.0.0 │   │   ├── pkgconfig │   │   └── udev │   ├── libexec │   │   └── nfsrahead │   ├── sbin │   │   ├── blkmapd │   │   ├── exportfs │   │   ├── mountstats │   │   ├── nfsconf │   │   ├── nfsdcld │   │   ├── nfsdclddb │   │   ├── nfsdclnts │   │   ├── nfsidmap │   │   ├── nfsiostat │   │   ├── nfsstat │   │   ├── rpcbind │   │   ├── rpcctl │   │   ├── rpcdebug │   │   ├── rpc.gssd │   │   ├── rpc.idmapd │   │   ├── rpc.mountd │   │   ├── rpc.nfsd │   │   ├── rpc.statd │   │   ├── showmount │   │   ├── sm-notify │   │   └── start-statd │   └── share │   └── man └── var └── lib └── nfs ```