Hi,
managed to get my raid to auto mount to /mnt/raidx using systemd and coping stuff ive seen in this forum
anyone able to help also get minidlna and qbittorrent to load after the /mnt/raidx has mounted?
Issue im having atm with them both auto loading is they load just before /mnt/raidx has mounted which causes issues
Current systemmd layout for /mnt/raidx
"just encase this helps someone else
using the above
"# This file is part of systemd.
systemd is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
[Unit]
DefaultDependencies=no
Conflicts=umount.target
After=rockpi-sata.service
Before=local-fs.target umount.target
[Mount]
What=/dev/md0
Where=UUID=“3c3a3c08-2aff-4bd6-a68c-5ad8eddb2123”
Type=ext4
Options=defaults,noatime
Make ‘systemctl enable mnt-raidx.mount’ work:
[Install]
WantedBy=local-fs.target"
mounts to /mnt/raidx"