After many hours I still didn't succeed to share the second drive.
I really need help now
As I said I have 2 similar USB storages drives. HD6 is working well for 1 year.
In the following troubleshooting, I connected only the new HD7 but the HD6 config is still present
Router/Server side
~# 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/hd6'
fstab.@mount[0].uuid='c6584879-c77b-42c6-9acf-a3996fb15442'
fstab.@mount[0].enabled='1'
fstab.@mount[1]=mount
fstab.@mount[1].enabled='1'
fstab.@mount[1].uuid='8864d950-f513-4eab-a6d2-ed7da6e5e757'
fstab.@mount[1].target='/mnt/hd7'
~# block info
/dev/mtdblock6: UUID="1431149825" VERSION="1" TYPE="ubi"
/dev/mtdblock8: UUID="469652220" VERSION="1" TYPE="ubi"
/dev/ubiblock0_0: UUID="b28d4e9e-5451dc49-133c1a49-dd884e53" VERSION="4.0" MOUNT="/rom" TYPE="squashfs"
/dev/ubi0_1: UUID="b0198136-9141-4bfd-8978-d684bff2944a" VERSION="w4r0" MOUNT="/overlay" TYPE="ubifs"
/dev/sda1: UUID="8864d950-f513-4eab-a6d2-ed7da6e5e757" LABEL="HD7" VERSION="1.0" MOUNT="/mnt/hd7" TYPE="ext4"
~# block detect
config 'global'
option anon_swap '0'
option anon_mount '0'
option auto_swap '1'
option auto_mount '1'
option delay_root '5'
option check_fs '0'
config 'mount'
option target '/mnt/hd7'
option uuid '8864d950-f513-4eab-a6d2-ed7da6e5e757'
option enabled '0'
~# exportfs -v
/mnt/hd6 192.168.1.0/255.255.255.0(async,wdelay,hide,no_subtree_check,fsid=0,sec=sys,rw,secure,root_squash,all_squash)
/mnt/hd7 192.168.1.0/255.255.255.0(async,wdelay,hide,no_subtree_check,fsid=0,sec=sys,rw,secure,root_squash,all_squash)
~# showmount -e 192.168.1.1
Export list for 192.168.1.1:
/mnt/hd7 192.168.1.0/255.255.255.0
/mnt/hd6 192.168.1.0/255.255.255.0
~# ls /mnt/hd7
lost+found test
Note that block info shows /mnt/hd7 "enabled 0". The same with hd6 and working (?)
I make a directory named test with ssh, I can "ls" it.
Server-side looks good
PC/Client-side
I started the PC (Opensuse leap 15.2) after the router
I use autofs
~> cat /etc/auto.misc
#
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
# the following entries are samples to pique your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
HD6 -fstype=nfs 192.168.1.1:/mnt/hd6
HD7 -fstype=nfs 192.168.1.1:/mnt/hd7
~> sudo showmount -e 192.168.1.1
Export list for 192.168.1.1:
/mnt/hd7 192.168.1.0/255.255.255.0
/mnt/hd6 192.168.1.0/255.255.255.0
~> ls /mnt
cd HD6 HD7
~> ls /mnt/HD7
ls: cannot open directory '/mnt/HD7': No such file or directory
In /etc/fstab HD6 line is commented #
df doesn't show HD7
I can't understand. What do I miss?
Thanks for your help
Edit:
I did a router poweroff then connected both drives with USB hub, then restarted.
Now from the PC/client:
~> ls /mnt/HD6
lost+found media
~> ls /mnt/HD7
lost+found media
~> df
...
192.168.1.1:/mnt/hd6 11716304256 11534480000 64619392 100% /mnt/HD6
~> sudo systemctl restart autofs
~> df
...
192.168.1.1:/mnt/hd7 11716304256 11534480000 64619392 100% /mnt/HD7
First, HD7 is seen as HD6 
df see only HD6
after restarting autofs, df see only HD7
"ls" still see HD7 as HD6