Difference between revisions of "Btrfs"

52 bytes added ,  1 month ago
Marked this version for translation
(Foremtierung angepasst)
(Marked this version for translation)
Line 485: Line 485:
Here the full scope of btrfs' difference becomes visible. When btrfs takes snapshots, many files are contained unchanged in several snapshots, but only take up space in the file system once. At the same time, there can be the same(!) file with different content and size in different snapshots.
Here the full scope of btrfs' difference becomes visible. When btrfs takes snapshots, many files are contained unchanged in several snapshots, but only take up space in the file system once. At the same time, there can be the same(!) file with different content and size in different snapshots.


<!--T:140-->
It is therefore not enough to simply add up the size of all files in a path to determine the '''space consumption''' in the file system.
It is therefore not enough to simply add up the size of all files in a path to determine the '''space consumption''' in the file system.


<!--T:141-->
For each file, it must be determined how large it is and whether all or part of it is shared with other subvolumes. Since btrfs has to read a lot of metadata for this, it can take a '''long time''' to display the results:
For each file, it must be determined how large it is and whether all or part of it is shared with other subvolumes. Since btrfs has to read a lot of metadata for this, it can take a '''long time''' to display the results:


<!--T:142-->
{{RootCmd|command=btrfs filesystem du -s /home}}
{{RootCmd|command=btrfs filesystem du -s /home}}
     Total  Exclusive  Set shared  Filename
     Total  Exclusive  Set shared  Filename
Line 497: Line 500:
{{BoxInfo|Exclusive + Set shared|This is the actual space used in the file system}}
{{BoxInfo|Exclusive + Set shared|This is the actual space used in the file system}}


=== btrfs filesystem show ===
=== btrfs filesystem show === <!--T:143-->
=== btrfs filesystem usage ===
=== btrfs filesystem usage ===
=== btrfs scrub status ===
=== btrfs scrub status ===
translator
10,741

edits