Difference between revisions of "Btrfs/tr"

1,175 bytes added ,  17 days ago
Updating to match new version of source page
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
(Updating to match new version of source page)
Tags: Mobile web edit Mobile edit
 
Line 476: Line 476:
</div>  
</div>  


<div class="mw-translate-fuzzy">
* Bazı durumlarda temel cihaz arızalanmaya başlayabilir! => değiştirin (RAID10 kullanmayı düşünün)
* Bazı durumlarda temel cihaz arızalanmaya başlayabilir! => değiştirin (RAID10 kullanmayı düşünün)
* Diğer durumlarda, blok diske yazılmadan önce bile bir bozulma meydana gelmiş olabilir
* Diğer durumlarda, blok diske yazılmadan önce bile bir bozulma meydana gelmiş olabilir
Line 482: Line 483:
** ssd bozuldu ??? [https://forum.manjaro.org/t/update-end-in-readonly-filesystem/154442/34 örnek]
** ssd bozuldu ??? [https://forum.manjaro.org/t/update-end-in-readonly-filesystem/154442/34 örnek]
[https://btrfs.readthedocs.io/en/latest/Hardware.html Btrfs geliştiricileri ne diyor:]
[https://btrfs.readthedocs.io/en/latest/Hardware.html Btrfs geliştiricileri ne diyor:]
</div>


Ayrıca bakınız: [https://btrfs.readthedocs.io/en/latest/Tree-checker.html Tree-ckecker]
Ayrıca bakınız: [https://btrfs.readthedocs.io/en/latest/Tree-checker.html Tree-ckecker]
Line 552: Line 554:
* Expand file system
* Expand file system
* Unmount file system
* Unmount file system
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== 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&#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}}
* '',ssd'' ('''automatic !)'''
* '',discard'' ('''automatic !)'''
* '',space_cache'' ('''automatic !)'''
You can always test what btrfs uses with:  {{UserCmd|command=mount -t btrfs}}
</div>
</div>


8,181

edits