Skip to content

Commit

Permalink
Update bcachefs.8
Browse files Browse the repository at this point in the history
  • Loading branch information
donmor committed May 14, 2024
1 parent da9ead0 commit 3e4bf88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bcachefs.8
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,12 @@ is the path where the filesystem should be mounted. If not set, then the filesys
but all steps preceding mounting the filesystem (e.g. asking for passphrase) will still be performed.
.Pp the options are as follows:
.Bl -tag -width Ds
.It Fl f , Fl -passphrase-file Ns = Ns Ar passphrase_file
Path to passphrase/key file
.sp
Precedes key_location/unlock_policy: if the filesystem can be decrypted by the specified passphrase
file, it is decrypted. (i.e. Regardless if "fail" is specified for key_location/unlock_policy.)
.El
.It Fl o Ar options
Mount options provided as a comma-separated list. See user guide for complete list.
.Bl -tag -width Ds -compact
Expand All @@ -393,6 +399,8 @@ Run fsck during mount
Fix errors without asking during fsck
.It Cm read_only
Mount in read only mode
.It Cm passphrase_file Ns = Ns Ar passphrase_file
Path to passphrase/key file
.It Cm version_upgrade
.El
.It Fl k , Fl -key-location Ns = Ns ( Cm fail | wait | ask )
Expand All @@ -408,6 +416,7 @@ prompt the user for password.
.El
.It Fl c , Fl -colorize Ns = Ns ( Cm true | false )
Force color on/off. Default: auto-detect TTY
.El
.It Fl v
Be verbose. Can be specified more than once.
.El
Expand Down

0 comments on commit 3e4bf88

Please sign in to comment.