-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Would you consider adding a simple systemd unit, e.g.:
[Unit]
Description=Activate Windows Logical Disk Manager volumes
Documentation=man:ldmtool(1)
[Service]
ExecStart=/usr/bin/ldmtool create all
ExecStop=/usr/bin/ldmtool remove all
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
This would allow adding LDM mounts to fstab, e.g.:
/dev/mapper/ldm_vol_LOCALHOST-Dg0_Volume1 /mnt/windata ntfs defaults,rw,x-systemd.requires=ldm.service 0 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels