【2017-03-29】Ubuntu下使用NFS

发布时间:2026/9/12 19:08:54
【2017-03-29】Ubuntu下使用NFS [历史归档]本文原发布于 cstriker1407.info 个人博客内容为历史存档仅供参考。发布时间2017-03-29 标题Ubuntu下使用NFS分类编程 标签ubuntu·nfsUbuntu下使用NFS安装配置重启测试嵌入式Linux使用闲话不说了这里笔记下Ubuntu下最简单的NFS的安装和使用流程。安装sudoapt-getinstallnfs-kernel-server配置打开【/etc/exports】文件在最后添加上/home/share *(rw,sync,no_subtree_check,no_root_squash)关于exports的详细说明可以参考链接【 http://www.cnblogs.com/Charles-Zhang-Blog/archive/2013/02/05/2892879.html 】这里就不在笔记了。重启sudoservicenfs-kernel-server start测试showmount-a嵌入式Linux使用mount-tnfs192.168.1.2:/home/share /mnt/nfsroot-onolock其中IP地址是Ubuntu的地址