linux - How can I get fuse mount options? -
i using small fuse filesystem bootstraps usual calling
fuse_main(argc, argv, &fsoperations, null) in main(int argc, char *argv[]) function. fuse_main parse options etc. @ point in filesystem, need obtain mount options set passing -o process. way figured out far parse /proc/mounts (or /etc/mtab) or manually parsing command line, both options far optimal. there fuse api or else can use obtain mount options?
Comments
Post a Comment