From 3f5068d6761f9c79081eee1b6dd2cad0d35f46a0 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Wed, 29 Apr 2020 17:12:10 +0200 Subject: [PATCH] Update mount params. --- docs/setup-audio-store.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/setup-audio-store.md b/docs/setup-audio-store.md index fa798115..d427e916 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. -- GitLab