Skip to content

Commit

Permalink
Fix various issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <volker.theile@openmediavault.org>
  • Loading branch information
votdev committed Jan 19, 2018
1 parent 8516ae2 commit abbb3ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FAQ.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FAQ
----
===

**Frequently Asked Questions**

Expand Down Expand Up @@ -44,7 +44,7 @@ How can I modify an internal value of some service |omv| has control over?
Read :doc:`here <various/advset>` for advanced configurations.

How can I modify or add a network configuration of :file:`/etc/network/interfaces` with some custom options the |webui| does not provide?
The interfaces file is controlled by |omv|. To add network interfaces that are not configurable through the |webui| or other options not present, you need to use :doc:`advanced settings <various/advancedsettings>`.
The interfaces file is controlled by |omv|. To add network interfaces that are not configurable through the |webui| or other options not present, you need to use :doc:`advanced settings <various/advset>`.

Why my disks mount paths have a long alphanumeric number?
The long number is called UUID, it is used by fstab to mount disks. This number is unique per filesystem (or at least unlikely possible that another filesystem comes with an identical one). This helps maintaing the mount points. The old linux way (sda1, sdb1, etc) is not guaranteed that /sda1 is the same disk on next reboot. If you have trouble identiying them in terminal, you can always create a pool with symlinks to each file system with easy to remember names.
Expand Down
3 changes: 2 additions & 1 deletion features.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Features
======

System
-----

Expand Down Expand Up @@ -79,4 +80,4 @@ Diagnostics
.. [5] https://www.samba.org/
.. [6] http://www.proftpd.org/
.. [7] http://nfs.sourceforge.net/
.. [8] https://www.openssh.com/
.. [8] https://www.openssh.com/

0 comments on commit abbb3ec

Please sign in to comment.