Troubleshooting
FUSE permission issues
- Ensure
fuse3is installed. - Check
/etc/fuse.confif you useallow_other.
systemd service won't start
- Check logs:
journalctl -u [email protected] -n 200 --no-pager
- Validate config:
pfs doctor media
Index/move/prune does nothing
- Many maintenance commands intentionally exit
3(no changes) when there is nothing to do. - Timers treat exit code
3as success.