Yesterday I flashed a new OpenWRT 22.03.5 image to my router and extrooted it according to the instructions. However, what is displayed to me under mount points seems a bit skewed.
I don't want to complain, the router does what it's supposed to do, and the information under "mount point" doesn't show anything wrong either. It just appears three times in line.
As a curious person, I logically ask myself why that is. I've rebooted the router twice since then, so it's definitely no erratic hiccup.
I assume that the content of my /etc/config/fstab might be helpful, as well as the display of the mounted files/systems (mount)
# uci show fstab
fstab.@global[0]=global
fstab.@global[0].anon_swap='0'
fstab.@global[0].anon_mount='0'
fstab.@global[0].auto_swap='1'
fstab.@global[0].auto_mount='1'
fstab.@global[0].delay_root='5'
fstab.@global[0].check_fs='0'
fstab.@mount[0]=mount
fstab.@mount[0].target='/mnt/sda'
fstab.@mount[0].uuid='2020-02-03-18-35-55-00'
fstab.@mount[0].enabled='0'
fstab.@mount[1]=mount
fstab.@mount[1].target='/mnt/sda1'
fstab.@mount[1].uuid='faeac92e-6469-459d-8fc4-56468e72361c'
fstab.@mount[1].enabled='0'
fstab.@mount[2]=mount
fstab.@mount[2].target='/mnt/sda2'
fstab.@mount[2].uuid='b9b9d8fc-ea0c-4882-bb10-175c73067b85'
fstab.@mount[2].enabled='0'
fstab.@swap[0]=swap
fstab.@swap[0].device='/dev/sda3'
fstab.@swap[0].enabled='0'
fstab.automount=global
fstab.automount.from_fstab='1'
fstab.automount.anon_mount='0'
fstab.autoswap=global
fstab.autoswap.from_fstab='1'
fstab.autoswap.anon_swap='0'
fstab.rwm=mount
fstab.rwm.device='/dev/mtdblock8'
fstab.rwm.target='/rwm'
fstab.overlay=mount
fstab.overlay.uuid='3559c094-fa7b-416e-9ea3-fd39835e9ca4'
fstab.overlay.target='/overlay'
and the connected drives (block info).
# block info
/dev/mtdblock7: UUID="052e869a-5e925913-fd01a3bc-856ad302" VERSION="4.0" MOUNT="/rom" TYPE="squashfs"
/dev/mtdblock8: MOUNT="/rwm" TYPE="jffs2"
/dev/sda: UUID="2020-02-03-18-35-55-00" LABEL="Ubuntu-Server 18.04.4 LTS amd64" TYPE="iso9660"
/dev/sda1: UUID="3559c094-fa7b-416e-9ea3-fd39835e9ca4" LABEL="extroot" VERSION="1.0" MOUNT="/overlay" TYPE="ext4"
/dev/sda2: UUID="b9b9d8fc-ea0c-4882-bb10-175c73067b85" LABEL="data" VERSION="1.0" TYPE="ext4"
/dev/sda3: VERSION="1" TYPE="swap"
Did I do something wrong or is this simply a bug in luci?