Update SetupShare.md

This commit is contained in:
Alan Hoyle
2018-11-06 19:23:02 -05:00
committed by GitHub
parent c3a0e53ea0
commit 9fc310b5da

View File

@@ -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).