diff --git a/docs/setup-audio-store.md b/docs/setup-audio-store.md
index fa7981152c71508580a08842580d989121db0197..d427e916c4aed5caefee43c725432582625d38b6 100644
--- a/docs/setup-audio-store.md
+++ b/docs/setup-audio-store.md
@@ -131,7 +131,8 @@ in the `/etc/fstab` file by adding this at the end:
 
 ```yaml
 # Audio Store @ AURA Engine
-sshfs#tankuser@192.168.0.111:/var/audio /opt/aura/audio-store fuse auto,port=22,identityfile=~/.ssh/id_rsa,allow_other 0 0
+sshfs#tankuser@192.168.0.111:/var/audio /opt/aura/audio-store fuse auto,port=22,identityfile=~/.ssh/id_rsa,allow_other,_netdev 0 0
+
 ```
 
 Again, check for the correct port number in the line above.