Код: Выделить всё
mount -t nfs -o nolock,rw,vers=3 192.168.1.10:/media/user/ /mnt/media_rw/remote
Мой вопрос: как я могу добиться того же результата в приложении Android?>
Подробнее здесь: https://stackoverflow.com/questions/596 ... nfs-client
Код: Выделить всё
mount -t nfs -o nolock,rw,vers=3 192.168.1.10:/media/user/ /mnt/media_rw/remote