cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427)

consistently use "filesystem"
This commit is contained in:
Austin
2020-10-03 16:38:06 +02:00
committed by GitHub
parent f36635c12f
commit cfe462c57f
9 changed files with 19 additions and 19 deletions

View File

@@ -1,15 +1,15 @@
# duperemove
> Finds duplicate file system extents and optionally schedule them for deduplication.
> An extent is small part of a file inside the file system.
> On some file systems one extent can be referenced multiple times, when parts of the content of the files are identical.
> Finds duplicate filesystem extents and optionally schedule them for deduplication.
> An extent is small part of a file inside the filesystem.
> On some filesystems one extent can be referenced multiple times, when parts of the content of the files are identical.
> More information: <https://markfasheh.github.io/duperemove/>.
- Search for duplicate extents in a directory and show them:
`duperemove -r {{path/to/directory}}`
- Deduplicate duplicate extents on a Btrfs or XFS (experimental) file system:
- Deduplicate duplicate extents on a Btrfs or XFS (experimental) filesystem:
`duperemove -r -d {{path/to/directory}}`

View File

@@ -1,6 +1,6 @@
# edquota
> Edit quotas for a user or group. By default it operates on all file systems with quotas.
> Edit quotas for a user or group. By default it operates on all filesystems with quotas.
> Quota information is stored permanently in the `quota.user` and `quota.group` files in the root of the filesystem.
- Edit quota of the current user:

View File

@@ -1,6 +1,6 @@
# lsattr
> List file attributes on a Linux file system.
> List file attributes on a Linux filesystem.
- Display the attributes of the files in the current directory: