We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Step 1: Make a directory
mkdir /home/pi/TrackerboxReloaded/imagedump/
Step 2: Mount stuff
sudo mount /dev/sda1 /home/pi/TrackerboxReloaded/imagedump/
Step 3: Backup fstab
sudo cp /etc/fstab /etc/fstab.backup
Step 4: Edit fstab
sudo nano /etc/fstab
Step 5: Type stuff in fstab
Add the following two lines to the end:
/dev/sda1 /home/pi/TrackerboxReloaded/imagedump auto nofail,auto,sync 0 0 /dev/sda2 /home/pi/TrackerboxReloaded/imagedump auto nofail,auto,sync 0 0
Step 6: Reboot
sudo reboot
Step 7: Celebrate
Good job 👍