Displaying 2 results from an estimated 2 matches for "loop0px".
Did you mean:
  loop0p1
  
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 be unmounted. 
lsof, fuser, ps does not show any usage. Even removin...
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 filesystem where lvdisk.img is located 
> can't be unmounted. 
> 
> lsof, fuser,...