btrfs-progs: docs: clarify trim after mkfs -K
A user question on IRC about mkfs -K and mount with discard. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a0ac307b0c
commit
b3afc1e814
|
@ -100,6 +100,8 @@ bytes and must not contain newline characters.
|
|||
|
||||
*-K|--nodiscard*::
|
||||
Do not perform whole device TRIM operation on devices that are capable of that.
|
||||
This does not affect discard/trim operation when the filesystem is mounted.
|
||||
Please see the mount option 'discard' for that in `btrfs`(5).
|
||||
|
||||
*-r|--rootdir <rootdir>*::
|
||||
Populate the toplevel subvolume with files from 'rootdir'. This does not
|
||||
|
|
Loading…
Reference in New Issue