I have been using the following command so far to verify my /etc/fstab:
sudo findmnt --verify
Unfortunately, it spills out warnings for each unreachable disk (which I don't care about) and I have not found a flag to change that. Any clever tip to get rid of these warnings or an alternative standard tool?