# Common issues

#### Shared drive is not mounted even though it's setup in fstab

Usually it's coupled with this error message when starting or shutting down the system:

`Dependency failed for Remote File Systems`

The issue is that when the system tries to mount the shared drive, the network is not up yet. To fix it, run the following command:

`sudo systemctl enable systemd-networkd-wait-online`