This document describes a system called Disconnected Distributed YFS that allows clients to operate offline by caching file system data locally. The system supports two modes - normal mode where clients are connected, and disconnected mode where offline operations are simulated using cached data. Conflicts are detected on reconnection and resolved automatically for directories when possible, while a repair agent is used for manual resolution of file conflicts. The key components - YFS client, lock server, extent server, and repair agent - are implemented to support disconnected operation, caching, synchronization on reconnection, and conflict handling.