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
You must log in or register to comment.
Off topic: Why would one need to access these generated files?
I want to version control some of my drives
does “get them” mean file systems access to the drives?
How do get the .mount files
Get = obtain / fetch
So, you are indeed correct in your assumption: in order to obtain the files, he would need to make use of the file system.
However, OP has already received the answer he was looking for. Thanks anyways for trying to help him.