I have a pi3 in a pi-desktop box, with a samsung ssd.
Everything works as far as the box itself, and partitioning the ssd using GParted.
I followed instructions to mount the ssd using:
> sudo mount /dev/sda1 /media/ssd/ssd
with /media/ssd/ssd directory created earlier and permissions set per instructions
However the mounting location does not persist through a power cycling.
That is, if I power down, then back up, the ssd is mounted to the default location of /media/pi
How can I get the ssd to always be mounted to /media/ssd/ssd through a power cycling?