View Single Post
Johnx's Avatar
Posts: 643 | Thanked: 628 times | Joined on Mar 2007 @ Seattle (or thereabouts)
#4
I'm using fuse+sshfs on Linux (which should be very close to the same code, except for the fuse part in kernel-space) and I have no problems. If you test it in Terminal.app do you get any helpful output?:
Code:
touch /Volumes/N8x0/media/mmc1/test.txt
If it works it should give you an empty text file. Any error messages would be helpful.

-John