Reboot
reboot
shutdown --reboot nowVolume Mount
mount -aSee All Disks
fdisk -lSee Usage
df -h -x tmpfs -x devtmpfsSee Usage by Directory
du -h --max-depth=1 /var | sort -rh | head -10Mount your volume at the newly-created mount point
mount -o discard,defaults,noatime /dev/disk/by-id/scsi-0DO_Volume_revisionary <strong>/root/revisionary/backend/src/cache</strong>Change fstab so the volume will be mounted after a reboot
echo '/dev/disk/by-id/scsi-0DO_Volume_revisionary /root/revisionary/backend/src/cache ext4 defaults,nofail,discard 0 0' | sudo tee -a /etc/fstabVerify
findmnt --verify --verbose