You've followed the guide step by step but still want to check if hardlinks are working, or someone on the Sonarr/Radarr support team asked you to check if your files are hardlinked?
You can use 2 options to check if you got working hardlinks.
You can use 3 options to check if you got working hardlinks.
*Both ways requires you to login to your terminal with PuTTY or similar software.*
@ -43,9 +43,9 @@ You will get a listing of all your files and on the left side you will see a cou
This way requires a bit more work.
- On the terminal type: `stat /path/to/your/download/location/file.mkv`
- In the terminal type: `stat /path/to/your/download/location/file.mkv`
- On the terminal type: `stat /path/to/your/media/location/file.mkv`
- In the terminal type: `stat /path/to/your/media/location/file.mkv`
You will get 2 results you can use to compare several things.
@ -53,3 +53,20 @@ You will get 2 results you can use to compare several things.
1. Links: Everything above 1 means it's a hardlink
1. Inode: if the numbers match you know the files are hardlinked
## Method 3: Using Inode copies
- In your terminal `cd` to your download location and run `ls -i file.mkv` or type `ls -i /path/to/your/download/location/file.mkv`
This will reveal the inode of your file on the left side of the file.

- In your terminal type: `find /mnt/user/data/ -inum ###` or `find . -inum ###` if you're in your root folder.
!!! note ""
`###` = Your inode number on the left of the file you found.

It will list all files linked with the same inode number.
Changed: CF HDR10 to match HDR to prevent loops #655
- Changed: CF `HDR10` to match `HDR` to prevent loops `550` to `500`.
Sonarr rp fix dv nowebdl #654
- Fix: Optional - Ignore Dolby Vision without HDR10 fallback.
- Removed: `optimal.json` cleaned up v1 of this file please use `optionals.json` (recyclarr)
Fixed? the TrueHD regex #647
- Fixed: `True-HD` or `True HD` leading to not being recognized by the CFs.
# 2022-07-01
Raised score from 25 to 800 to match Imax Enhanced. #650
- Updated: CF `[IMAX]` Raised score from `25` to `800` to match `Imax Enhanced`.
Fixed: Conditions in various sound codec CFs #649
- Fixed: Conditions in `[DTS]` and `[DTS-ES]`
- Fixed: Regex to recognize Basic Dolby Digital `[DD]`, updated the regex to fix the recognition of `DD` to help with incorrect matching of some Custom Formats.
# 2022-06-26
Added word boundary for HONE #642
- Updated: CF `[HQ-WEBDL]` Added word boundary for `HONE`.
- Updated: CF `[No-RlsGroup]` Added word boundary for `HONE`.
How to check if hardlinks work inode find option #643
- Added: How to check if hardlinks work inode find option.
# 2022-06-24
Guide formatting fixes #639
- Improved: readability of description in `Downloaders - qBittorent - Basic Setup`.
- Fixed: Series Folder Format issue:#624 in `Sonarr - Release Profile RegEx (Anime)`.
Radarr CF 20220624 #640
- Updated: CF `[LQ]` Separated conditions on request.
- Updated: CF `[HQ-Remux]` Separated conditions on request.
- Updated: CF `[HQ]` Separated conditions on request.
- Updated: CF `[HQ-WEBDL]` Separated conditions on request.
- Updated: CF `[HQ-WEBDL]` added group `HONE`.
- Updated: CF `[No-RlsGroup]` added group `HONE` to the exemption.