Jump to content

Mounting NFS Exports


Guest JingleManSweep

Recommended Posts

Guest JingleManSweep

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 by JingleManSweep
Link to comment
Share on other sites

  • 4 months later...
Guest menno2

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....

Link to comment
Share on other sites

Guest JingleManSweep
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.

Link to comment
Share on other sites

Guest menno2

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

Link to comment
Share on other sites

Guest menno2

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 by menno2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.