Beiträge von ptitdo

    After doing a clean install and following the instructions from this link https://wiki.omv-extras.org/do…talling_omv5_raspberry_pi to the letter (+ format of the SDcard, verification of the PI Lite OS, verification of the SD card), I still have the same output after executing the below commands :

    Code
    $ omv-confdbadm read --prettify conf.system.filesystem.mountpoint
    $ omv-confdbadm read --prettify conf.system.sharedfolder

    I mounted the drive and then created a shared folder before trying the above commands.




    I will try to do a second install on another SDcard but I do not have a good feeling.:/

    just mounted the drive :


    Code
    pi@raspberrypi4:~ $ lsblk
    NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
    sda           8:0    0  2.7T  0 disk
    └─sda1        8:1    0  2.7T  0 part /srv/dev-disk-uuid-a29c7e85-b031-410d-881f-2aa5c4037011
    mmcblk0     179:0    0 28.9G  0 disk
    ├─mmcblk0p1 179:1    0  256M  0 part /boot
    └─mmcblk0p2 179:2    0 28.6G  0 part /


    Code
    pi@raspberrypi4:~ $ ls -al /srv
    total 28
    drwxr-xr  7 root root    4096 Jan 30 15:39 .
    drwxr-xr 23 root root    4096 Nov  3 09:48 ..
    drwxr-xr  3 root root    4096 Jan 30 15:39 dev-disk-uuid-a29c7e85-b031-410d-881f-2aa5c4037011
    drwx--x--x  5 root root    4096 Jan 27 15:45 dev-disk-uuid-cda8d6a5-c751-4121-8c36-04730cf00eaa
    drwxr-xr  2 ftp  nogroup 4096 Nov  3 09:49 ftp
    drwxr-xr-x  3 root root    4096 Jan 22 15:30 pillar
    drwxr-xr  5 root root    4096 Jan 22 15:30 salt



    Do you see anything particular ?

    I have unmounted the drive (but still not mounted), I have the following :


    Code
    pi@raspberrypi4:~ $ lsblk
    NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
    sda           8:0    0  2.7T  0 disk
    mmcblk0     179:0    0 28.9G  0 disk
    ├─mmcblk0p1 179:1    0  256M  0 part /boot
    └─mmcblk0p2 179:2    0 28.6G  0 part /


    Code
    pi@raspberrypi4:~ $ ls -al /srv
    total 24
    drwxr-xr  6 root root    4096 Jan 30 15:06 .
    drwxr-xr 23 root root    4096 Nov  3 09:48 ..
    drwx--x--x  5 root root    4096 Jan 27 15:45 dev-disk-uuid-cda8d6a5-c751-4121-8c36-04730cf00eaa
    drwxr-xr  2 ftp  nogroup 4096 Nov  3 09:49 ftp
    drwxr-xr-x  3 root root    4096 Jan 22 15:30 pillar
    drwxr-xr  5 root root    4096 Jan 22 15:30 salt


    dev-disk-uuid-cda8d6a5-c751-4121-8c36-04730cf00eaa is still shown, is it normal ?

    The folder with the "by" is the mountpoint of your drive. This is where you want to put the docker base path etc.


    The other folder w/o the "by" has been created because you used the wrong path in the docker-compose file and when installing docker.


    Well, should be like this, but does not match with the screenshot in the first (?) post where the mountpoint is shown. Maybe som thing messed up on your system sowmhow?


    Well, you might be right, oddly, in file systems I havet this :


    XrIMZWi.png


    with the "by"


    But the absolute path of my shared folder are without the "by"


    IyHtRFf.png


    Thanks geaves , it was already activated by default, I will check how to log as root.

    Thanks, I tried both ways :

    • restart -> no success
    • uninstall then put the complete path, save, install docker -> no success

    Got an error in the log while installing but it did install at the end :



    However, the issue persists, my /containers folder remains empty.:(