Guest JingleManSweep Posted December 8, 2009 Report Posted December 8, 2009 (edited) Thought I'd start a new topic for trying to get NFS exports mounting (if possible with the new MCK 1.1 kernel)... I've tried a couple of things but not having much luck... Using "adb shell" and after gaining root, I tried: mkdir /sdcard/mnt/nfs mount -t nfs 10.0.2.10:/mnt/hd1 /sdcard/mnt/nfs After about 60 seconds, I get this: mount: mounting 10.0.2.10:/mnt/hd1 on /sdcard/mnt/nfs failed: Input/output error Not sure if anyone else has Android NFS experience? Don't really want to resort to SMB/CIFS unless I can help it. Cheers, Louis Edited December 8, 2009 by JingleManSweep
Guest menno2 Posted April 19, 2010 Report Posted April 19, 2010 Have you been succesful with the 1.7 ROM available here? This is really all i want, either NFS or CIFS, or an ssh tunnel and then mount....
Guest JingleManSweep Posted April 19, 2010 Report Posted April 19, 2010 Have you been succesful with the 1.7 ROM available here? This is really all i want, either NFS or CIFS, or an ssh tunnel and then mount.... No. I tried a few different mount commands, but without any luck. I'm now running MCR 1.8 Beta 2, so I might try it on this later version. I'll let you know if/when/how I get on.
Guest menno2 Posted April 20, 2010 Report Posted April 20, 2010 OK thanks I am looking forward to it, did you try setting up an ssh tunnel and than mount //127.0.0.1 under /SDCARD/X Thats a way I use sometimes from a windows box to my linux server.... Appreciate ur effort
Guest menno2 Posted April 22, 2010 Report Posted April 22, 2010 (edited) I did it! but trough CIFS, ill look into NFS later I run the latest stable (1.7) mount -t cifs //REMOTE_IP/Mp3 /sdcard/thuis -o username=droidt,password=*********,port=5000,domain=Workgroup Make sure u forward external port 5000 (or whatever) to internal 139 Goodluck! I mounted gigs of mp3 ;) Edited April 23, 2010 by menno2
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now