Export list for 192.168.0.187: /data/lutixia 192.168.0.0/24 # 192.168.0.187 服务端的IP 2、创建目录,用于挂载 mkdir /mnt/nfs 3、挂载 mount -t nfs 192.168.0.187:/data/lutixia /mnt/nfs [root@localhost ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 20G 1.6G 18G 9...
启动nfs后又修改了/etc/exports,不用重启该服务,使用exports命令即可: exports [-aruv]-a 全部mount或umount文件/etc/exports中的内容-r 重新mount文件/etc/exports中的共享内容-u umount目录-v 在export的时候,将详细的信息输出到屏幕上 例: [root@localhost ~]#/usr/sbin/exportfs –rv 全部重新export一次 [...
[root@CT56-32-221-NFS02 ~]# showmount -e 192.168.41.220 Export list for 192.168.41.220: /atong 192.168.41.0/22 [root@CT56-32-222-NFS03 atong]# touch nfs4 [root@CT56-32-222-NFS03 atong]# ll total 4 -rw-r--r-- 1 nfsnobody nfsnobody 0 May 28 13:24 nfs2 -rw-r--r--...
Exportlistfor192.168.93.5: /usr/local/static* 创建挂载目录: #cd/mnt #mkdirstatic 挂载服务端的共享目录: #mount -t nfs -o nolock,nfsvers=3,vers=3 192.168.93.5:/usr/local/static /mnt/static 查看挂载的状态: # mount | grep nfs sunrpcon /var/lib/nfs/rpc_pipefstyperpc_pipefs (rw) nfs...
Export list for 172.16.1.31: /data 172.16.1.0/24 客户端挂载 在NFS客户端创建一个挂载目录, 使用mount命令并结合-t参数, 指定要挂载的文件系统的类型, 并在命令后面写上服务器的IP地址, 以及服务器上的共享目录, 最后需要写上要挂载到本地系统(客户端)的目录。
#exportfs -rv//重新export一次 #exportfs -au//全部卸载 举例 node1:~ # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 9.6G 2.4G 7.2G 25% / tmpfs 126M 8.0K 126M 1% /dev/shm 172.16.12.89:/home/test 9.6G 2.4G 7.2G 26% /home/nfs ...
Export listfortest1:/tmp/test092011.11.165.0/24 5、设置服务开机自启 Chkconfig rpcbind on Chkconfig --level 345 rpcbind on Chkconfig nfs on Chkconfig --level 345 nfs on 客户端的配置: 1、yum -y install nfs-utils 2、mount -t nfs 11.11.165.115:/tmp/test0920 /data ...
<server>:</remote/export> </local/directory> nfs < options> 0 0 # vi /etc/fstab 保存退出,重启系统。 查看/home/david 有没有自动挂载。 自动挂载成功。 九、相关命令 1、exportfs 如果我们在启动了NFS之后又修改了/etc/exports,是不是还要重新启动nfs呢?这个时候我们就可以用exportfs 命令来使改动立刻...
内核HWE 4.18.0-13支持覆盖nfs_export=on吗? 、、、 nfs导出btrfs和ext4的覆盖时遇到问题。覆盖可以工作,但是即使它是用nfs_export=on挂载的,我还是得到了错误消息: exportfs: /data/merged does not support NFS export 这是我的出口:/data/merged 192.168.0.0/255.255.255.0(ro,fsid=1,async,insecure,crossmnt...
内核HWE 4.18.0-13支持覆盖nfs_export=on吗? 、、、 nfs导出btrfs和ext4的覆盖时遇到问题。覆盖可以工作,但是即使它是用nfs_export=on挂载的,我还是得到了错误消息:这是我的出口:-a = 4.18.0-13-generic #14~18.04.1-Ubuntu SMP Thu Dec 6 14:09:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux那么,...