Drive Tab order in System Info>Status>Disk Usage

  • Hi,


    Is there a way to reoder the disk usage drive tabs in System Information>Status>Disk Usage? Over the past 6months I'd made a few changes and now have my drive labels not 'matching' my dev/sdX
    So:


    /dev/sda1/ > DATA4
    /dev/sdb1/ > DATA3
    /dev/sdc1/ > DATA2
    /dev/sdd1/ > DATA1
    /dev/sdf1/ > DATA5



    This is reflected in the order of the tabs in System Info>Status>Disk Usage with sda1 to sde1. I checked in config.xml but didn't find anything to modify.


    Many thanks


    Afx

    ----------------------------------------------------------------------
    N54L running OMV with 5x3TB RED & 120Gb Kingston SSD

  • I understand this is will need fstab tweaking to stop auto mounting after researching more but dont want to bork my system due to beginner linux skills :-/


    root@lilbit:~# sudo blkid
    /dev/sda1: UUID="8e695060-c3a6-44ee-9f04-8bed6cb48482" TYPE="ext4" LABEL="DATA4"
    /dev/sdb1: LABEL="DATA3" UUID="8acce34a-ed94-404d-9af1-1d55d9940b76" TYPE="ext4"
    /dev/sdc1: LABEL="DATA2" UUID="2ee57202-cd49-44f8-be1c-e45708864411" TYPE="ext4"
    /dev/sdd1: LABEL="DATA1" UUID="6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0" TYPE="ext4"
    /dev/sde1: LABEL="SSD" UUID="d27d3cc0-bfea-46f5-ba61-f8f6c5e4e8be" TYPE="ext4"
    /dev/sde5: UUID="011b8279-5107-49ae-81f3-189b45aac175" TYPE="swap"
    /dev/sdf1: LABEL="DATA5" UUID="29cfd4a2-ffad-4edf-b94b-e4ee5dd2983b" TYPE="ext4"


    Current fstab


    root@lilbit:~# cat /etc/fstab
    # /etc/fstab: static file system information.
    #
    # Use 'blkid' to print the universally unique identifier for a
    # device; this may be used with UUID= as a more robust way to name devices
    # that works even if disks are added and removed. See fstab(5).
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    # / was on /dev/sde1 during installation
    UUID=d27d3cc0-bfea-46f5-ba61-f8f6c5e4e8be / ext4 errors=remount-ro 0 1
    # swap was on /dev/sde5 during installation
    UUID=011b8279-5107-49ae-81f3-189b45aac175 none swap sw 0 0
    /dev/sdf1 /media/usb0 auto rw,user,noauto 0 0
    tmpfs /tmp tmpfs defaults 0 0
    # >>> [openmediavault]
    UUID=8e695060-c3a6-44ee-9f04-8bed6cb48482 /media/8e695060-c3a6-44ee-9f04-8bed6cb48482 ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
    UUID=8acce34a-ed94-404d-9af1-1d55d9940b76 /media/8acce34a-ed94-404d-9af1-1d55d9940b76 ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
    UUID=2ee57202-cd49-44f8-be1c-e45708864411 /media/2ee57202-cd49-44f8-be1c-e45708864411 ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
    UUID=6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0 /media/6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0 ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
    UUID=29cfd4a2-ffad-4edf-b94b-e4ee5dd2983b /media/29cfd4a2-ffad-4edf-b94b-e4ee5dd2983b ext4 defaults,nofail,acl,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2
    none /media/STORAGEPOOL aufs br:/media/6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0/DRIVE1SHARE/=rw:/media/2ee57202-cd49-44f8-be1c-e45708864411/DRIVE2SHARE/=rw:/media/8acce34a-ed94-404d-9af1-1d55d9940b76/DRIVE3SHARE/=rw,sum,create=mfs,udba=reval 0 0
    /media/STORAGEPOOL /media/6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0/POOLSHARE/ none bind 0 0
    /media/6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0/POOLSHARE/ /home/ftp/POOLSHARE none bind 0 0
    /media/6f0525d4-97ac-49b0-b8d5-d3154e9ecfe0//LILNFS /export/LILNFS none bind 0 0
    /media/8acce34a-ed94-404d-9af1-1d55d9940b76//wardhole /export/WARDHOLE none bind 0 0
    # <<< [openmediavault]

    ----------------------------------------------------------------------
    N54L running OMV with 5x3TB RED & 120Gb Kingston SSD

    • Offizieller Beitrag

    The drive letters change because of the bios and drive initialization. OMV doesn't use the drive letters. It uses the uuid you see in blkid. Any change you make to fstab will be not be maintained and is not suggested. Why do you want the letters to be the same? The volume name will always be the same.

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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!

    • Offizieller Beitrag

    Oops, I missed the whole tab order problem...

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

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | 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!

Jetzt mitmachen!

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