Questions tagged [systemd-mount]
For questions pertaining to systemd-mount, a system utility that allows the user to establish and destroy transient mount or auto-mount points. Use this tag for questions about systemd-mount itself, using systemd-mount, or questions about issues arising from establishing and destroying transient mount or auto-mount points in systems where this task is performed by systemd-mount.
48 questions
2 votes
1 answer
217 views
If a partition that has always been able to be mounted normally,suddenly cannot be mounted and enters Emergency Mode,what might be the reason?
For many years, my system's /home partition has always been able to be mounted normally after the system starts. Every time I shut down, I will use the shutdown command to shut down, therefore, there ...
0 votes
0 answers
66 views
Trouble changing retrans on NFS mount on Debian 12
I have mounted an exported fs from our NFS Server ( kernel.nfs server ) using fstab: 10.0.0.29:/admin /admin nfs sec=sys,rw,sync,soft 0 0 Because we have some curious errors on an application I want ...
1 vote
1 answer
171 views
How to wait for USB drive indefinite
I would like to use external USB flash drive to store encryption key. Whenever the drive is attached during boot - it should decrypt Luks container and continue boot If there is not USB drive with ...
0 votes
1 answer
143 views
systemd service fails to use `tail` to output to console
I fail to configure my systemd service properly (systemd 249.11-0ubuntu3.12). It should start a tail process which outputs to the console. Ubuntu running as Proxmox VM. When booting, the service is ...
1 vote
1 answer
1k views
Systemd service starting before filesystem mount after power loss
I'm encountering an issue with a systemd service starting before a local partition is mounted, particularly after a power loss event. I've investigated and found that this problem arises due to a ...
2 votes
0 answers
481 views
How to shutdown service before systemd starts unmounting
I have a systemd service that uses After=local-fs.target to ensure that all mount points are established (if possible) before the service is started. Not being too familiar with the systemd ...
2 votes
1 answer
446 views
How to mount folder with nonASCII (cyrillic) letters by systemd mount-unit?
I want to create systemd mount-unit equivalent for next fstab line /dev/sdc1 /жышы ext4 defaults 1 2 Something as жышы.mount [Unit] Description= /dev/sdc1 to /жышы [Mount] What=/dev/sdc1 Where=/жышы ...
2 votes
0 answers
611 views
BTRFS: error (device dm-0) in btrfs_run_delayed_refs:2150: errno=-5 10 failure
I have run this error while trying to boot my fedora linux 36 from my external SSD. I did boot it at home yesterday quite well, shut it down this morning. When I got to work today and tried booting it ...