mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 17:48:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -28,6 +28,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`bcachefs fs usage --human-readable {{path/to/mountpoint}}`
|
||||
|
||||
- Set replicas after formatting and mounting:
|
||||
|
||||
`sudo bcachefs set-fs-option --metadata_replicas={{2}} --data_replicas={{2}} {{path/to/partition}}`
|
||||
|
||||
- Force `bcachefs` to ensure all files are replicated:
|
||||
|
||||
`sudo bcachefs data rereplicate {{path/to/mountpoint}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`bcachefs`
|
||||
|
||||
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Mount a share and retry up to 10 times if it fails:
|
||||
|
||||
`mount -o retry={{retries}} \{{computer_name}}\{{share_name}} {{Z:}}`
|
||||
`mount -o retry=10 \{{computer_name}}\{{share_name}} {{Z:}}`
|
||||
|
||||
- Mount a share with forced case sensitivity:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user