Sample Header Ad - 728x90

How to mount an SMB share as a removable media?

2 votes
0 answers
2583 views
Is it possible to mount an SMB share to a folder that Android thinks is a removable media (external SD card or USB storage)? Currently. I am using the following command to mount the share to Android's filesystem (I should mention that it doesn't work if the android device is in battery saving mode - took me a while to figure this out): busybox mount iocharset=utf8 -t cifs -o username=guest,rw,noperm,iocharset=utf8 //192.168.0.11/xxx /data/media/0/xxx But, I don't think it's the best way, because I had some media scanner crashes, random reboots and notifications about low internal memory, which I think are related to the mount I performed.
Asked by mnd (191 rep)
Nov 14, 2018, 06:33 AM
Last activity: Nov 20, 2018, 01:33 PM