Andrew Ferguson wrote:
Thanks Andrew, after some messing around I found that this works: change line 27-30 to:
I think that the first argument in 'return fuse_main' refers to the number of arguments in args, although args[2]="-d" in the previous code this is actually ignored (it is the debug mode). My change still ignores the '-d' but uses the '-oallow_other'. (I could enable '-d' I think by setting the first argument of fuse_main to 4. In fact your 2nd suggestion would have worked - running in debug mode.) Now I have another problem! I can see the archfs filesystem through Samba (e.g. in Windows Explorer), but it wrongly shows directories as zero-length files. To be more precise, I can see the 'date' directories (e.g. 2008_11_17_18_50_42) but inside these I see directories as zero-length files, and of course I can't navigate into these sub-directories. This is not a fuse problem because sshfs works fine, it must be something in archfs. I have tried archfs with -s option (instead of -t default), but it is just the same (-l option does not seem to work at all). Any suggestions gratefully received... Dominic |
_______________________________________________ rdiff-backup-users mailing list at [email protected] http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
