Disk mount failed with result 'dependency'
1
vote
1
answer
4563
views
I mount drive using command
mount
and modify fstab
file (so disk should be visible after restart). Unfortunately, after system reboot, mount isn't visible in the system
lsblk -a
says, disk is configured but without mounting point.
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 250G 0 disk
vda 254:0 0 100G 0 disk
├─vda1 254:1 0 100G 0 part /
└─vda2 254:2 0 2M 0 part
Here is a log from journalctl
:
May 15 09:23:34 srv systemd: dev-disk-by\x2duuid-XXX\XXX\XXXX\ZZZZZ\YYYY.device: Job dev-disk-by\x2duuid-XXX\XXX\XXXX\ZZZZZ\YYYY.device/start timed >
May 15 09:23:34 srv systemd: Timed out waiting for device /dev/disk/by-uuid/XXXX-XXXX-XXX-XXX-XXXXXXX.
May 15 09:23:34 srv systemd: Dependency failed for Mount DO Volume dev-volume.
May 15 09:23:34 srv systemd: mnt-dev_volume.mount: Job mnt-dev_volume.mount/start failed with result 'dependency'.
How to fix it and mount disk automatically?
Asked by Mateusz Przybylek
(111 rep)
May 15, 2023, 02:27 PM
Last activity: Jul 7, 2025, 08:09 AM
Last activity: Jul 7, 2025, 08:09 AM