Mounting drives
In the past, I would mount drives (both local and network drives) by adding entries in
the file /etc/fstab
. Recently, I faced challenges because my PC needs some time to
establish the network connection during boot. I did some research and discovered the
option of implementing mounts via systemd, which is supposed to come with some
advantages. Above all, the risk of damaging the system by making incorrect changes to
the file /etc/fstab
is eliminated.