libldm
libldm copied to clipboard
Hi there, Edit: Sorry, this is on a fresh Debian sid installation, ldm version 0.2.5-1.... hopefully this is not a completely trivial user error on my side as to not...
i have a dynamic disk next to my root partition and `ldmtool` fails to create a device-mapper device for it because the root partition is obviously mounted and device-mapper complains...
When running `ldmtool create all` and then shutting the system down, a trace is printed. The trace is only visible for a fraction of a second, video and picture of...
systemd unit
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 ```...
Hello, I found bug in ldmtool. ldmtool cannot parse complexity volume with next structure  In this case I get next log ldmtool create all [ 1.094006] raid6: sse2x1 gen()...
I updated ldm.c to check other partitions for the LDM signature. The drive has an OEM/Dell partition which Windows handles but confuses the tool ldmtool now finds the disk and...
ldmtool version **0.2.4-2** I'm getting a error when scanning a disk: ``` Unable to determine sector size of merged.flat. Assuming 512 byte sectors (ldmtool:31287): GLib-CRITICAL **: g_array_unref: assertion 'array' failed...
When building git master with clang, you get the following errors: ``` ldmtool.c:95:12: error: missing field 'action' initializer [-Werror,-Wmissing-field-initializers] { NULL } ^ ldmtool.c:795:16: error: missing field 'short_name' initializer [-Werror,-Wmissing-field-initializers]...
We use ldmtool to mount LDM volumes from VM disk images. Sometimes, we need to mount multiple LDM volumes with the same UUID. This can happen when we mount multiple...
# Summary See https://github.com/mdbooth/libldm/issues/24 for the problem statement. This diff adds a new command line option `--uuid_override ` which allows the user to specify the UUID suffix used for device...