FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
106 views 0 comments
by anonymous

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 anonymous

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