hasse69
hasse69
My file system is using the fuse argument parsing helpers, i.e. a construct like this ``` struct fuse_args args = FUSE_ARGS_INIT(argc, argv); if (fuse_opt_parse(&args, NULL, myfs_opts, myfs_opt_proc)) return -1; ```...
``` I have some RAR archives that contains same path name in. When I mount this directory, it exposes contents in one of their archives, not all archives... If it...
What steps will reproduce the problem? 1. mount a rar2fs folder on _server_ side 2. export the folder using NFSv2/v3 3. mount the exported folder on _client_ side Compressed archives...
## Bug Report The _create_ callback is called also for special files like S_IFIFO. The special named FIFO file is still not created, instead a corresponding _.lnk_ file pops up...
## Bug Report When a new file is created on a mounted FUSE file system either the _mknod_ or _create_ callback is called (depending on what the file system implements)...