Changes

no edit summary
Line 984: Line 984:  
       <td>-(interactive button)</td>
 
       <td>-(interactive button)</td>
 
       <td>Performs diagnostic test when clicked.</td>
 
       <td>Performs diagnostic test when clicked.</td>
 +
    </tr>
 +
</table>
 +
 +
 +
==Storage Memory Expansion==
 +
 +
===USB===
 +
----
 +
The <b>Storage Memory Expansion</b> function provides the possibility to expand the device's flash memory with a USB mass storage device.
 +
 +
====Memory Expansion====
 +
----
 +
You can <b>expand the flash memory</b> of this device with a USB Mass Storage Device (MSD) and use the extra memory to install additional software packages. This section provides instruction on how to do just that. However, there are a few prerequisites and warnings to take note of before using memory expansion.
 +
 +
To be eligible for memory expansion, the USB MSD must meet the following restrictions.
 +
 +
<ul>
 +
    <li>The MSD must be the last one (chronologically) inserted.</li>
 +
    <li>If you are using a USB hub, the target MSD must be the last one attached to the hub.</li>
 +
    <li><b>No important data on the MSD as it will be wiped during expansion setup!</b></li>
 +
</ul>
 +
 +
When expansion is enabled, <b>do not detach the USB device as this will delete the data stored on it</b>. Changes made to the device configuration while expansion was enabled will disappear after it is disabled.
 +
 +
====Enabling memory expansion====
 +
----
 +
To successfully expand the flash memory of your device follow the steps described below.
 +
 +
<ol>
 +
    <li>Attach a USB Mass Storage Device (MSD) to the USB connector on the device and go to the Services → Storage Memory Expansion page.</li>
 +
    <li>Set the 'Enable storage expansion' slider to 'on' and click 'Save & Apply'.<br>[[File:Networking_rutos_manual_storage_memory_expansion_enable_1.png|border|class=tlt-border]]</li>
 +
    <li>You will see a pop-up asking for confirmation. Take note that <u>if you continue from this point on:</u>
 +
        <ul>
 +
            <li>your <b>USB device's memory will be wiped</b> and formatted to ext2 format;</li>
 +
            <li>your device's <b>current configuration will be backed up</b> and restored to this point if the USB drive is removed or memory expansion is disabled;</li>
 +
            <li>the entire procedure <b>may take a very long time</b> and includes a reboot at the end; exact time will vary depending on the size of the MSD (larger size will take longer; for example, using a 128 GB drive will take about 2 hours to fully set up, while a 16 GB will only take about 5 minutes).</li>
 +
        </ul>Click 'Continue' to proceed.<br>[[File:Networking_rutos_manual_storage_memory_expansion_enable_2.png|border|class=tlt-border]]
 +
    </li>
 +
    <li>If all is in order you should see a 'Formatting MSD...' message on the screen. This indicates that the MSD is being formatted and integrated with the system. This procedure can take a long time and ends with a reboot of the device.<br>[[File:Networking_rutos_manual_storage_memory_expansion_enable_3.png]]</li>
 +
    <li>Your device's flash memory will be expanded once the reboot has finished. In order to check, log in to the WebUI and look to the 'System' widget in the 'Overview' page. Hover your mouse cursor over the 'FLASH' memory indicator; you should see an increase to the device's flash memory.<br>[[File:Networking_rutos_manual_storage_memory_expansion_enable_4.png|border|class=tlt-border]]</li>
 +
</ol>
 +
 +
====Disabling memory expansion====
 +
----
 +
To successfully disable memory expansion follow the steps described below.
 +
 +
<ol>
 +
    <li>Go to the Services → Storage Memory Expansion page.</li>
 +
    <li>Set the 'Enable storage expansion' slider to 'off' and click 'Save & Apply'.<br>[[File:Networking_rutos_manual_storage_memory_expansion_disable_1.png|border|class=tlt-border]]</li>
 +
    <li>You will see a pop-up asking for confirmation. Take note that <u>if you continue from this point on:</u>
 +
        <ul>
 +
            <li>your <b>USB device's memory will be wiped</b> and formatted to NTFS format;</li>
 +
            <li>your <b>device's configuration will be restored</b> to the point it was before memory expansion;</li>
 +
            <li>the entire procedure <b>will take up to 2 minutes</b> including a reboot.</li>
 +
        </ul>Click 'Continue' to proceed.<br>[[File:Networking_rutos_manual_storage_memory_expansion_disable_2.png|border|class=tlt-border]]
 +
    </li>
 +
    <li>If all is in order you should see a 'Formatting MSD...' message on the screen. This indicates that the MSD is being formatted and detached from the system. This procedure can take up to a couple of minutes and ends with a reboot of the device.<br>[[File:Networking_rutos_manual_storage_memory_expansion_disable_3.png]]</li>
 +
    <li>Your device's flash memory will be restored to normal once the reboot has finished. In order to check, log in to the WebUI and look to the 'System' widget in the 'Overview' page. Hover your mouse cursor over the 'FLASH' memory indicator; you should see your device's flash memory return to its regular size.<br>[[File:Networking_rutos_manual_storage_memory_expansion_disable_4.png|border|class=tlt-border]]</li>
 +
</ol>
 +
 +
===SSHFS===
 +
----
 +
<b>SSHFS</b> is a tool, which allows you to mount a remote filesystem (in remote SSH server) to your {{{name}}} device using SSH.
 +
This service is safe to use as it authenticates connections and encrypts them.
 +
 +
<b>SSHFS</b> configuration consists of setting up authentication, port and mount information parameters. Below is an example oh the SSHFS configuration page.
 +
 +
[[File:Networking_rutos_manual_sshfs_v3.png|border|class=tlt-border]]
 +
 +
<table class="nd-mantable">
 +
    <tr>
 +
        <th>Field</th>
 +
      <th>Value</th>
 +
      <th>Description</th>
 +
    </tr>
 +
    <tr>
 +
      <td>Enable</td>
 +
      <td>off | on; default: <b>off</b></td>
 +
      <td>Turns the SSHFS service on or off.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Hostname</td>
 +
      <td>string; default: <b>none</b></td>
 +
      <td>Hostname of the remote SSH server.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Port</td>
 +
      <td>integer [0..65535]; default: <b>none</b></td>
 +
      <td>Port of the remote SSH server.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Username</td>
 +
      <td>string; default: <b>none</b></td>
 +
      <td>Username of the remote SSH server.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Password</td>
 +
      <td>string; default: <b>none</b></td>
 +
      <td>Password of the remote SSH server.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Mount Point</td>
 +
      <td>filepath; default: <b>/sshmount</b></td>
 +
      <td>Mount point of remote file system <b>in the {{{name}}}</b>. Remote file system has to be mounted at root <b>/</b> level.
 +
          By default the remote file system will be mounted on <b>/sshmount</b>, directory will be automatically created if does not exist yet.</td>
 +
    </tr>
 +
    <tr>
 +
      <td>Mount Path</td>
 +
      <td>filepath; default: <b>/home/</b></td>
 +
      <td>Mount path <b>in the remote SSH server</b>. For example, if SSH server is hosted on Ubuntu operating system, the Mount Path could look like this (depending on your needs): <b>/home/username/</b></td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>
    
[[Category:{{{name}}} System section]]
 
[[Category:{{{name}}} System section]]

Navigation menu