Manjaro Difference between revisions of "Translations:Btrfs/144/en"

Difference between revisions of "Translations:Btrfs/144/en"

From Manjaro
(Importing a new version from external source)
 
(No difference)

Latest revision as of 17:00, 10 June 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Btrfs)
=== Mount options ===
The default mount settings chosen by btrfs are really optimal in most cases! There are only a few options to think about. Current and accurate information can also be found at: https://btrfs.readthedocs.io/en/latest/Administration.html
{{BoxInfo|,noatime|Under read intensive work-loads, specifying noatime significantly improves performance because no new access time information needs to be written. Default is ''relatime''. ( ''''',lazytime ''[https://github.com/kdave/btrfs-progs/issues/377 may not help, however]''')}}
{{BoxInfo|,compress=zstd:7| Enables automatic and transparent compression. If compression is enabled, ''nodatacow'' and ''nodatasum'' are disabled. The compression level is adjustable, with higher levels trading off speed and memory for higher compression rates. ZLIB accepts the range [1, 9] and ZSTD accepts [1, 15]. '''Default is 3''' each}}
* '',ssd'' ('''automatic !)'''
* '',discard'' ('''automatic !)'''
* '',space_cache'' ('''automatic !)'''
You can always test what btrfs uses with:  {{UserCmd|command=mount -t btrfs}}

Mount options

The default mount settings chosen by btrfs are really optimal in most cases! There are only a few options to think about. Current and accurate information can also be found at: https://btrfs.readthedocs.io/en/latest/Administration.html

,noatime
Under read intensive work-loads, specifying noatime significantly improves performance because no new access time information needs to be written. Default is relatime. ( ,lazytime may not help, however)
,compress=zstd:7
Enables automatic and transparent compression. If compression is enabled, nodatacow and nodatasum are disabled. The compression level is adjustable, with higher levels trading off speed and memory for higher compression rates. ZLIB accepts the range [1, 9] and ZSTD accepts [1, 15]. Default is 3 each
  • ,ssd (automatic !)
  • ,discard (automatic !)
  • ,space_cache (automatic !)

You can always test what btrfs uses with:

user $ mount -t btrfs COPY TO CLIPBOARD


Cookies help us deliver our services. By using our services, you agree to our use of cookies.