{"id":191993,"date":"2020-05-24T09:10:48","date_gmt":"2020-05-24T01:10:48","guid":{"rendered":"https:\/\/lrxjmw.cn\/?p=191993"},"modified":"2020-05-21T16:11:34","modified_gmt":"2020-05-21T08:11:34","slug":"redhat-nfs-server","status":"publish","type":"post","link":"https:\/\/lrxjmw.cn\/redhat-nfs-server.html","title":{"rendered":"redhat7 \u914d\u7f6e\u6587\u4ef6\u5171\u4eab\u670d\u52a1"},"content":{"rendered":"\n\n\n
\u5bfc\u8bfb<\/td>\n\u7c7b\u4f3cwinodws\u7684\u7f51\u7edc\u5171\u4eab\u529f\u80fd\uff0cLinux\u7cfb\u7edf\u4e5f\u63d0\u4f9b\u4e86\u591a\u79cd\u7f51\u7edc\u6587\u4ef6\u5171\u4eab\u65b9\u5f0f\uff0c\u5e38\u89c1\u7684\u6709NFS\uff0cSamba\uff0cFTP\uff0c\u672c\u6587\u4ecb\u7ecdNFS\u7684\u65b9\u5f0f\u7f51\u7edc\u6587\u4ef6\u7cfb\u7edf\u5b89\u88c5\u4e0e\u914d\u7f6e<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\"\"<\/p>\n

NFS\u7b80\u4ecb<\/strong><\/div>\n

nfs\u5728\u5728\u6d88\u606f\u4f20\u9012\u8fc7\u7a0b\u4e2d\u4f9d\u8d56RPC\u534f\u8bae\uff0c\u4f7f\u7528NFS\u65f6\u7528\u6237\u7aef\u53ea\u9700\u8981\u4f7f\u7528mount\u547d\u4ee4\u5c06\u8fdc\u7a0b\u4e3b\u673a\u7684\u76ee\u5f55\u6302\u8f7d\u5230\u672c\u5730\u5373\u53ef\u3002
\n\u4f8b\u5982\u8981\u628a10.10.0.12\u7684\/home\/test\u6302\u8f7d\u5230\u672c\u573010.10.0.11\u7684\/home\/test\u76ee\u5f55\u4e0b<\/p>\n

[root@localhost ~]# mount 10.10.0.12:\/home\/test \/home\/test<\/pre>\n
\u914d\u7f6eNFS\u670d\u52a1\u5668<\/strong><\/div>\n

NFS \u9700\u8981\u5b89\u88c5nfs-utils*.rpm rpcbind*.rpm<\/p>\n

\u7248\u672c\u53f7\u56e0\u7cfb\u7edf\u7248\u672c\u6709\u6240\u5dee\u522b<\/div>\n
[root@localhost ~]# yum install -y nfs-utils rpcbind\r\n......<\/pre>\n
exports\u53c2\u6570\u8bf4\u660e<\/strong><\/span><\/div>\n
-a \u5168\u90e8\u6302\u8f7d\/etc\/exports \u6587\u4ef6\u5185\u7684\u8bbe\u7f6e\uff0c-r \u91cd\u65b0\u6302\u8f7d\/etc\/exports \u6587\u4ef6\u5185\u7684\u8bbe\u7f6e\uff0c-u\u5378\u8f7d\u67d0\u4e00\u76ee\u5f55<\/div>\n
shownmount\u53c2\u6570\u8bf4\u660e<\/strong><\/span><\/div>\n
-a \u5217\u51fanfs\u5171\u4eab\u7684\u5b8c\u6574\u76ee\u5f55\u4fe1\u606f\uff0c-d \u5217\u51fa\u5ba2\u6237\u7aef\u8fdc\u7a0b\u5b89\u88c5\u7684\u76ee\u5f55\uff0c-e \u663e\u793a\u5bfc\u51fa\u76ee\u5f55\u7684\u5217\u8868<\/div>\n
nfs\u53c2\u6570\u8bf4\u660e<\/strong><\/span><\/div>\n
ro \u53ea\u8bfb\u6743\u9650\uff0crw \u8bfb\u5199\u6743\u9650,all_squash\u533f\u540d\u7528\u6237\u6216\u7ec4\uff0cno_all_squash \u975e\u533f\u540d\u7528\u6237\u6216\u7ec4\uff0croot_squash\u5c06root\u7528\u6237\u548c\u7ec4\u6620\u5c04\u4e3a\u533f\u540d\u7528\u6237\u548c\u7ec4\uff0cno_root_squash \u4e0eroot_squash\u76f8\u53cd\uff0csync \u5c06\u6570\u636e\u540c\u6b65\u5199\u5165\u7f13\u51b2\u533a\u4e2d\uff0casync \u5c06\u6570\u636e\u5148\u4fdd\u5b58\u5728\u5185\u5b58\u7f13\u51b2\u533a\uff0c\u518d\u5199\u5165\u78c1\u76d8<\/div>\n
\u8bbe\u7f6eexpoprts \u6587\u4ef6<\/strong><\/span><\/div>\n
[root@localhost ~]# cat \/etc\/exports\r\n\/home\/test *.*(rw)<\/pre>\n
\u542f\u52a8\u670d\u52a1<\/strong><\/span><\/div>\n
[root@localhost ~]# systemctl start rpcbind\r\n[root@localhost ~]# systemctl start nfs-server<\/pre>\n
\u914d\u7f6eNFS\u5ba2\u6237\u7aef<\/strong><\/div>\n
[root@localhost ~]# mount -t nfs -o rw 10.10.0.12:\/home\/test \/home\/test<\/pre>\n

\u5982\u6b64\uff0c\u5c31\u53ef\u4ee5\u4f7f\u7528\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"

nfs\u5728\u5728\u6d88\u606f\u4f20\u9012\u8fc7\u7a0b\u4e2d\u4f9d\u8d56RPC\u534f\u8bae\uff0c\u4f7f\u7528NFS\u65f6\u7528\u6237\u7aef\u53ea\u9700\u8981\u4f7f\u7528mount\u547d\u4ee4\u5c06\u8fdc\u7a0b\u4e3b\u673a\u7684\u76ee\u5f55\u6302\u8f7d\u5230\u672c\u5730\u5373 […]<\/p>\n","protected":false},"author":1469,"featured_media":135732,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-191993","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/191993","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/1469"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=191993"}],"version-history":[{"count":7,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/191993\/revisions"}],"predecessor-version":[{"id":192062,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/191993\/revisions\/192062"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/135732"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=191993"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=191993"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=191993"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}