Beiträge von Precision7345

    Hi everyone, im having issues mounting a filesystem.

    What I've done:

    1. Created Software RAID 1 with 2 drives
    2. Enabled LUKS encryption with the omv-plugin
    3. Unlocked LUKS encryption
    4. Enabled LVM plugin (omv-plugin)
    5. Created a LVM Physical Volume
    6. Created a LVM Volume Group
    7. Created 2 seperate LVM Logical Volumes
    8. Created EXT4 Filesystem for one of these logical volumes


    Now I was trying to mount it but when trying to apply the pending configuration changes, after a second or two this error pops up everytime. I even restarted the operating system (of course unlocked the LUKS container).


    I can say that I found this UUID in the docker inspect command when I checked my running docker containers listed as:

    Zitat

    "MergedDir": "/srv/dev-disk-by-uuid-ca1d42af-c7b9-4520-9e3a-865a09d5fffc/docker/overlay2/26433e97be9dc284702480812329bb2ae98d39e385e1a6a1ac88bc214c1f89c2/merged",

    "UpperDir": "/srv/dev-disk-by-uuid-ca1d42af-c7b9-4520-9e3a-865a09d5fffc/docker/overlay2/26433e97be9dc284702480812329bb2ae98d39e385e1a6a1ac88bc214c1f89c2/diff",

    "WorkDir": "/srv/dev-disk-by-uuid-ca1d42af-c7b9-4520-9e3a-865a09d5fffc/docker/overlay2/26433e97be9dc284702480812329bb2ae98d39e385e1a6a1ac88bc214c1f89c2/work"


    However these are located on the system SSD which is not being used for any storage. Just a few docker containers and OMV run on this. I dont understand why this could be a problem.


    Thanks in advance!