Projects

The UUID of the device will be used to update the /etc/fstab file;

sudo blkid

sudo vi /etc/fstab

Update /etc/fstab in this format using your own UUID and rememeber to remove the leading and ending quotes.

  1. Test the configuration and reload the daemon

     sudo mount -a
     sudo systemctl daemon-reloa...
    Learn More