fzfs
fzfs copied to clipboard
Flipper Zero filesystem driver
Thought I'd drop in and say that I added an AUR package for this repo: https://aur.archlinux.org/packages/fzfs-git The `fzfs.py` Python script has been made executable in this package, and I added...
``` ❯ python3 fzfs.py -a MACADDR -m /home/user/fzmount Traceback (most recent call last): File "/home/user/src/fzfs/fzfs.py", line 63, in main() File "/home/user/src/fzfs/fzfs.py", line 42, in main if not os.path.exists(args.serial_device): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
Trying to run this Python script on Windows results in the following: ``` (venv) PS C:\Users\xxx\Downloads\fzfs-main> .\fzfs.py -d COM5 -m .\flipper_sd\ Traceback (most recent call last): File "C:\Users\xxx\Downloads\fzfs-main\fzfs.py", line 11,...