diff --git a/lib/post_install_tasks/disk_partitions.md b/lib/post_install_tasks/disk_partitions.md
index 50430e5..9f8cd51 100644
--- a/lib/post_install_tasks/disk_partitions.md
+++ b/lib/post_install_tasks/disk_partitions.md
@@ -197,6 +197,11 @@ swapon -a
#### :eight_pointed_black_star: Disk quotas
+###### Useful resources
+
+- [The Lost Art of Disk Quota Management](https://linuxacademy.com/blog/linux/the-lost-art-of-disk-quota-management/)
+- [Disk quota](https://wiki.archlinux.org/index.php/disk_quota)
+
#### :ballot_box_with_check: Summary checklist
| Item | True | False |
@@ -214,4 +219,4 @@ swapon -a
| Setting up polyinstantiated directories for `/tmp` and `/var/tmp` | :black_square_button: | :black_square_button: |
| Secure `/dev/shm` directory with `nodev`, `nosuid`, `noexec` options | :black_square_button: | :black_square_button: |
| Secure `/proc` filesystem with `hidepid=2` option | :black_square_button: | :black_square_button: |
-| Secure swap area with cryptsetup | :black_square_button: | :black_square_button: |
\ No newline at end of file
+| Secure swap area with cryptsetup | :black_square_button: | :black_square_button: |