termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
12.95k stars 2.98k forks source link

Package Request: cifs-utils #10215

Open christianrondeau opened 7 years ago

christianrondeau commented 7 years ago

https://wiki.samba.org/index.php/LinuxCIFS_utils

The goal is to be able to access and mount windows network shares. Alternatives are also welcome!

mount -t cifs -o username=USERNAME,password=PASSWORD //192.168.0.1/share /mnt/share
its-pointless commented 7 years ago

Iv actually got this to work a long time ago but it requires root + kernel module if i remember correctly. Termux can't use fuse either. Unless there is a hack using proot that someone can work out this is unlikely using traditional linux tools. But there are java apps that can do it. So it may be possible doing it that way.

norrinr commented 5 years ago

What about just smbclient?

rodajc commented 4 years ago

Yes please. I can't wait to mount samba shares with termux!

Yecgaa1 commented 4 years ago

Please

georgettica commented 3 years ago

Just hit the issue on my device, I also need it!