USBkey cannot be writen on via NFS

Hi,

With 25.10, I cannot write on my nfs shared key.

Here’s my conf:

fstab on client:

192.168.0.1:/mnt/sda1 /mnt/openwrt nfs noauto,x-systemd.automount

exports on openwrt:

/mnt/sda1   192.168.0.0/24(rw,async,no_subtree_check,all_squash)  

Is there something else I have missed?

I’m on this issue since this morning and could figure it out on my own, sorry :frowning:

Permissions on /mnt and/or mount point folders ?

From server:

root@OpenWrt:/mnt# ll ./sda1                                                                           
drwxrwxrwx    4 root     root          4096 Mar  6 16:08 **.**/                                            
drwxr-xr-x    1 root     root          3488 Mar  6 14:26 **..**/                                           
drwxr-xr-x    2 root     root          4096 Mar  6 14:26 **certs**/                                        
drwxrwxrwx    2 root     root         16384 Mar  6 14:20 **lost+found**/ 

From client:

root@DietPi:/mnt# ls -ld ./openwrt
drwxrwxrwx 4 root root 4096  6 mars  17:08 ./openwrt

Yeah, I'm tired. chown -R 777 /mnt/sda1 made it work.

Sorry about that.