Updated Troubleshooting (markdown)

Dmitri Popov
2018-05-31 14:23:37 +02:00
parent 01048bd46e
commit 77e7b73804

@@ -15,5 +15,3 @@ mmcblk0 179:0 0 14.5G 0 disk
``` ```
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. 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.