github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_mount.md (about) 1 ## pachctl mount 2 3 Mount pfs locally. This command blocks. 4 5 ### Synopsis 6 7 Mount pfs locally. This command blocks. 8 9 ``` 10 pachctl mount <path/to/mount/point> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -d, --debug Turn on debug messages. 17 -h, --help help for mount 18 -r, --repos []string Repos and branches / commits to mount, arguments should be of the form "repo@branch+w", where the trailing flag "+w" indicates write. (default []) 19 -w, --write Allow writing to pfs through the mount. 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 --no-color Turn off colors. 26 -v, --verbose Output verbose logs 27 ``` 28