Displaying 3 results from an estimated 3 matches for "lvdisk".
Did you mean:
vdisk
2018 Mar 07
2
kpartx can not detach
OS: EL6 - sometimes I use
kpartx -a /mnt/.../lvdisk.img
to map the partitions and mount them via
/dev/mapper/loop0pX
After using the disk (unmounting it) I noticed that
detaching such mapping via kpartx -d does not result
in freeing up the loop devices. Results: System reboots
shows that the filesystem where lvdisk.img is located
can't...
2018 Mar 07
0
kpartx can not detach
On 03/07/2018 04:48 AM, Leon Fauster wrote:
> OS: EL6 - sometimes I use
>
> kpartx -a /mnt/.../lvdisk.img
>
> to map the partitions and mount them via
>
> /dev/mapper/loop0pX
>
> After using the disk (unmounting it) I noticed that
> detaching such mapping via kpartx -d does not result
> in freeing up the loop devices. Results: System reboots
> shows that the files...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
....$(MINOR)
ln -sf $< $@
+BUILD_LINE-y = $(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libfsimage.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS)
+BUILD_LINE-$(CONFIG_SunOS) = $(CC) $(CFLAGS $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libfsimage.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS) -lvdisk -lvboxdisk -lxml2 -lgen -lc
+
libfsimage.so.$(MAJOR).$(MINOR): $(PIC_OBJS)
- $(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libfsimage.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^ $(PTHREAD_LIBS)
+ $(BUILD_LINE-y)
-include $(DEPS)
diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/common/fsimage.c
---...