I have a USB disk with a partition labeled "Backup"
I am using the package usbmount which automatically mounts the disk at /media/usb[0-7]
I wish to create a bash script check that the disk with the label of "Backup" is mounted at /media/usb0 before commencing.
To date I have used e2label to both check and update the disk label.
Beyond this I am unsure of the best way to approach this.