FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13303 questions

15792 answers

25509 comments

50157 members

0 votes
23 views 0 comments
by

Hello everybody,
Is it possible to access a shared directory under Windows from a RUTX09?
mount.cifs does not exist...

1 Answer

0 votes
by

Hi,

I was able to access the windows shared folder via samba client.

You can install sambla client via CLI:

  • opkg update
  • opkg install samba4-utils
  • opkg install samba4-libs
  • opkg install samba4-client

Then access the folder via command:

  •  smbclient -U <domain>/<user> //<ip-address>/<shared_folder> -W <workgroup>

For example,

  • smbclient -U NEW-TEST111XX/Admin //192.168.11.135/TestShare -W administrators

Also, you can try using 'mount -t cifs' to mount the folder (Openwrt page here), but I was unable to do so, maybe it lacks some dependencies. 

Kind Regards,

Andzej