July 23, 20241 yr Getting the error with neovim: ``` E1509: Error occurred when reading or writing extended attribute ``` When I try and save a file. This is causing my vscode to have issues (runs off of a neovim plugin). Same issues with neovim from multiple clients to same nfs share(same 10.0 version; with no plugins loading `--clean`). I do NOT get this issue with neovim 9.2. Other editors (vim, nano) don't return this error. HOWEVER This error does NOT occur on my local drive, nor directly on unraid server (though it's regular vim installed). Other non-unraid nfs mounts seem to work fine. As you can see, I'd almost peg this as a neovim issue exclusively, but everything works fine until I am trying to save on my unraid nfs share. Is there something I can look into here. Is there something in unraid that will allow me to inspect the extended attributes to try and investigate this further? ```fstab #192.168.1.25:/mnt/user/<user. /mnt/bebop_<user> nfs rw,noatime,x-systemd.automount,rsize=131072,wsize=131072 0 0 192.168.1.25:/mnt/user/<user>/ /mnt/bebop_<user> nfs rw,noatime,x-systemd.automount 0 0 ```
October 9, 20241 yr Hey mate, Did you ever get this sorted? I too am encountering this error. I tried disabling noatime but that didn't help. I am wondering I am running with NFS set to private. Are you as well? My NFS options: "x-systemd.automount" "noauto" "x-systemd.idle-timeout=300" "noatime" "nfsvers=4.2"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.