MiSTer-devel / Scripts_MiSTer

Miscellaneous Bash scripts for MiSTer
GNU General Public License v3.0
83 stars 43 forks source link

Static IP - cifs_mount - mount: /media/fat/cifs: mount(2) system call failed: Operation now in progress. #92

Closed TruREALigion closed 1 year ago

TruREALigion commented 2 years ago

MiSTer on Static IP and I'm getting this strange error using cifs_mount and doesn't mount my network share. setting back to DHCP appears to fix it. https://discord.com/channels/647909397477195803/737505468670279710/992627451572269096

/media/fat/scripts# cifs_mount.sh Waiting for (my NAS IP) mount: /media/fat/cifs: mount(2) system call failed: Operation now in progress. cifs mounted Done!

TruREALigion commented 1 year ago

I figured it out.

Turns out I accidentally denied access from an IP range on my NAS, and I changed my DHCP scope which caused the confusion

Please close