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
211
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
1
answer
61
views
btrfs: unrecognized mount option 'errors=continue'
Doesn't btrfs support errors=continue?
0
votes
0
answers
62
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
449
views
How to troubleshoot systemd automount error?
I have written the following automount unit for systemd:
/etc/systemd/user/home-federico-Cloud-unipg.automount
-----------------------------------------------------
[Unit]
Description="automount&...
1
vote
1
answer
157
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 ...
2
votes
2
answers
1k
views
CIFS fs does not wait for network despite _netdev?
I am running a Debian12 with systemd. The server's network is configured through (fixed lease) dhcp.
I am trying to mount a CIFS remote filesystem on boot.
So I added the follwoing entries in /etc/...
0
votes
1
answer
141
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 ...
0
votes
0
answers
362
views
CIFS mount share with IPv6 link-local address on Ubuntu
I'm trying to mount a Windows share on a headless Linux computer with the following systemd unit file:
[Unit]
Description=mount network drive from harvester OBC
Requires=network-online.target
...
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 ...
1
vote
1
answer
84
views
At boot, if X, then mount A, else mount B
Context is as in this other question of mine. TL,DR: most of my home folder is on an external drive that I carry along with me and mount at my various workplaces and at home.
Mount is done as unionfs /...
2
votes
0
answers
469
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
457
views
What is parsing/applying /etc/fstab entries
According to manual I thought that systemd-remount-fs.service is responsible for parsing and applying /etc/fstab entries. So I tried to test it: I removed ExecStart part (ExecStart=/lib/systemd/...
2
votes
1
answer
440
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=/жышы
...
1
vote
1
answer
198
views
Dynamically select which partition to mount based on root partition
I have got two readonly root partitions (say roota and rootb) which operating system is installed. This is for a basic A/B partition update scheme and after updating my system these partitions are ...
2
votes
0
answers
601
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 ...