๐ŸŠDFS

Intro

Fiat dfs commands overview

Format command

Users can use the command to format a Fiat DFS. It is based on JuiceFS.

And user also needs to specify relevant Fiat backend information within the fiat.json config -

Then we can format our own DFS!

Format a new DFS

For the details of format command, please refer to JuiceFS' official document.

Please check the Object Storage and Metadata Engine configuration sections.

Status command

Users can check their DFSs' status after they have formatted them.

Check your pre-configured dfs status

Mount command

Thanks to JuiceFS POSIX compatibility, we can easily mount our pre-configured DFS onto our machines or development container. Here's the command structure -

It's as simple as creating a new folder within our local file system! And you can achieve this mounting function of DFS on any FUSE available environment.

Mount our pre-configured DFS onto our development machine!

Un-mount command

To umount a mounted DFS, simply run -

Umounted a DFS.

Delete command

This is the command to destroy a formatted DFS.

Destroy a DFS

Last updated