Difference between revisions of "Btrfs"

1,141 bytes added ,  12 days ago
mount -t btrfs angehängt
(Marked this version for translation)
(mount -t btrfs angehängt)
(4 intermediate revisions by the same user not shown)
Line 366: Line 366:
** some software-bug ???
** some software-bug ???
** ssd gone bad ??? [https://forum.manjaro.org/t/update-ended-in-readonly-filesystem/154442/34 example]
** ssd gone bad ??? [https://forum.manjaro.org/t/update-ended-in-readonly-filesystem/154442/34 example]
[https://btrfs.readthedocs.io/en/latest/Hardware.html What the Btrfs developers say:]
[https://btrfs.readthedocs.io/en/latest/Hardware.html What the Btrfs developers say:] If you use unreliable hardware and don’t know about that, don’t blame the filesystem when it tells you.


<!--T:139-->
<!--T:139-->
Line 422: Line 422:
* Expand file system
* Expand file system
* Unmount file system
* Unmount file system
=== 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
* '',discard'' ('''automatic !)'''
* '',ssd'' ('''automatic !)'''
* '',space_cache'' ('''automatic !)'''
{{BoxInfo|,compress&#61;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}}
{{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''. (Both may be '''combined with '',lazytime''''')}}
You can always test what btrfs uses with:  {{UserCmd|command=mount -t btrfs}}


= Btrfs options = <!--T:86-->
= Btrfs options = <!--T:86-->
translator
999

edits