From cfe462c57f20c344dad34717378c442dc32cadc2 Mon Sep 17 00:00:00 2001 From: Austin Date: Sat, 3 Oct 2020 16:38:06 +0200 Subject: [PATCH] cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427) consistently use "filesystem" --- pages/common/cryfs.md | 4 ++-- pages/common/df.md | 10 +++++----- pages/common/dfc.md | 4 ++-- pages/common/fls.md | 2 +- pages/common/ipfs.md | 4 ++-- pages/linux/duperemove.md | 8 ++++---- pages/linux/edquota.md | 2 +- pages/linux/lsattr.md | 2 +- pages/osx/diskutil.md | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pages/common/cryfs.md b/pages/common/cryfs.md index ca6521d63..024f30ce6 100644 --- a/pages/common/cryfs.md +++ b/pages/common/cryfs.md @@ -3,11 +3,11 @@ > A cryptographic filesystem for the cloud. > More information: . -- Mount an encrypted file system. The initialization wizard will be started on the first execution: +- Mount an encrypted filesystem. The initialization wizard will be started on the first execution: `cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}` -- Unmount an encrypted file system: +- Unmount an encrypted filesystem: `cryfs-unmount {{path/to/mount_point}}` diff --git a/pages/common/df.md b/pages/common/df.md index abc8d99f4..f7a6ae31a 100644 --- a/pages/common/df.md +++ b/pages/common/df.md @@ -1,16 +1,16 @@ # df -> Gives an overview of the file system disk space usage. +> Gives an overview of the filesystem disk space usage. -- Display all file systems and their disk usage: +- Display all filesystems and their disk usage: `df` -- Display all file systems and their disk usage in human readable form: +- Display all filesystems and their disk usage in human readable form: `df -h` -- Display the file system and its disk usage containing the given file or directory: +- Display the filesystem and its disk usage containing the given file or directory: `df {{path/to/file_or_directory}}` @@ -18,6 +18,6 @@ `df -i` -- Display file systems but exclude the specified type: +- Display filesystems but exclude the specified type: `df -x {{squashfs}} -x {{tmpfs}}` diff --git a/pages/common/dfc.md b/pages/common/dfc.md index 57d2d35dd..8ed9c9dd0 100644 --- a/pages/common/dfc.md +++ b/pages/common/dfc.md @@ -7,7 +7,7 @@ `dfc` -- Display all filesystems including pseudo, duplicate and inaccessible file systems: +- Display all filesystems including pseudo, duplicate and inaccessible filesystems: `dfc -a` @@ -15,6 +15,6 @@ `dfc -c never` -- Display filesystems containing "ext" in the file system type: +- Display filesystems containing "ext" in the filesystem type: `dfc -t ext` diff --git a/pages/common/fls.md b/pages/common/fls.md index 86df6bb99..8fcf91b7a 100644 --- a/pages/common/fls.md +++ b/pages/common/fls.md @@ -7,7 +7,7 @@ `fls -r -m {{C:}} {{/dev/loop1p1}}` -- Analyse a single partition, providing the sector offset at which the file system starts in the image: +- Analyse a single partition, providing the sector offset at which the filesystem starts in the image: `fls -r -m {{C:}} -o {{sector}} {{path/to/image_file}}` diff --git a/pages/common/ipfs.md b/pages/common/ipfs.md index 06c3f94dc..d3bd83ae5 100644 --- a/pages/common/ipfs.md +++ b/pages/common/ipfs.md @@ -4,11 +4,11 @@ > A peer-to-peer hypermedia protocol. Aims to make the web more open. > More information: . -- Add a file from local to the file system, pin it and print the relative hash: +- Add a file from local to the filesystem, pin it and print the relative hash: `ipfs add {{filename}}` -- Add a directory and its files recursively from local to the file system and print the relative hash: +- Add a directory and its files recursively from local to the filesystem and print the relative hash: `ipfs add -r {{directory}}` diff --git a/pages/linux/duperemove.md b/pages/linux/duperemove.md index a5746fa94..5ac57c26a 100644 --- a/pages/linux/duperemove.md +++ b/pages/linux/duperemove.md @@ -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: . - 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}}` diff --git a/pages/linux/edquota.md b/pages/linux/edquota.md index 4a60d9b9a..bd3b261a2 100644 --- a/pages/linux/edquota.md +++ b/pages/linux/edquota.md @@ -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: diff --git a/pages/linux/lsattr.md b/pages/linux/lsattr.md index ed0b524fa..405c2ac93 100644 --- a/pages/linux/lsattr.md +++ b/pages/linux/lsattr.md @@ -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: diff --git a/pages/osx/diskutil.md b/pages/osx/diskutil.md index a55a3b626..5994493eb 100644 --- a/pages/osx/diskutil.md +++ b/pages/osx/diskutil.md @@ -6,7 +6,7 @@ `diskutil list` -- Repair the file system data structures of a volume: +- Repair the filesystem data structures of a volume: `diskutil repairVolume {{/dev/diskX}}`