{"id":2983,"date":"2020-11-23T19:16:04","date_gmt":"2020-11-23T10:16:04","guid":{"rendered":"https:\/\/blog.boxcorea.com\/wp\/?p=2983"},"modified":"2024-09-09T12:52:43","modified_gmt":"2024-09-09T03:52:43","slug":"solaris-nfs-%ec%84%9c%eb%b2%84-%ec%84%a4%ec%a0%95%ea%b3%bc-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983","title":{"rendered":"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30."},"content":{"rendered":"<p>Solaris NFS \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30<\/p>\n<p>\uc791\uc5c5\ud658\uacbd:<\/p>\n<p>* NFS \uc11c\ubc84<br \/>\nos: solaris 10<br \/>\nhostname: fox_master<\/p>\n<p>* NFS client<br \/>\nos: solaris 9<br \/>\nhostname: wolf<\/p>\n<p>* \uac01 \uc11c\ubc84\uc758 \/etc\/hosts \ud30c\uc77c\uc5d0 ip\uc8fc\uc18c\uc640 \ud638\uc2a4\ud2b8\ub124\uc784\uc774 \ub3d9\uc77c\ud558\uac8c \uc124\uc815\ub418\uc5b4 \uc788\uc5b4\uc57c \ud55c\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># cat \/etc\/hosts\r\n...\r\n172.30.100.30   fox_master\r\n172.30.100.31   wolf\r\n<\/pre>\n<p><!--more--><\/p>\n<p>1. NFS \uc11c\ubc84 \uc124\uc815<\/p>\n<p>nfs \uc11c\ube44\uc2a4\uac00 \uc2e4\ud589\uc911\uc778\uc9c0 \ud655\uc778\ud574\ubcf8\ub2e4. \uc2e4\ud589\ub418\uc9c0 \uc54a\uace0 \uc788\ub2e4\uba74 \uc544\ub798\uc640 \uac19\uc740 \ud654\uba74\uc744 \ubcfc \uc218 \uc788\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># svcs network\/nfs\/server\r\nSTATE          STIME    FMRI\r\ndisabled       10:49:12 svc:\/network\/nfs\/server:default<\/pre>\n<p>NFS\ub85c \uacf5\uc720\ud560 \ub514\ub809\ud1a0\ub9ac\ub97c \uc124\uc815\ud55c\ub2e4.  \/etc\/dfs\/dfstab \ud30c\uc77c\uc5d0 \uacf5\uc720\ud560 \ub514\ub809\ud1a0\ub9ac\ub97c \uc124\uc815\ud55c\ub2e4.<br \/>\n\uc124\uc815\ub418\uc9c0 \uc54a\uc740 \ud30c\uc77c\uc758 \ub0b4\uc6a9\uc740 \uc544\ub798\uc640 \uac19\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># cat \/etc\/dfs\/dfstab\r\n\r\n#       Place share(1M) commands here for automatic execution\r\n#       on entering init state 3.\r\n#\r\n#       Issue the command 'svcadm enable network\/nfs\/server' to\r\n#       run the NFS daemon processes and the share commands, after adding\r\n#       the very first entry to this file.\r\n#\r\n#       share [-F fstype] [ -o options] [-d \"&lt;text&gt;\"] &lt;pathname&gt; [resource]\r\n#       .e.g,\r\n#       share  -F nfs  -o rw=engineering  -d \"home dirs\"  \/export\/home2<\/pre>\n<p>\/backupzone\/nfshome \ub514\ub809\ud1a0\ub9ac\ub97c \uc77d\uace0\uc4f0\uae30 \uac00\ub2a5\ud558\ub3c4\ub85d NFS\uc124\uc815\ud55c\ub2e4.<br \/>\n\uc544\ub798 \ub0b4\uc6a9\uc744 \uc704\uc758 \ud30c\uc77c\uc5d0 \ucd94\uac00\ud574 \uc900\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># vi \/etc\/dfs\/dfstab\r\n\r\n...\r\n\r\nshare -F nfs -o rw,root=wolf -d \"NFS\" \/backupzone\/nfshome<\/pre>\n<p>share \uba85\ub839\uc73c\ub85c \ud655\uc778\ud574 \ubcf4\uba74, \ud604\uc7ac \uacf5\uc720\ub418\ub294 \ub514\ub809\ud1a0\ub9ac\uac00 \uc5c6\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># share<\/pre>\n<p>shareall \uba85\ub839\uc73c\ub85c \uc801\uc6a9\ud6c4 \uacf5\uc720 \ub0b4\uc6a9\uc744 \ud655\uc778\ud574 \ubcf8\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" >#s hareall\r\n# share\r\n-               \/backupzone\/nfshome   rw,root=wolf   \"NFS\"\r\n<\/pre>\n<p>\uc774\ub807\uac8c \ud558\uba74 nfs \uc11c\ube44\uc2a4\ub3c4 \uc2e4\ud589\ub41c\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># svcs network\/nfs\/server\r\nSTATE          STIME    FMRI\r\nonline         13:00:54 svc:\/network\/nfs\/server:default<\/pre>\n<p>2. client \uc5d0\uc11c NFS \ub9c8\uc6b4\ud2b8<\/p>\n<p>\uc544\ub798 \uba85\ub839\uc73c\ub85c \/export\/dump\uc5d0 \ub9c8\uc6b4\ud2b8\ub97c \ud55c\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># mount -F nfs -o rw fox_master:\/backupzone\/nfshome \/export\/dump<\/pre>\n<p>\ub9c8\uc6b4\ud2b8\ud55c \ub514\ub809\ud1a0\ub9ac\uc5d0\uc11c \ud30c\uc77c \uc4f0\uae30\ub97c \ud574 \ubcf8\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" ># cd \/export\/dump\r\n# touch a.txt<\/pre>\n<p>\ubb38\uc81c\uac00 \ubc1c\uc0dd\ud558\uc9c0 \uc54a\uace0, \uc7ac\ubd80\ud305\uc2dc \uc790\ub3d9\uc73c\ub85c NFS \ub9c8\uc6b4\ud2b8\ub97c \uc0ac\uc6a9\ud558\ub824\uba74 \/etc\/vfstab\uc5d0 \uc544\ub798 \ub0b4\uc6a9\uc744 \ub4f1\ub85d \ud55c\ub2e4.<\/p>\n<pre class=\"lang:sh highlight:0 decode:true \" >fox_master:\/backupzone\/nfshome\t-\t\/export\/dump\tnfs\t-\tyes\t-<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Solaris NFS \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30 \uc791\uc5c5\ud658\uacbd: * NFS \uc11c\ubc84 os: solaris 10 hostname: fox_master * NFS client os: solaris 9 hostname: wolf * \uac01 \uc11c\ubc84\uc758 \/etc\/hosts \ud30c\uc77c\uc5d0 ip\uc8fc\uc18c\uc640 \ud638\uc2a4\ud2b8\ub124\uc784\uc774 \ub3d9\uc77c\ud558\uac8c \uc124\uc815\ub418\uc5b4 \uc788\uc5b4\uc57c \ud55c\ub2e4. # cat \/etc\/hosts &#8230; 172.30.100.30 fox_master 172.30.100.31 wolf<\/p><p><a class=\"more-link btn\" href=\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\">Continue reading<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[3],"tags":[1328,137,777,775,203,776],"class_list":["post-2983","post","type-post","status-publish","format-standard","hentry","category-solaris","tag-network-file-system","tag-nfs","tag-solaris-dfs","tag-solaris-nfs","tag-solaris","tag--nfs","item-wrap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30. - Blog-boxcorea<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30. - Blog-boxcorea\" \/>\n<meta property=\"og:description\" content=\"Solaris NFS \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30 \uc791\uc5c5\ud658\uacbd: * NFS \uc11c\ubc84 os: solaris 10 hostname: fox_master * NFS client os: solaris 9 hostname: wolf * \uac01 \uc11c\ubc84\uc758 \/etc\/hosts \ud30c\uc77c\uc5d0 ip\uc8fc\uc18c\uc640 \ud638\uc2a4\ud2b8\ub124\uc784\uc774 \ub3d9\uc77c\ud558\uac8c \uc124\uc815\ub418\uc5b4 \uc788\uc5b4\uc57c \ud55c\ub2e4. # cat \/etc\/hosts ... 172.30.100.30 fox_master 172.30.100.31 wolf\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\" \/>\n<meta property=\"og:site_name\" content=\"Blog-boxcorea\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-23T10:16:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-09T03:52:43+00:00\" \/>\n<meta name=\"author\" content=\"snowffox\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"snowffox\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\"},\"author\":{\"name\":\"snowffox\",\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/#\/schema\/person\/6d8e12df2429d663a0a4e8362fbb650a\"},\"headline\":\"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30.\",\"datePublished\":\"2020-11-23T10:16:04+00:00\",\"dateModified\":\"2024-09-09T03:52:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\"},\"wordCount\":38,\"commentCount\":0,\"keywords\":[\"network file system\",\"nfs\",\"solaris dfs\",\"solaris nfs\",\"Solaris(\uc194\ub77c\ub9ac\uc2a4)\",\"\uc194\ub77c\ub9ac\uc2a4 nfs\"],\"articleSection\":[\"Solaris(\uc194\ub77c\ub9ac\uc2a4)\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\",\"url\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\",\"name\":\"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30. - Blog-boxcorea\",\"isPartOf\":{\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/#website\"},\"datePublished\":\"2020-11-23T10:16:04+00:00\",\"dateModified\":\"2024-09-09T03:52:43+00:00\",\"author\":{\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/#\/schema\/person\/6d8e12df2429d663a0a4e8362fbb650a\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.boxcorea.com\/wp\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/#website\",\"url\":\"https:\/\/blog.boxcorea.com\/wp\/\",\"name\":\"Blog-boxcorea\",\"description\":\"Simple is Beautiful!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.boxcorea.com\/wp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.boxcorea.com\/wp\/#\/schema\/person\/6d8e12df2429d663a0a4e8362fbb650a\",\"name\":\"snowffox\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c0787be58ea7e470b1a6f5ea8ce367c7913809648a00e0c15faace5220902ffb?s=96&d=retro&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c0787be58ea7e470b1a6f5ea8ce367c7913809648a00e0c15faace5220902ffb?s=96&d=retro&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c0787be58ea7e470b1a6f5ea8ce367c7913809648a00e0c15faace5220902ffb?s=96&d=retro&r=g\",\"caption\":\"snowffox\"},\"url\":\"https:\/\/blog.boxcorea.com\/wp\/archives\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30. - Blog-boxcorea","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983","og_locale":"ko_KR","og_type":"article","og_title":"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30. - Blog-boxcorea","og_description":"Solaris NFS \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30 \uc791\uc5c5\ud658\uacbd: * NFS \uc11c\ubc84 os: solaris 10 hostname: fox_master * NFS client os: solaris 9 hostname: wolf * \uac01 \uc11c\ubc84\uc758 \/etc\/hosts \ud30c\uc77c\uc5d0 ip\uc8fc\uc18c\uc640 \ud638\uc2a4\ud2b8\ub124\uc784\uc774 \ub3d9\uc77c\ud558\uac8c \uc124\uc815\ub418\uc5b4 \uc788\uc5b4\uc57c \ud55c\ub2e4. # cat \/etc\/hosts ... 172.30.100.30 fox_master 172.30.100.31 wolf","og_url":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983","og_site_name":"Blog-boxcorea","article_published_time":"2020-11-23T10:16:04+00:00","article_modified_time":"2024-09-09T03:52:43+00:00","author":"snowffox","twitter_card":"summary_large_image","twitter_misc":{"Written by":"snowffox","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#article","isPartOf":{"@id":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983"},"author":{"name":"snowffox","@id":"https:\/\/blog.boxcorea.com\/wp\/#\/schema\/person\/6d8e12df2429d663a0a4e8362fbb650a"},"headline":"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30.","datePublished":"2020-11-23T10:16:04+00:00","dateModified":"2024-09-09T03:52:43+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983"},"wordCount":38,"commentCount":0,"keywords":["network file system","nfs","solaris dfs","solaris nfs","Solaris(\uc194\ub77c\ub9ac\uc2a4)","\uc194\ub77c\ub9ac\uc2a4 nfs"],"articleSection":["Solaris(\uc194\ub77c\ub9ac\uc2a4)"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.boxcorea.com\/wp\/archives\/2983#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983","url":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983","name":"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30. - Blog-boxcorea","isPartOf":{"@id":"https:\/\/blog.boxcorea.com\/wp\/#website"},"datePublished":"2020-11-23T10:16:04+00:00","dateModified":"2024-09-09T03:52:43+00:00","author":{"@id":"https:\/\/blog.boxcorea.com\/wp\/#\/schema\/person\/6d8e12df2429d663a0a4e8362fbb650a"},"breadcrumb":{"@id":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.boxcorea.com\/wp\/archives\/2983"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.boxcorea.com\/wp\/archives\/2983#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.boxcorea.com\/wp"},{"@type":"ListItem","position":2,"name":"solaris NFS \uc11c\ubc84 \uc124\uc815\uacfc \uc0ac\uc6a9\ud558\uae30."}]},{"@type":"WebSite","@id":"https:\/\/blog.boxcorea.com\/wp\/#website","url":"https:\/\/blog.boxcorea.com\/wp\/","name":"Blog-boxcorea","description":"Simple is Beautiful!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.boxcorea.com\/wp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/blog.boxcorea.com\/wp\/#\/schema\/person\/6d8e12df2429d663a0a4e8362fbb650a","name":"snowffox","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/secure.gravatar.com\/avatar\/c0787be58ea7e470b1a6f5ea8ce367c7913809648a00e0c15faace5220902ffb?s=96&d=retro&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c0787be58ea7e470b1a6f5ea8ce367c7913809648a00e0c15faace5220902ffb?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c0787be58ea7e470b1a6f5ea8ce367c7913809648a00e0c15faace5220902ffb?s=96&d=retro&r=g","caption":"snowffox"},"url":"https:\/\/blog.boxcorea.com\/wp\/archives\/author\/admin"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4wGXL-M7","jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/posts\/2983","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/comments?post=2983"}],"version-history":[{"count":1,"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/posts\/2983\/revisions"}],"predecessor-version":[{"id":2984,"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/posts\/2983\/revisions\/2984"}],"wp:attachment":[{"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/media?parent=2983"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/categories?post=2983"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.boxcorea.com\/wp\/wp-json\/wp\/v2\/tags?post=2983"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}