From 77e7b738044a28af8b3420e302ce7ccd5cb99ae5 Mon Sep 17 00:00:00 2001 From: Dmitri Popov Date: Thu, 31 May 2018 14:23:37 +0200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 03d88b9..09ec819 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -14,6 +14,4 @@ mmcblk0 179:0 0 14.5G 0 disk └─mmcblk0p1 179:1 0 63M 0 part /boot ``` -The important part here is the names (*sdb1* and *sda2*) and mount points (*/media/card* and */media/storage*). If the names are different, you need to adjust the values of the STORAGE_DEV and CARD_DEV variables in the *backup.sh* script. - -For your convenience, the latest version of the script runs the `sudo lsblk` command automatically and saves the output in the */root/pi/lsblk.log* file. You can view this file by running the `sudo cat /root/lsblk.log` command on the Raspberry Pi. \ No newline at end of file +The important part here is the names (*sdb1* and *sda2*) and mount points (*/media/card* and */media/storage*). If the names are different, you need to adjust the values of the STORAGE_DEV and CARD_DEV variables in the *backup.sh* script. \ No newline at end of file