# CWFS

CWFS is the  default filesystem for 9front.

## Create a CWFS dump

To create a CSFS dump, run the following command:
```
echo dump >> /srv/cwfs.cmd
```

## Mount dumps

CWFS dumps can be mounted under /n/dump using the following command:
```
9fs dump
```
The dumps are stored by year, then month and day. For example:
```
/n/dump/2025/0101
/n/dump/2025/0201
       .
       .
       .
/n/dump/2026/1103
/n/dump/2026/1104
```
