Skip to content

Commit

Permalink
cryfs, df, dfc, fls, ipfs, duperemove, edquote, lsattr, diskutil: (#4427
Browse files Browse the repository at this point in the history
)

consistently use "filesystem"
  • Loading branch information
Hoi15A authored Oct 3, 2020
1 parent f36635c commit cfe462c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pages/common/cryfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
> A cryptographic filesystem for the cloud.
> More information: <https://www.cryfs.org/>.
- 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}}`

Expand Down
10 changes: 5 additions & 5 deletions pages/common/df.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# 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}}`

- Display statistics on the number of free inodes:

`df -i`

- Display file systems but exclude the specified type:
- Display filesystems but exclude the specified type:

`df -x {{squashfs}} -x {{tmpfs}}`
4 changes: 2 additions & 2 deletions pages/common/dfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

`dfc`

- Display all filesystems including pseudo, duplicate and inaccessible file systems:
- Display all filesystems including pseudo, duplicate and inaccessible filesystems:

`dfc -a`

- Display filesystems without colour:

`dfc -c never`

- Display filesystems containing "ext" in the file system type:
- Display filesystems containing "ext" in the filesystem type:

`dfc -t ext`
2 changes: 1 addition & 1 deletion pages/common/fls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

Expand Down
4 changes: 2 additions & 2 deletions pages/common/ipfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
> A peer-to-peer hypermedia protocol. Aims to make the web more open.
> More information: <https://ipfs.io>.
- 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}}`

Expand Down
8 changes: 4 additions & 4 deletions pages/linux/duperemove.md
Original file line number Diff line number Diff line change
@@ -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}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/edquota.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pages/linux/lsattr.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pages/osx/diskutil.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`

Expand Down

0 comments on commit cfe462c

Please sign in to comment.