openmediavault

Ungelesene Themen

    1. Thema
    2. Antworten
    3. Letzte Antwort
    1. Missing file system Raid1 2

      • SebastianS1986
    2. Antworten
      2
      Zugriffe
      35
      2
    3. Soma

    1. two discs synchronized 1

      • carlo.coin
    2. Antworten
      1
      Zugriffe
      38
      1
    3. chente

    1. Streaming Problem on Samsung TV - Connection lost. MiniDlna?

      • intruderevil
    2. Antworten
      0
      Zugriffe
      21
    1. Assign a static ip to my swag's container 10

      • Dnfya
    2. Antworten
      10
      Zugriffe
      170
      10
    3. Dnfya

    1. Install database on OMV for 2 computer access 6

      • CMWhitley
    2. Antworten
      6
      Zugriffe
      200
      6
    3. BernH

Letzte Aktivitäten

  • Soma

    Hat eine Antwort im Thema Missing file system Raid1 verfasst.
    Beitrag
    Unless the drives are plugged via USB.
    Then you won't be able to do RAID on OMV
  • chente

    Hat eine Antwort im Thema Missing file system Raid1 verfasst.
    Beitrag
    Install the openmediavault-md plugin.
  • chente

    Hat eine Antwort im Thema two discs synchronized verfasst.
    Beitrag
    Create an rsync task that runs regularly to synchronize both hard drives.
    Since OMV makes the configurations through shared folders, the ideal would be to create a shared folder disk1 and another disk2 and synchronize both.
  • intruderevil

    Thema
    I installed Open Mediavault on a HP Microserver Gen8. All works fine for me but i have a Problem with miniDlna. I can stream a Movie for about 20 Seconds the an error cames Connection Lost. The TV ist connected via Gigabit Lan my Server too. Any Idea…
  • Soma

    Hat mit Gefällt mir auf den Beitrag von Dnfya im Thema
    • OMV 6.x
    • gelöst
    Assign a static ip to my swag's container reagiert.
    Reaktion (Beitrag)
    Hello,

    I've found a solution: just added a subnet mask to the configuration.yaml file in the home assistant's container (like it's written in the homeassistant proxy-conf: too bad I didn't read it better earlier...).

    (Quelltext, 5 Zeilen)

  • SebastianS1986

    Hat das Thema Missing file system Raid1 gestartet.
    Thema
    Hello everyone,
    I'm new to this forum and totally inexperienced with OMV!
    I would like to create the RAID1 and a simple configuration that is sufficient for double data mirroring with Windows + FTP! But as can be seen on many YouTube videos, the RAID is…
  • carlo.coin

    Hat das Thema two discs synchronized gestartet.
    Thema
    Good morning,
    Is there a guide or post that teaches how to create two synchronized disks, that is, a disk used by users to save their files while the second is periodically updated so as to be an exact mirror of the first?
    Thanks in advance for the help.
  • Dnfya

    Hat eine Antwort im Thema
    • OMV 6.x
    • gelöst
    Assign a static ip to my swag's container verfasst.
    Beitrag
    Hello,

    I've found a solution: just added a subnet mask to the configuration.yaml file in the home assistant's container (like it's written in the homeassistant proxy-conf: too bad I didn't read it better earlier...).

    (Quelltext, 5 Zeilen)

  • BernH

    Hat eine Antwort im Thema
    • OMV 6.x
    Install database on OMV for 2 computer access verfasst.
    Beitrag
    Have a look at cube sql. I run it at the office to share a database to 5 audio workstations. It is basically an SQLite database but the cube sql server is network friendly.

    There is a free version and even a docker version of it if I recall correctly. The…
  • ryecoaaron

    Hat eine Antwort im Thema
    • OMV 6.x
    Install database on OMV for 2 computer access verfasst.
    Beitrag
    […]

    While I agree nfs and cifs are bad for sqlite if you want to simultaneously access the database, it should work for non-simultaneous access that you said you are using it for if you get the permissions right (I've done it). Either way, if you want a…