You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, but the installation does not have any optimizations to reduce writes
26
26
into the OS disk. The usb media will most likely start failing within a
27
27
few weeks of usage. Most common symptom is basic command execution does
28
28
not work, denied login, etc. More information `here <https://forum.openmediavault.org/index.php/Thread/6438-Tutorial-Experimental-Third-party-Plugin-available-Reducing-OMV-s-disk-writes-al/>`_.
29
29
30
30
What are the default credentials for the UI?
31
-
----
31
+
--------------------------------------------
32
32
Use the user 'admin' and the password 'openmediavault' for the first login.
33
33
34
34
Can I give administrator privileges to non-privileged users to access the web control panel?
For storage devices connected via USB, |omv| relies entirely on the auto-detection
47
47
functionality of the `smartmontools <https://www.smartmontools.org/>`_ applications.
48
48
To be always up to date |omv| automatically downloads the `smartctl/smartd database <https://raw.githubusercontent.com/mirror/smartmontools/master/drivedb.h>`_
@@ -57,59 +57,59 @@ I cannot read out SMART data for my storage device?
57
57
for more information.
58
58
59
59
What is the file :file:`/etc/openmediavault/config.xml` for?
The long number is called UUID, it is used by fstab to mount disks. This
123
123
number is unique per filesystem (or at least unlikely possible that
124
124
another filesystem comes with an identical one). This helps maintaining the
@@ -131,7 +131,7 @@ Why my disks mount paths have a long alphanumeric number?
131
131
The default creation of mount paths is documented `here <https://github.com/openmediavault/openmediavault/blob/20ec529737e6eca2e1f98d0b3d1ade16a3c338e1/deb/openmediavault/usr/share/openmediavault/engined/rpc/filesystemmgmt.inc#L823-L833>`_.
132
132
133
133
I don't have a data disk, and I want to use my OS disk for storing data?
If the password is correct then this is most likely caused by the rootfs partition being full. This command can help track which folders are the biggest :command:`df -hx --max-depth=1 /`.
11
11
12
12
I only see a few items in the web interface interface like the user section of Access Rights Management.
Never mount a drive with anything other than the |omv| |webui|. This creates the necessary database entries to populate the device dropdown.
23
23
24
24
Samba is slow.
25
-
----
25
+
--------------
26
26
Read these threads:
27
27
28
28
- `read/write performance for SMB shares hosted on RPi4 <https://forum.openmediavault.org/index.php?thread/37285-rpi4-read-write-performance-for-smb-shares/&postID=260232#post260232>`_
29
29
- `Tuning Samba for more speed <http://forum.openmediavault.org/index.php/Thread/12986-Tunning-Samba-for-more-speed/>`_ (note: written for OMV 2.x)
30
30
- `Tuning Samba for more speed 2 <http://forum.openmediavault.org/index.php/Thread/14615-Tuning-Samba-for-more-speed-2//>`_ (note: written for OMV 2.x)
31
31
32
32
Samba share password is refused from Windows 10.
33
-
----
33
+
------------------------------------------------
34
34
To fix the problem you need to change the `Network Security LAN Manager authentication level <https://social.technet.microsoft.com/Forums/windows/en-US/8249ad4c-69aa-41ba-8863-8ecd7a7a4d27/samba-share-password-refused>`_.
35
35
36
-
How to troubleshoot an error caused by an "Option" parameter passed to a plug-in
37
-
----
36
+
How to troubleshoot an error caused by an "Option" parameter passed to a plug-in?
To find the root cause, run the faulty systemd unit file yourself by executing::
39
39
40
40
systemd restart <plug-in-daemon>
41
41
42
42
If output of <plug-in> is now more verbose, then you will get a hint on STDOUT. If not, then you need to run ``journalctl -f`` in parallel to get the syslog output. Admittedly, not really novice friendly, but it's really not possible to do it any other way. OMV always tries to be as error/debug friendly as possible; by default.
43
43
44
44
I am using JMicron drive enclosures and some of my drives are not appearing.
This is likely because JMicron controllers incorrectly report identical serial numbers and other data which confuses various systems.
47
47
|omv| provides an `UDEV rules database <https://github.com/openmediavault/openmediavault/pull/746>`_ which will fix that issue for several USB PATA/SATA bridge controllers.
48
48
If your hardware still does not work, then please provide the information mentioned in that pull request and open a new tracker issue.
0 commit comments