Hello # My first post here, lets go.
Sorry for my English, the following text has been translated.
#
I have LibreElec 12 (LibreELEC-Generic.x86_64-12.2.1) installed, the motherboard is an ASRock N100M. Then a mount unit created in /storage/.config/system.d, named storage-blue8gb.mount.
The SSD connected for testing has the name 08tb, you can find it in /var/media/ and in /media/
The mount directory was created here: /storage/blue8gb.
Here is the content of the mount unit:
Code
[Unit]
Description=media nfs mount
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=libreelec:/var/media/08gb
Where=/storage/blue8gb
Options=nolock
Type=nfs
[Install]
WantedBy=multi-user.target
Display More
Then: systemctl daemon-reload
systemctl status storage-blue8gb.mount
Code
● storage-blue8gb.mount - media nfs mount
Loaded: loaded (/storage/.config/system.d/storage-blue8gb.mount; disabled; preset: disabled)
Active: activating (mounting) since Thu 2025-11-13 10:17:01 UTC; 1min 2s ago
Where: /storage/blue8gb
What: libreelec:/var/media/08gb
Cntrl PID: 1088 (mount)
Tasks: 2 (limit: 8599)
Memory: 804.0K (peak: 1.2M)
CPU: 21ms
CGroup: /system.slice/storage-blue8gb.mount
├─1088 /usr/bin/mount 192.168.111.70:/var/media/08gb /storage/blue8gb -t nfs -o nolock
└─1089 /sbin/mount.nfs 192.168.111.70:/var/media/08gb /storage/blue8gb -o rw,nolock
Nov 13 10:17:01 LibreELEC systemd[1]: Mounting storage-blue8gb.mount...
Display More
following: systemctl start storage-blue8gb.mount
Code
Job failed. See "journalctl -xe" for details.
× storage-blue8gb.mount - media nfs mount
Loaded: loaded (/storage/.config/system.d/storage-blue8gb.mount; disabled; preset: disabled)
Active: failed (Result: timeout) since Thu 2025-11-13 10:20:44 UTC; 3min 6s ago
Where: /storage/blue8gb
What: libreelec:/var/media/08gb
CPU: 27ms
Nov 13 10:19:14 LibreELEC systemd[1]: Mounting storage-blue8gb.mount...
Nov 13 10:20:44 LibreELEC systemd[1]: storage-blue8gb.mount: Mounting timed out. Terminating.
Nov 13 10:20:44 LibreELEC systemd[1]: storage-blue8gb.mount: Mount process exited, code=killed, status=15/TERM
Nov 13 10:20:44 LibreELEC systemd[1]: storage-blue8gb.mount: Failed with result 'timeout'.
Nov 13 10:20:44 LibreELEC systemd[1]: Failed to mount storage-blue8gb.mount.
Display More
Das ist mein Problem, ich finde keine Lösung dafür. Hat jemand eine Idee?