Limit the ping count

This commit is contained in:
cimryan
2018-10-13 08:33:25 -07:00
committed by GitHub
parent f74c12ffd5
commit 0d998bcd18

View File

@@ -119,7 +119,7 @@ Now that you have a shell on the Pi you can turn the Pi into a smart USB drive.
1. Verify that there's an IP address on your subnet assigned. If you don't see the IP address wait for a couple of seconds and re-run the command. 1. Verify that there's an IP address on your subnet assigned. If you don't see the IP address wait for a couple of seconds and re-run the command.
1. Try to ping your archive server from the Pi. 1. Try to ping your archive server from the Pi.
``` ```
ping nautilus ping -c 3 nautilus
``` ```
1. If the server can't be reached, ping its IP address: 1. If the server can't be reached, ping its IP address:
``` ```