Skip to content

CodaFS Python module

Python helpers for accessing Coda File System functionality.

This is a collection of scripts and modules for working with Coda.

Installation

The CodaFS Python module can be installed from PyPI.org. It is recommended to install it locally in an isolated environment with pipx or uv.

pip install --user codafs

See also https://pipx.pypa.io/latest/installation/

pipx ensurepath
pipx install codafs

Development

See https://github.com/cmusatyalab/coda.git/python/.

Commands

  • coda-make-certs - Generate X509 certificates for Coda realms and servers
  • coda-sync-acls - Copy Coda ACLs from a source directory tree or a serialized CodaACLs.yaml file.
  • coda-volmunge - Walk a Coda tree to resolve conflicts, identify mountpoints, etc.