Since systemd parses fstab and generate .mount files to mount the drives at boot, I figure I might be able to get them somehow without manually converting my fstab to mount files.
edit: they’re in /run/systemd/generator/*.mount
Since systemd parses fstab and generate .mount files to mount the drives at boot, I figure I might be able to get them somehow without manually converting my fstab to mount files.
edit: they’re in /run/systemd/generator/*.mount
They should be in
/run/systemd
along the rest of generated units.That’s the one. Thanks.