{"id":422,"date":"2003-09-29T22:48:13","date_gmt":"2003-09-29T13:48:13","guid":{"rendered":"http:\/\/153.126.194.20\/?p=422"},"modified":"2024-11-17T15:23:56","modified_gmt":"2024-11-17T06:23:56","slug":"vine-nfs","status":"publish","type":"post","link":"https:\/\/funaori.com\/ja\/2003\/09\/29\/vine-nfs\/","title":{"rendered":"vine\/NFS"},"content":{"rendered":"<h2 id=\"content_1_0\">Network File System\u306e\u5229\u7528\u306b\u3064\u3044\u3066  <a class=\"anchor_super\" id=\"uc14c92f\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FNFS#uc14c92f\" title=\"uc14c92f\">\u2020<\/a><\/h2>\n<p>\u65e7Linux Server\u304b\u3089\u65b0Linux Server\u3078\u30c7\u30fc\u30bf\u3092\u79fb\u884c\u3059\u308b\u306b\u3042\u305f\u308a\uff0cNFS\u7d4c\u7531\u3067\u884c\u304a\u3046\u3068\u601d\u3063\u3066\u3044\u307e\u3059\uff0e<br \/>\n<a href=\"http:\/\/www.a-yu.com\/opt\/nfs01.html\" rel=\"nofollow\">\u53c2\u8003\u30da\u30fc\u30b8<\/a><br \/>\n<a href=\"http:\/\/www.mediaweb.biz\/database\/backup\/rsync.html\" rel=\"nofollow\">\u53c2\u8003\u30da\u30fc\u30b8(rsync)<\/a><\/p>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_1\">NFS Server\u5074(\u65e7Linux Server)  <a class=\"anchor_super\" id=\"m96c0937\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FNFS#m96c0937\" title=\"m96c0937\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>NFS\u30a2\u30af\u30bb\u30b9\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u8a2d\u5b9a\n<ul class=\"list2\" style=\"padding-left:16px;margin-left:16px\">\n<li>\/home\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u53c2\u7167\u53ef\u80fd\u306b\u3059\u308b\uff0e<\/li>\n<li>root\u306e\u30a2\u30af\u30bb\u30b9\u306froot\u3068\u3057\u3066\u632f\u308b\u821e\u3048\u308b\u69d8\u306b\u3059\u308b\uff0e<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>\/etc\/export\u306e\u7de8\u96c6\uff0c\u62ec\u5f27\u306e\u524d\u306b\u30b9\u30da\u30fc\u30b9\u3092\u542b\u307e\u306a\u3044<\/p>\n<pre>\/home   192.168.1.2(ro,no_root_squash)\r\n                   ^<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>RPC\u306e\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef\u3059\u308b\uff0e\n<ul class=\"list2\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u5b9a\u306ePC\u304b\u3089\u306eRPC\u30a2\u30af\u30bb\u30b9\u3092\u5168\u3066\u8a31\u53ef\uff0e<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>\/etc\/hosts.allow\u306e\u7de8\u96c6<\/p>\n<pre>ALL : 192.168.1.2\/255.255.255.255 \u2190 \u8ffd\u52a0<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u8a2d\u5b9a\u306e\u53cd\u6620<\/li>\n<\/ul>\n<pre># exportfs -a\r\n# \/etc\/rc.d\/init.d\/nfs restart<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_2\">NFS Client\u5074  <a class=\"anchor_super\" id=\"o2958226\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FNFS#o2958226\" title=\"o2958226\">\u2020<\/a><\/h3>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30de\u30a6\u30f3\u30c8\u5148\u3092\u4f5c\u6210<\/li>\n<\/ul>\n<pre># mkdir \/mnt\/old-home<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30de\u30a6\u30f3\u30c8\u8a2d\u5b9a<\/li>\n<\/ul>\n<p>\/etc\/fstab\u3092\u7de8\u96c6<\/p>\n<pre>192.168.1.1:\/home       \/mnt\/old-home           nfs     user,noauto     0 0\r\n\u2191\u3053\u306e\u884c\u3092\u8ffd\u52a0<\/pre>\n<ul class=\"list1\" style=\"padding-left:16px;margin-left:16px\">\n<li>\u30de\u30a6\u30f3\u30c8\u306e\u5b9f\u884c<\/li>\n<\/ul>\n<pre># mount \/mnt\/old-home<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h3 id=\"content_1_3\">\/home\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30b3\u30d4\u30fc  <a class=\"anchor_super\" id=\"o3dc30ac\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FNFS#o3dc30ac\" title=\"o3dc30ac\">\u2020<\/a><\/h3>\n<pre># cd \/mnt\/old-home\r\n# rsync -aurvop --delete * \/home<\/pre>\n<div class=\"jumpmenu\"><a href=\"#navigator\">\u2191<\/a><\/div>\n<h2 id=\"content_1_4\">\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0  <a class=\"anchor_super\" id=\"def0051d\" href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?vine%2FNFS#def0051d\" title=\"def0051d\">\u2020<\/a><\/h2>\n<p>Gigabit Ethernet\u306b\u5909\u66f4\u3057\u305f\u3068\u304d\u306e\u30c1\u30e5\u30fc\u30cb\u30f3\u30b0\u306f<span class=\"noexists\">Gigabit Eather<a href=\"http:\/\/192.168.1.4\/www_old\/linux\/index.php?cmd=edit&amp;page=Gigabit%20Eather&amp;refer=vine%2FNFS\">?<\/a><\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Network File System\u306e\u5229\u7528\u306b\u3064\u3044\u3066 \u2020 \u65e7Linux Server\u304b\u3089\u65b0Linux Server\u3078\u30c7\u30fc\u30bf\u3092\u79fb\u884c\u3059\u308b\u306b\u3042\u305f\u308a\uff0cNFS\u7d4c\u7531\u3067\u884c\u304a\u3046\u3068\u601d\u3063\u3066\u3044\u307e\u3059\uff0e \u53c2\u8003\u30da\u30fc\u30b8 \u53c2\u8003\u30da\u30fc\u30b8(rsync) \u2191 &hellip; <a class=\"more-link\" href=\"https:\/\/funaori.com\/ja\/2003\/09\/29\/vine-nfs\/\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">vine\/NFS<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"ja","_original_post":"422","footnotes":""},"categories":[15],"tags":[],"class_list":["post-422","post","type-post","status-publish","format-standard","hentry","category-vine","ja","entry"],"_links":{"self":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/comments?post=422"}],"version-history":[{"count":1,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/422\/revisions"}],"predecessor-version":[{"id":423,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/posts\/422\/revisions\/423"}],"wp:attachment":[{"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/media?parent=422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/categories?post=422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/funaori.com\/wp-json\/wp\/v2\/tags?post=422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}