Posts: 52
Threads: 6
Joined: 2013-03-24
Points:
8
Reputation: +48
2013-04-05, 17:37
(This post was last modified: 2013-04-05, 20:23 by saafi.)
Hello All,
I am trying to mount NFS share on my zp810 as I used on my ZTE Skate with Android 2.3 but it seems it is not possible:
I am using:
busybox mount -o port=2049,nolock,proto=tcp -t nfs 192.168.110.1:/mnt/segate /mnt/segate/
And I got:
mount: mounting 192.168.110.1:/mnt/segate on /mnt/segate/ failed: No such device
As long as I know a cifs/nfs module should be in place...but not soo sure for this ROM...
Anyone have any Idea ?
Posts: 3,182
Threads: 555
Joined: 2013-02-10
Points:
21,230
Reputation: +3637
Hey Saafi,
What is your purpose here? Streaming content, or?
There are a couple of highly rated apps on Play for automating some of the CIFS/NFS process. Not sure if they will help you or not. Gizbeat is looking forward to your tutorial.
[Only registered and activated users can see links Click here to register]
[Only registered and activated users can see links Click here to register]
Two roads diverged in a yellow wood,
And sorry I could not travel both
And be one traveler, long I stood
And looked down one as far as I could
To where it bent in the undergrowth
Posts: 1
Threads: 0
Joined: 2013-04-08
Points:
0
Reputation: +2
SMB will not work without CIFS.ko and FTP will not be any use for streaming movies.
If you only want to stream media, your best option will be to install a upnp server on your Linux box and use a upnp browser on your phone.
I have found MediaTomb to be the best upnp server due to it's use of inotify to detect new file automatically, and its ability to serve filesystems, rather than using metadata which is quite often incomplete/wrong. This also allows better ability to sort files how you want within the filesystem.
On the phone side, I use BubbbleUPNP to browse the upnp share.
Cheers,
DH
You and
GizBeat like this post
Posts: 52
Threads: 6
Joined: 2013-03-24
Points:
8
Reputation: +48
Hello
Thanks for this option. It is nice but not possible to use subtitles as it only opens a file...and for audio files i prefer MOD + MPDroid that can play MPD streaming. Anyway I hope in the future we will have cifs.ko or evene I may try to compile it mysefl.
Posts: 24
Threads: 4
Joined: 2013-09-11
Points:
8
Reputation: +15
Thank you saafi !
I did this and now i mounted my QNAP via SSHFS and everything works GREAT !
Ender
P.S. of course cifs.ko would've been easier but now i got debian :-)