External drives not working right after last upgrade

GL.iNet GL-MT6000
OpenWrt 21.02-SNAPSHOT r15812+1084-46b6ee7ffc

Since the last upgrade (i think friday) my external hard drives aren't accessible (mostly)!
SAMBA still works but not via the console (or rather by their mount point)
I cd into where they should be mounted and ls but nothing is listed! and other services like minidlna and transmission dont see them

my fstab

config global
option anon_swap '1'
option anon_mount '1'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '0'

config mount
option target '/overlay'
option uuid '2c17596b-ae0f-4aa4-8e91-fec6cf5dc717'
option enabled '0'

config mount
option target '/rom'
option uuid '8cb90de3-eadd86b9-11c107b6-927f3d91'
option enabled '0'

config mount
option target '/mnt/sda1'
option uuid '8CB3-F55D'
option enabled '0'

config mount
option enabled '1'
option uuid '9dbc4223-a76a-2e43-baad-905b04b04c65'
option target '/mnt/usb2'

config mount
option enabled '1'
option uuid '05821d9b-1a09-4385-8e9d-9c43ac801832'
option target '/mnt/usb1'

df output

blkid

trying to access the files
image

FYI if you notice the "path" this must be why SAMBA is still working

Hello,

It looks like your USB hard drive is already mounted.

GL firmware will be mounted in /tmp/mountd/disk<x>_part<x> by default. Such as, can it with the command ls /tmp/mountd/disk1_part1 to able to view files/folders?

Is /mnt/usb1 mounted manually by you?

Samba is normal too.

Please let me know your Flint2 firmware version.
If you know how to reproduce it, please let me know. Thanks.

1 Like

Sorry but after no reponse i flash openwrts latest

Regardless though my fstab should be telling them to mount to usb1 and usb2

Probably installed other plug-ins that automatically mount hard-disk?
GL firmware only mount on /tmp/mountd/...