From acc60f56e28139eaf6cd7da2fde7f26f803930c2 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 22 Dec 2024 23:20:59 +0100 Subject: [PATCH] style(guide): Consistency in the wording of `hardlinks` vs `hard links` (#2171) --- docs/Downloaders/3rd-party-tools.md | 2 +- docs/File-and-Folder-Structure/How-to-set-up/Unraid.md | 2 +- docs/File-and-Folder-Structure/How-to-set-up/Windows.md | 8 ++++---- .../Replace-copies-with-hardlinks.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Downloaders/3rd-party-tools.md b/docs/Downloaders/3rd-party-tools.md index c7f621e82..bbc136ee1 100644 --- a/docs/Downloaders/3rd-party-tools.md +++ b/docs/Downloaders/3rd-party-tools.md @@ -12,7 +12,7 @@ This is a program used to manage your qBittorrent instance such as: - Automatically add cross-seed torrents in a paused state. _Note: cross-seed now allows for torrent injections directly to qBit, making this feature obsolete._ - Recheck paused torrents sorted by lowest size and resume if completed - Remove orphaned files from your root directory that are not referenced by qBittorrent -- Tag any torrents that have no hard links and allow the option to cleanup to delete these torrents and contents based on maximum ratio and/or time-seeded +- Tag any torrents that have no hardlinks and allow the option to cleanup to delete these torrents and contents based on maximum ratio and/or time-seeded - RecycleBin function to move files into a RecycleBin folder instead of deleting the data directly when deleting a torrent - Built-in scheduler to run the script every x minutes. (Can use --run command to run without the scheduler) - Webhook notifications with Notifiarr and Apprise API integration. diff --git a/docs/File-and-Folder-Structure/How-to-set-up/Unraid.md b/docs/File-and-Folder-Structure/How-to-set-up/Unraid.md index 7e1ac31fa..88106db90 100644 --- a/docs/File-and-Folder-Structure/How-to-set-up/Unraid.md +++ b/docs/File-and-Folder-Structure/How-to-set-up/Unraid.md @@ -189,7 +189,7 @@ Sonarr, Radarr and Lidarr !!! info - Sonarr, Radarr, and Lidarr get access to everything because the download folder(s) and media folder will need to look like and be one mount, on the file system. Hard links will work properly and any moves will be atomic, rather than copying and deleting. + Sonarr, Radarr, and Lidarr get access to everything because the download folder(s) and media folder will need to look like and be one mount, on the file system. hardlinks will work properly and any moves will be atomic, rather than copying and deleting. {! include-markdown "../../../includes/file-and-folder-structure/docker-tree-full.md" !} diff --git a/docs/File-and-Folder-Structure/How-to-set-up/Windows.md b/docs/File-and-Folder-Structure/How-to-set-up/Windows.md index 84a8eb7f6..e8fe91d86 100644 --- a/docs/File-and-Folder-Structure/How-to-set-up/Windows.md +++ b/docs/File-and-Folder-Structure/How-to-set-up/Windows.md @@ -1,16 +1,16 @@ # Windows -Windows is less flexible than some other operating systems in respect of support for hard links and instant (Atomic) moves. In most cases, you need to use a single disk containing both your download location and media library. However, there is an option detailed below that will allow you to make use of hard links and instant (Atomic) moves if you run a two-disk setup. +Windows is less flexible than some other operating systems in respect of support for hardlinks and instant (Atomic) moves. In most cases, you need to use a single disk containing both your download location and media library. However, there is an option detailed below that will allow you to make use of hardlinks and instant (Atomic) moves if you run a two-disk setup. ## Recommendation -If you want to make extensive use of hard links, we would recommend switching to another operating system. For more information and suggestions on this topic, join our Discord support channel. The link can be found at the bottom of every guide page. +If you want to make extensive use of hardlinks, we would recommend switching to another operating system. For more information and suggestions on this topic, join our Discord support channel. The link can be found at the bottom of every guide page. ### Alternative recommendation -If moving away from using Windows with multiple disks is not an option, we suggest ignoring hard links and instant (Atomic) moves and using [StableBit DrivePool](https://stablebit.com/){:target="\_blank" rel="noopener noreferrer"}. This will allow you to pool multiple disks to appear as one big disk, making it much easier to maintain and set up your file and folder structure. +If moving away from using Windows with multiple disks is not an option, we suggest ignoring hardlinks and instant (Atomic) moves and using [StableBit DrivePool](https://stablebit.com/){:target="\_blank" rel="noopener noreferrer"}. This will allow you to pool multiple disks to appear as one big disk, making it much easier to maintain and set up your file and folder structure. -!!! warning "It is possible that Windows Storage Spaces supports hard links, but this has not been verified by the Guides team. We are unable to provide support for setups that use Storage Spaces." +!!! warning "It is possible that Windows Storage Spaces supports hardlinks, but this has not been verified by the Guides team. We are unable to provide support for setups that use Storage Spaces." ## Folder Structure diff --git a/docs/File-and-Folder-Structure/Replace-copies-with-hardlinks.md b/docs/File-and-Folder-Structure/Replace-copies-with-hardlinks.md index c0cd64617..bd62d441d 100644 --- a/docs/File-and-Folder-Structure/Replace-copies-with-hardlinks.md +++ b/docs/File-and-Folder-Structure/Replace-copies-with-hardlinks.md @@ -66,7 +66,7 @@ The example below will hard link all duplicate files without prompting. --- -!!! bug "Windows only allows a maximum of 1023 hard links per file" +!!! bug "Windows only allows a maximum of 1023 hardlinks per file" !!! Warning "The `-Q` or `--quick` option only reads each file once, hashes it, and performs comparisons based solely on the hashes. There is a small but significant risk of a hash collision which is the purpose of the failsafe byte-for-byte comparison that this option explicitly bypasses. Do not use it on ANY data set for which any amount of data loss is unacceptable. You have been warned!"