diff --git a/docs/Hardlinks/How-to-setup-for/Unraid.md b/docs/Hardlinks/How-to-setup-for/Unraid.md
index be3c8c30e..36e1b5aad 100644
--- a/docs/Hardlinks/How-to-setup-for/Unraid.md
+++ b/docs/Hardlinks/How-to-setup-for/Unraid.md
@@ -10,11 +10,15 @@
------
-## Create the main share
+## Preparation
+
+Make sure hardlinks support is enabled in your `Settings` => `Global Share Settings`.
-!!! warning
+![Enable Hardlink support](images/unraid-enable-hardlinks.png)
+
+## Create the main share
- To get Hardlinks and Atomic-Moves working with Unraid you will need to make use of **ONE** share with subfolders.
+!!! warning "To get Hardlinks and Atomic-Moves working with Unraid,
You will need to make use of **ONE** share with subfolders."
For this example I'm using my own setup and preferred share `data`.
@@ -30,8 +34,7 @@ Go to your dashboard and on the top select `shares` select `add share` .
Keep in mind regarding the use of the Cache drive, The mover can't move files that are in use, like when seeding with torrents. You will need to stop/pause the torrents so the mover can move them to your Array.
- !!! tip
- If you use qBittorrent you can automate the process by following the following Guide [HERE](/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/){:target="_blank" rel="noopener noreferrer"}
+ !!! tip "If you use qBittorrent you can automate the process by following the following Guide [HERE](/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/){:target="_blank" rel="noopener noreferrer"}"
With Usenet you won't have any issues.
diff --git a/docs/Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks.png b/docs/Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks.png
new file mode 100644
index 000000000..69b75cb9c
Binary files /dev/null and b/docs/Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks.png differ