fusetoys

various hacky fuse filesystem utilities
git clone https://a3nm.net/git/fusetoys/
Log | Files | Refs | README

tabs (518B)


      1 https://github.com/xolox/dedupfs/blob/master/dedupfs.py
      2 http://docs.python.org/2/library/shutil.html
      3 http://docs.python.org/2/library/os.path.html
      4 http://docs.python.org/2/library/os.html#os.lstat
      5 https://github.com/skorokithakis/python-fuse-sample but does not work for some reason
      6 https://thepythoncorner.com/posts/2017-02-27-writing-a-fuse-filesystem-in-python/
      7 https://stackoverflow.com/questions/52925566/which-module-is-the-actual-interface-to-fuse-from-python-3
      8 apparently python fuse bindings are unmaintained