{"id":5059,"date":"2021-03-28T21:29:31","date_gmt":"2021-03-28T21:29:31","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=5059"},"modified":"2022-12-02T02:44:25","modified_gmt":"2022-12-02T02:44:25","slug":"how-to-create-an-nfs-share-in-server-2019","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/how-to-create-an-nfs-share-in-server-2019","title":{"rendered":"How to create an NFS Share in server 2019"},"content":{"rendered":"\nRecently needed to create an NFS share to hosts some ISO&#8217;s for Xen server\n\n\n<div class=\"wp-block-wab-pastacode\">\n\t<div class=\"code-embed-wrapper\"> <pre class=\"language-markup code-embed-pre line-numbers\"  data-start=\"1\" data-line-offset=\"0\"><code class=\"language-markup code-embed-code\"><br\/>New-NfsShare -Name &quot;NFSshare01&quot; -Path &quot;C:\\NFSshare&quot; -EnableUnmappedAccess $True -Authentication Sys <br\/><br\/><br\/>Grant-NfsSharePermission -Name &quot;NFSshare01&quot; -ClientName &quot;10.0.0.110&quot; -ClientType &quot;host&quot; -Permission &quot;readwrite&quot; -AllowRootAccess $True <\/code><\/pre> <div class=\"code-embed-infos\"> <\/div> <\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Recently needed to create an NFS share to hosts some ISO&#8217;s for Xen server<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3458,1361,2823,3049],"class_list":["post-5059","post","type-post","status-publish","format-standard","hentry","category-research","tag-3458","tag-iso","tag-nfs","tag-share"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=5059"}],"version-history":[{"count":2,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5059\/revisions"}],"predecessor-version":[{"id":6456,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/5059\/revisions\/6456"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=5059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=5059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=5059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}