Re: Device ... is still in use.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Aug 19, 2019 at 9:16 AM Milan Broz <gmazyland@xxxxxxxxx> wrote:
On 19/08/2019 14:59, Jean-Paul Calderone wrote:
> Hello,
>
> I have a luks device on removable media that has somehow become stuck on my system.  The physical media has been disconnected but the luks device continues to exist and I cannot remove it.
>
> cryptosetup close fails:
>
>     $ sudo cryptsetup close luks-64ca6f08-82c9-4571-a976-f37a83aca3b1
>     Device luks-64ca6f08-82c9-4571-a976-f37a83aca3b1 is still in use.
>
>
> I don't understand what is still using the device.  It is not mounted anywhere:
>
>     $ mount | grep luks-64ca6f08-82c9-4571-a976-f37a83aca3b1

See output of lsblk - it can have mapped partitions or lvm over it,
you need to deactivate it.

Also check lsof output if some process is not stuck keeping something open there.


Thanks for the suggestion.  `lsblk --all` doesn't mention the device - either the mapped luks device or the underlying block device.  It mentions some ram devices, some loopback devices (but `losetup --all` says none are in use), and my internal storage devices.

lsof is similarly quiet:

$ sudo lsof /dev/mapper/luks-64ca6f08-82c9-4571-a976-f37a83aca3b1
$

Poking further with dmsetup it looks like /dev/dm-0 might be what's keeping the luks device busy?  I'm not completely sure I'm interpreting this output right though:

$ sudo dmsetup ls
luks-64ca6f08-82c9-4571-a976-f37a83aca3b1       (254:0)
$ ls -l /dev/dm-0
brw-rw---- 1 root disk 254, 0 Aug 18 19:48 /dev/dm-0
$ sudo lsof /dev/dm-0
$ mount | grep dm-0

 Thanks again,
Jean-Paul
_______________________________________________
dm-crypt mailing list
dm-crypt@xxxxxxxx
https://www.saout.de/mailman/listinfo/dm-crypt

[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux