UUID dir created in root filesystem

  • Hi,


    I have just checked my / dir and saw a strange dir name some kind of UUID


    root@home-server:~# cd /
    root@home-server:/# ls -al
    total 129
    drwxr-xr-x 3 root root 4096 mars 26 17:40 ~
    drwxr-xr-x 27 root root 4096 avril 18 15:53 .
    drwxr-xr-x 27 root root 4096 avril 18 15:53 ..
    drwxrwxrwx 2 root root 4096 avril 17 14:51 96d9c49e-f4af-48d9-a8bd-40992ea4c63b
    ...


    I have checked the config.xml file and it's a shared folder UUID !
    <sharedfolder>
    <uuid>96d9c49e-f4af-48d9-a8bd-40992ea4c63b</uuid>
    <name>Sauvegardes</name>
    <comment></comment>
    <mntentref>a6b1d550-c75f-484b-a8e5-1ee12f860450</mntentref>
    <reldirpath>Sauvegardes/</reldirpath>
    <privileges></privileges>
    </sharedfolder>
    ...
    <mntent>
    <uuid>a6b1d550-c75f-484b-a8e5-1ee12f860450</uuid>
    <fsname>/dev/disk/by-id/ata-SAMSUNG_MZ7LN512HCHP-000L1_S1ZKNXAG526958-part5</fsname>
    <dir>/srv/dev-disk-by-id-ata-SAMSUNG_MZ7LN512HCHP-000L1_S1ZKNXAG526958-part5</dir>
    <type>ext4</type>
    <opts>defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,discard,acl</op
    ts>
    <freq>0</freq>
    <passno>2</passno>
    <hidden>0</hidden>
    </mntent>





    The share folder is only used in 2 places : OMV backup and SMB


    <backup>
    <sharedfolderref>96d9c49e-f4af-48d9-a8bd-40992ea4c63b</sharedfolderref>
    <root></root>
    <extraoptions>--exclude=/StoragePool</extraoptions>
    </backup>
    ...
    <share>
    <uuid>8f407662-6355-44b1-9740-a533ceb53586</uuid>
    <enable>1</enable>
    <sharedfolderref>96d9c49e-f4af-48d9-a8bd-40992ea4c63b</sharedfolderref>
    <comment></comment>
    <guest>no</guest>
    <readonly>0</readonly>
    <browseable>1</browseable>
    <recyclebin>0</recyclebin>
    <recyclemaxsize>0</recyclemaxsize>
    <recyclemaxage>0</recyclemaxage>
    <hidedotfiles>1</hidedotfiles>
    <inheritacls>1</inheritacls>
    <inheritpermissions>0</inheritpermissions>
    <easupport>0</easupport>
    <storedosattributes>0</storedosattributes>
    <hostsallow></hostsallow>
    <hostsdeny></hostsdeny>
    <audit>0</audit>
    <extraoptions></extraoptions>
    </share>


    Any idea why this dir is created ? If I delete it, it is recreated at some point.

    Lian Li PC-V354 (with Be Quiet! Silent Wings 3 fans)
    ASRock Rack x470D4U | AMD Ryzen 5 3600 | Crucial 16GB DDR4 2666MHz ECC | Intel x550T2 10Gb NIC

    1 x ADATA 8200 Pro 256MB NVMe for System/Caches/Logs/Downloads
    5 x Western Digital 10To HDD in RAID 6 for Datas
    1 x Western Digital 2To HDD for Backups

    Powered by OMV v5.6.26 & Linux kernel 5.10.x

    • Offizieller Beitrag

    Seems like the backup plugin is detecting your root drive incorrectly. What is the output of: omv-mkconf backup

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!


  • Backup plugin is setup to the second partition (/dev/sda5) of the OS drive (/dev/sda1 on /dev/sda) (I know ;) ) on which I have created a shared folder 'Sauvegardes'.

    Lian Li PC-V354 (with Be Quiet! Silent Wings 3 fans)
    ASRock Rack x470D4U | AMD Ryzen 5 3600 | Crucial 16GB DDR4 2666MHz ECC | Intel x550T2 10Gb NIC

    1 x ADATA 8200 Pro 256MB NVMe for System/Caches/Logs/Downloads
    5 x Western Digital 10To HDD in RAID 6 for Datas
    1 x Western Digital 2To HDD for Backups

    Powered by OMV v5.6.26 & Linux kernel 5.10.x

    3 Mal editiert, zuletzt von sbocquet ()

    • Offizieller Beitrag

    Fixed in 3.11. Small typo that was creating the directory. Not harmful though.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • OK. Thanks a lot.

    Lian Li PC-V354 (with Be Quiet! Silent Wings 3 fans)
    ASRock Rack x470D4U | AMD Ryzen 5 3600 | Crucial 16GB DDR4 2666MHz ECC | Intel x550T2 10Gb NIC

    1 x ADATA 8200 Pro 256MB NVMe for System/Caches/Logs/Downloads
    5 x Western Digital 10To HDD in RAID 6 for Datas
    1 x Western Digital 2To HDD for Backups

    Powered by OMV v5.6.26 & Linux kernel 5.10.x

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!