Files
copyparty/bin/README.md

48 lines
1.9 KiB
Markdown
Raw Normal View History

2021-03-17 01:42:59 +01:00
# [`copyparty-fuse.py`](copyparty-fuse.py)
2020-08-04 23:46:57 +00:00
* mount a copyparty server as a local filesystem (read-only)
2020-08-16 23:04:10 +00:00
* **supports Windows!** -- expect `194 MiB/s` sequential read
* **supports Linux** -- expect `117 MiB/s` sequential read
* **supports macos** -- expect `85 MiB/s` sequential read
filecache is default-on for windows and macos;
* macos readsize is 64kB, so speed ~32 MiB/s without the cache
* windows readsize varies by software; explorer=1M, pv=32k
note that copyparty should run with `-ed` to enable dotfiles (hidden otherwise)
2020-10-25 08:05:11 +01:00
also consider using [../docs/rclone.md](../docs/rclone.md) instead for 5x performance
2020-08-04 23:46:57 +00:00
2020-08-06 18:22:25 +00:00
## to run this on windows:
* install [winfsp](https://github.com/billziss-gh/winfsp/releases/latest) and [python 3](https://www.python.org/downloads/)
* [x] add python 3.x to PATH (it asks during install)
* `python -m pip install --user fusepy`
* `python ./copyparty-fuse.py n: http://192.168.1.69:3923/`
10% faster in [msys2](https://www.msys2.org/), 700% faster if debug prints are enabled:
* `pacman -S mingw64/mingw-w64-x86_64-python{,-pip}`
* `/mingw64/bin/python3 -m pip install --user fusepy`
* `/mingw64/bin/python3 ./copyparty-fuse.py [...]`
you could replace winfsp with [dokan](https://github.com/dokan-dev/dokany/releases/latest), let me know if you [figure out how](https://github.com/dokan-dev/dokany/wiki/FUSE)
(winfsp's sshfs leaks, doesn't look like winfsp itself does, should be fine)
2020-08-04 23:46:57 +00:00
2021-03-17 01:42:59 +01:00
# [`copyparty-fuse🅱.py`](copyparty-fuseb.py)
2020-08-04 23:46:57 +00:00
* mount a copyparty server as a local filesystem (read-only)
* does the same thing except more correct, `samba` approves
* **supports Linux** -- expect `18 MiB/s` (wait what)
* **supports Macos** -- probably
2021-01-06 17:13:24 +01:00
2021-03-17 01:42:59 +01:00
# [`copyparty-fuse-streaming.py`](copyparty-fuse-streaming.py)
2021-01-06 17:13:24 +01:00
* pretend this doesn't exist
2021-03-17 01:37:59 +01:00
2021-03-17 01:42:59 +01:00
# [`mtag/`](mtag/)
2021-03-17 01:37:59 +01:00
* standalone programs which perform misc. file analysis
2021-03-19 00:08:31 +01:00
* copyparty can Popen programs like these during file indexing to collect additional metadata