> > The options I'm using are: > -o volname=wibb_capc -o noubc -o novncache -o cache=no -o debug -o > sshfs_debug -o workaround=all -o local -o noappledouble -o > noapplexattr > > Using something simpler, like "-o volname=wibb_capc -o noubc -o > novncache -o cache=no", also fails.
Try something still simpler and see if it works: just use "-o volname" and "-d" (sshfs_debug isn't necessary). I can imagine that you probably do need "-o noubc" etc. for your use case, but really, neither sshfs nor sftp were designed for this kind of use. sshfs isn't a magical substitute for things like NFS and AFP--you use it when you have no _real_ remote file system available, but you don't expect it to provide everything a real remote file system would. Remember that when you use sshfs, you are *not* expecting any special support on the server (like an nfs daemon or an afp daemon). As a side note, using 'noapplexattr' or 'noappledouble' is likely to make Apple applications *very* unhappy. If it still doesn't work with no extra options besides "volname" and "- d", you should see which operations are returning errors (and what errors) in the debug output. Amit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
