Please tell me how to connect an SMB resource for storing records? Is it possible to connect a disk or folder without authorization? anonymous access
I’ve mounted a network resource, but I don’t understand what’s wrong.
Did you restart the bc server after the change? I am guessing it didn’t update the change dynamically & its still using the old path.
Also make sure you can write to the path, try copying a file from the server to the smb share in /mnt/d to make sure you can create & write files.
It looks like you mounted an NFS share, not a SMB share on /mnt/d
.
Do you wanna mount an SMB share or NFS share?
What are you using to host your NFS server?
On there you can set it so that anyone that mounts that share mounts it as root so it gets read/write access. This is the easiest way I know to mount NFS share, otherwise the user that mounts the NFS share has to have the same uid/gid as the server owner, or something like that. It’s pretty annoying. Also with the NFS servers that I’ve used, I had to allow the client IP address.