I have a mobile computer which is, when in one of two places, connected to a hard disk. I would like to mount the hard disk, when present, at the same mount point; i.e. one or the other disk (never are both present) is mounted at the same location. I use at the moment two lines in the fstab
/dev/santafe-vg/additionalSpaceToSSD /home/frank/additionalSpaceLV ext4 defaults,nofail,x-systemd.device-timeout=9 0 0 /dev/london-vg/additionalSpaceAF /home/frank/additionalSpaceLV ext4 defaults,nofail,x-systemd.device-timeout=9 0 0 Which seem to work, but the solution does not convince me. What is the best solution?
/etc/fstabin this topic.device-timeoutnot effective?