From 9fc310b5da7bd6c2eca2609afc1a013d342f42c7 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:23:02 -0500 Subject: [PATCH] Update SetupShare.md --- doc/SetupShare.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/SetupShare.md b/doc/SetupShare.md index 07c9259..0b41382 100644 --- a/doc/SetupShare.md +++ b/doc/SetupShare.md @@ -4,6 +4,10 @@ Set up a share to host the archive on a computer on your home network. These ins It is recommended that you create a new user. Grant the user you'll be using read/write access to the share. These instructions will assume that the user you've created is named "sailfish" and that the password for this user is "pa$$w0rd". Now, on the Pi: +1. Enter the root session (if you haven't already): + ``` + sudo -i + ``` 1. Try to ping your archive server from the Pi. In this example the server is named `nautilus`. ``` ping -c 3 nautilus @@ -29,4 +33,4 @@ Now, on the Pi: export sharepassword="pa$$w0rd" ``` -Now return to the section "Set up the USB storage functionality" in the [main instructions](/README.md). +Now stay in your `sudo -i` session and return to the section "Set up the USB storage functionality" in the [main instructions](/README.md).