0814.html 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Running a Netgear ReadyNAS OS VM in VirtualBox</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Netgear,ReadyNAS,ReadyNASOS,ReadyNAS OS,ReadyNAS OS VM,Home Lab,Home Lab Ideas,Hypervisor,Install Guide,Self-Hosted,NAS,Network Storage,VM,Virtual Machine,VirtualBox,Linux,Web Based,Web Based Tools,Browser Based,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Running a Netgear ReadyNAS OS VM in VirtualBox">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/10/2024 08:16:07 AM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Running a Netgear ReadyNAS OS VM in VirtualBox</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>What is Netgear ReadyNAS OS?</h2>
  26. <blockquote><em>ReadyNAS [is] an advanced, easy-to-use storage solution for centralizing and accessing digital files such as photos, music, videos and documents. Designed for both home and small- and medium-sized business (SMB) users, the new ReadyNAS OS offers improvements in data protection, backup, sync, and cloud-based usability. -<a href="https://www.netgear.com/about/press-releases/2014/11172014_new_readynas_operating_system/" target="_blank">https://www.netgear.com/about/press-releases/2014/11172014_new_readynas_operating_system/</a></em></blockquote>
  27. <ol>
  28. <li>Open a web browser and download the ReadyNAS OS .vmdk file <a href="https://drive.google.com/file/d/1o3leiLMRQRE8QWu2GFqzWV6G8g3Yj8hO/view?usp=sharing" target="_blank">Download</a> <a href="https://github.com/ReadyNAS/sdk/wiki/ReadyNAS-OS-VMDK-Images" target="_blank">VMDK Files</a></li>
  29. <li>Launch VirtualBox</li>
  30. <li>Create a New VM by selecting Machine &gt; New
  31. <p>Name: ReadyNAS OS<br />
  32. Machine Folder: C:\VMs<br />
  33. Type: Linux<br />
  34. Version: Debian (64-bit)<br />
  35. Memory Size: 1024 MB<br />
  36. Hard disk: Use an existing virtual hard disk now</p>
  37. </li>
  38. <li>Click the folder icon &gt; Browse to and select the extracted ReadyNAS OS .vmdk file</li>
  39. <li>Click Create</li>
  40. <li>Select the VM and Click Settings</li>
  41. <li>Select System</li>
  42. <li>Uncheck the Floppy checkbox</li>
  43. <li>On the Processor tab, give the VM at least 2 processors</li>
  44. <li>Select Storage</li>
  45. <li>Select and remove the IDE disk controller</li>
  46. <li>Select the Add hard disk dropdown to the right</li>
  47. <li>Click the Create button at the top</li>
  48. <li>Change the size to 20 GB &gt; Click Create</li>
  49. <li>Click Choose to select the new virtual disk</li>
  50. <li>Select Audio</li>
  51. <li>Uncheck the Enable Audio checkbox</li>
  52. <li>Select Network</li>
  53. <li>Set the attached to dropdown to Bridged Adapter</li>
  54. <li>Click OK</li>
  55. <li>Make sure the ReadyNAS OS VM is selected and click Start &gt; Normal</li>
  56. <li>Welcome to ReadyNAS OS</li>
  57. <li>Log into the console with the username root and password password</li>
  58. <li>Run the following command to output the IP address of the VM
  59. <div class="codeBlock CMD">ifconfig</div>
  60. </li>
  61. <li>Open a web browser and navigate to http://IPAddressfromIFCONFIG</li>
  62. <li>Login with the username admin and password password</li>
  63. </ol>
  64. <p>Source: <a href="https://github.com/ReadyNAS/sdk/wiki/Setup-ReadyNAS-OS-on-VirtualBox" target="_blank">https://github.com/ReadyNAS/sdk/wiki/Setup-ReadyNAS-OS-on-VirtualBox</a></p> </div>
  65. </div>
  66. </body>
  67. </html>