|
From: Miklos S. <mi...@sz...> - 2006-04-10 13:01:27
|
> Anyway, fusermount gets called with the following four arguments: > > -o > . > -- > /fuse OK, so the '.' comes from the fuse library. The argument parsing is pretty complex, but there are a couple of points where it would be interesting to see what is happening. Can you print the argument vector in the follwing places: helper.c: fuse_setup_common(): before and after calling fuse_parse_cmdline() mount.c: fuse_mount(): mo.kernel_opts after fuse_opt_parse() Thanks, Miklos |