diff --git a/README.md b/README.md
index c02fe4d..c88222e 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
:information_source: This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
-:bar_chart: There are currently **1203** questions
+:bar_chart: There are currently **1250** questions
-:busts_in_silhouette: [Join](https://www.facebook.com/groups/538897960007080) our [Facebook group](https://www.facebook.com/groups/538897960007080) or follow us on [Twitter](https://twitter.com/devopsbit) for additional daily exercises, articles and more resources on DevOps
+:busts_in_silhouette: [Join](https://www.facebook.com/groups/538897960007080) our [Facebook group](https://www.facebook.com/groups/538897960007080) for additional exercises, articles and more resources on DevOps
:warning: You can use these for preparing for an interview but most of the questions and exercises don't represent an actual interview. Please read [Q&A](common-qa.md) for more details
@@ -2539,6 +2539,12 @@ True
What happens when you delete the original file in case of soft link and hard link?
+
+Can you check what type of filesystem is used in /home?
+
+There are many answers for this question. One way is running `df -T`
+
+
What is a swap partition? What is it used for?