0669.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>VMware ESXi - Create Datastore from Windows Network Share via NFS</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="ESXi NFS Datastore,Hypervisor,Network File System,ESXi,VMware,Virtual Machine,VM,NFS,Microsoft,Windows,Network,Share,File,NFS Datastore,ESXi NFS,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="VMware ESXi - Create Datastore from Windows Network Share via NFS">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>VMware ESXi - Create Datastore from Windows Network Share via NFS</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Installing NFS Server Role</h2>
  25. <ol>
  26. <li>Launch Server Manager if it does not automatically load
  27. <ol>
  28. <li>Click the Start button &gt; Server Manager</li>
  29. </ol>
  30. </li>
  31. <li>Click Manage &gt; Add roles and features</li>
  32. <li>Click Next on the Before you begin screen</li>
  33. <li>Select Role-based or feature-based installation &gt; Next</li>
  34. <li>Leave Select a server from the server pool selected and select the current server &gt; Next</li>
  35. <li>Expand File and Storage Services &gt; Expand File and iSCSI Services &gt; Select Server for NFS</li>
  36. <li>A popup will appear with additional required roles and features, click the Add Features button</li>
  37. <li>Click Next</li>
  38. <li>Click Next on the Select features screen</li>
  39. <li>Click Install on the confirmation screen</li>
  40. <li>Leave the installation progress screen open until the install completes</li>
  41. <li>Once the installation has completed click Close</li>
  42. </ol>
  43. <h2>Creating the NFS Share</h2>
  44. <ol>
  45. <li>In Server Manager, click File and Storage Services in the left navigation menu</li>
  46. <li>Select Shares in the left sub-navigation menu</li>
  47. <li>To the right of the Shares pane, click Tasks &gt; New Share...</li>
  48. <li>Select NFS Share - Quick &gt; Click Next</li>
  49. <li>Select Type a custom path... &gt; Click the Browse button</li>
  50. <li>Navigate to the folder location to share &gt; Click Select Folder &gt; Click Next</li>
  51. <li>Enter a Share name &gt; Click Next</li>
  52. <li>Under No server authentication, Check Enable unmapped user access &gt; Select No server authentication (AUTH_SYS) &gt; Select Enable unmapped user access &gt; Click Next</li>
  53. <li>On the Share Permissions page click Add...</li>
  54. <li>Select Host &gt; Enter the IP address or DNS name of the ESXi server &gt; Set the Share permissions dropdown to Read / Write Click Add &gt; Check the Allow root access box &gt; Click Next</li>
  55. <li>On the Permissions page click Next</li>
  56. <li>Click Create &gt; Click Close</li>
  57. </ol>
  58. <h2>Adding the NFS Share to VMware ESXi</h2>
  59. <ol>
  60. <li>Log into the VMware ESXi web UI</li>
  61. <li>Select Storage from the left navigation menu &gt; Click New datastore</li>
  62. <li>Select Mount NFS datastore &gt; Click Next</li>
  63. <li>Enter the a name for the datastore &gt; Enter the NFS server IP or DNS name, share name and select NFS 4 &gt; Click Next</li>
  64. <li>Review the summary page &gt; Click Finish</li>
  65. </ol>
  66. </div>
  67. </div>
  68. </body>
  69. </html>