123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>VMware ESXi - Create Datastore from Windows Network Share via NFS</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <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">
- <meta name="author" content="i12bretro">
- <meta name="description" content="VMware ESXi - Create Datastore from Windows Network Share via NFS">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>VMware ESXi - Create Datastore from Windows Network Share via NFS</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Installing NFS Server Role</h2>
- <ol>
- <li>Launch Server Manager if it does not automatically load
- <ol>
- <li>Click the Start button > Server Manager</li>
- </ol>
- </li>
- <li>Click Manage > Add roles and features</li>
- <li>Click Next on the Before you begin screen</li>
- <li>Select Role-based or feature-based installation > Next</li>
- <li>Leave Select a server from the server pool selected and select the current server > Next</li>
- <li>Expand File and Storage Services > Expand File and iSCSI Services > Select Server for NFS</li>
- <li>A popup will appear with additional required roles and features, click the Add Features button</li>
- <li>Click Next</li>
- <li>Click Next on the Select features screen</li>
- <li>Click Install on the confirmation screen</li>
- <li>Leave the installation progress screen open until the install completes</li>
- <li>Once the installation has completed click Close</li>
- </ol>
- <h2>Creating the NFS Share</h2>
- <ol>
- <li>In Server Manager, click File and Storage Services in the left navigation menu</li>
- <li>Select Shares in the left sub-navigation menu</li>
- <li>To the right of the Shares pane, click Tasks > New Share...</li>
- <li>Select NFS Share - Quick > Click Next</li>
- <li>Select Type a custom path... > Click the Browse button</li>
- <li>Navigate to the folder location to share > Click Select Folder > Click Next</li>
- <li>Enter a Share name > Click Next</li>
- <li>Under No server authentication, Check Enable unmapped user access > Select No server authentication (AUTH_SYS) > Select Enable unmapped user access > Click Next</li>
- <li>On the Share Permissions page click Add...</li>
- <li>Select Host > Enter the IP address or DNS name of the ESXi server > Set the Share permissions dropdown to Read / Write Click Add > Check the Allow root access box > Click Next</li>
- <li>On the Permissions page click Next</li>
- <li>Click Create > Click Close</li>
- </ol>
- <h2>Adding the NFS Share to VMware ESXi</h2>
- <ol>
- <li>Log into the VMware ESXi web UI</li>
- <li>Select Storage from the left navigation menu > Click New datastore</li>
- <li>Select Mount NFS datastore > Click Next</li>
- <li>Enter the a name for the datastore > Enter the NFS server IP or DNS name, share name and select NFS 4 > Click Next</li>
- <li>Review the summary page > Click Finish</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|