flashmemory_plugin_for_omv6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
flashmemory_plugin_for_omv6 [2022/01/10 15:12] – [Wear Leveling] crashtestflashmemory_plugin_for_omv6 [2022/07/28 17:28] crashtest
Line 1: Line 1:
 +<html><center><span style="color:#000066;font-size:300%;">FlashMemory Plugin For OMV6</span></center></html>
 \\ \\
-<html><center><strong>FlashMemory Plugin For OMV6</strong></center></html>+
  
 {{ :omvextras_logo4.jpg?400 |}} {{ :omvextras_logo4.jpg?400 |}}
Line 18: Line 18:
 \\ \\
 ===== The FlashMemory Plugin ===== ===== The FlashMemory Plugin =====
-The FlashMemory Plugin was designed to make booting from USB thumbdrives and SD-cards feasible and a practical alternative to booting from a hard drive or SSD.  In addition to the relative low cost, using USB thumbdrives enable easy [[https://openmediavault.readthedocs.io/en/5.x/new_user_guide/newuserguide.html#operating-system-backup|OS backup]]  ((Update to link OMV6 New User Guide)) options, quick recovery from boot drive failure and it saves a SATA port for a data storage drive.\\  +The FlashMemory Plugin was designed to make booting from USB thumbdrives and SD-cards feasible and a practical  
 +alternative to booting from a hard drive or SSD.  In addition to the relative low cost, using USB thumbdrives  
 +enable easy [[https://openmediavault.readthedocs.io/en/5.x/new_user_guide/newuserguide.html#operating-system-backup|OS backup]]   
 +options, quick recovery from boot drive failure and it saves a SATA port for a  
 +data storage drive.\\  
 \\ \\
 This plugin is **REQUIRED**, for a flash media boot drive, or it will have a short life.  For an in-depth explanation see;  [[https://wiki.omv-extras.org/doku.php?id=flashmemory_plugin_for_omv6#why_is_the_flashmemory_plugin_required|Why is the FlashMemory Plugin Required?]]     \\ This plugin is **REQUIRED**, for a flash media boot drive, or it will have a short life.  For an in-depth explanation see;  [[https://wiki.omv-extras.org/doku.php?id=flashmemory_plugin_for_omv6#why_is_the_flashmemory_plugin_required|Why is the FlashMemory Plugin Required?]]     \\
Line 30: Line 34:
 ==== Installation ==== ==== Installation ====
  
-For OMV6installing OMV-Extras is accomplished by copying and pasting the following wget command, on your server's command line, as root:\\ +For OMV6installing OMV-Extras is accomplished by copying  
-(Highlight the following line and hit **Ctrl+C**.  In an SSH client like PuTTY, a right mouse click will paste the line in.)+and pasting the following wget command, on your server's command line, as root: 
 +\\
  
-wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash+''wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash''
  
 +Highlight the line above and hit **ctrl+c**.  In an SSH client like PuTTY, a right mouse click will paste the line in.\\
 **Note:**  If you're unsure of how to get on the command line, see this reference for → [[https://openmediavault.readthedocs.io/en/5.x/new_user_guide/newuserguide.html#putty|installing and using PuTTY]].  **Note:**  If you're unsure of how to get on the command line, see this reference for → [[https://openmediavault.readthedocs.io/en/5.x/new_user_guide/newuserguide.html#putty|installing and using PuTTY]]. 
 +\\
 +When the script is complete, OMV-Extra's will be installed and activated.
  
-When the script is complete, OMV-Extra's and the Flashmemory plugin will be installed and activated. 
 ---- ----
  
 +With OMV extra's installed, there are two choices to install the FlashMemory Plugin:\\
 +\\
 +\\
 +1. Installation on the command line:\\
 +
 +''apt-get install openmediavault-flashmemory''\\
 +
 +Again, paste the above into the command line, as described above.\\
 +\\
 +2. Installation within the GUI:
 +
 +The Flashmemory plugin can now be found under, **System**, **Plugins**
 + 
 +\\
 +----
 \\ \\
 ==== Why is the FlashMemory Plugin Required? ==== ==== Why is the FlashMemory Plugin Required? ====