๐DFS
Intro

dfs commands overviewFormat 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!

For the details of format command, please refer to JuiceFS' official document.
Status command
Users can check their DFSs' status after they have formatted them.

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.

Un-mount command
To umount a mounted DFS, simply run -

Delete command
This is a dangerous command. Please make sure you know what you are doing.
This is the command to destroy a formatted DFS.

Last updated