github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_fsck.md (about) 1 ## pachctl fsck 2 3 Run a file system consistency check on pfs. 4 5 ### Synopsis 6 7 Run a file system consistency check on the pachyderm file system, ensuring the correct provenance relationships are satisfied. 8 9 ``` 10 pachctl fsck [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -f, --fix Attempt to fix as many issues as possible. 17 -h, --help help for fsck 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26