hello everyone. I noticed that my flint2 with original firmware when I try to mount a samba share of a Nas my ssh session freezes and after a while it restarts. has it happened to others? thanks
Hi,
What are the steps for you to mount the NAS's samba share via SSH? I tried to reproduce your problem locally.
You can confirm the version information in the upper left corner of the router management page.
Here is what is required:
SAMBA_USER=$(awk "/machine $NETRC_HOST/{getline; print \$2}" /root/.netrc)
SAMBA_PASS=$(awk "/machine $NETRC_HOST/{getline; getline; print \$2}" /root/.netrc)
mount -t cifs -o username=$SAMBA_USER,password=$SAMBA_PASS "//$SAMBA_SERVER$SAMBA_SHARE" $MOUNT_POINT
Thanks
Got it, I'll test it locally soon.
1 Like
Sorry, after testing, we do not have a reproducible environment for this issue, which is beyond the scope of our technical support.
ok thanks