maruos / maruos

Your phone is your PC.
https://maruos.com
Apache License 2.0
1.98k stars 122 forks source link

cifs network shares fail to mount in Maru Desktop #51

Open pdsouza opened 7 years ago

pdsouza commented 7 years ago

"ich can't mount a network share in maru/debian (v0.3) e.g. mount -t cifs //1.2.3.4/share /mnt/someDir -o user=name,dom=domain[,sec=ntlm]

in every combination of the mount command i get:

mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

( cifs-utils is installed and the credentials are correct, I tried successfull in another debian environment)

Does this have something to do with: http://stackoverflow.com/questions/27989751/mount-smb-cifs-share-within-a-docker-container ?

I can list the remote shares with smbclient but I can not connect with 'smbclient -Uuser //1.2.3.4/share'"

Litu Lint: https://groups.google.com/d/msg/maru-os/v5vRlRMe4Os/9R6VcAwfCAAJ

pdsouza commented 7 years ago

See #65 for a workaround using sshfs!