Updated Troubleshooting (markdown)
@@ -11,6 +11,7 @@ sda 8:0 1 115.7G 0 disk
|
|||||||
└─sda1 8:1 1 115.7G 0 part /media/storage
|
└─sda1 8:1 1 115.7G 0 part /media/storage
|
||||||
mmcblk0 179:0 0 14.5G 0 disk
|
mmcblk0 179:0 0 14.5G 0 disk
|
||||||
├─mmcblk0p2 179:2 0 14.4G 0 part /
|
├─mmcblk0p2 179:2 0 14.4G 0 part /
|
||||||
└─mmcblk0p1 179:1 0 63M 0 part /boot```
|
└─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.
|
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.
|
||||||
Reference in New Issue
Block a user