Re: Looking for confirmation as I enter the acceptance stage.

blobfish <[email protected]> Wed, 26 Jul 2023 12:10:37 -0400
Newsgroups dev.linux.lists.cryptsetup
Message-ID <3286045.aeNJFYEL58@laptop>
On Wednesday, July 26, 2023 11:50:35 AM EDT Michael Kjörling wrote:
 
> That is an EXTREMELY good sign; it means that cryptsetup is happy with
> the LUKS header itself. Having run that, try
> 
> sudo file -s /dev/mapper/mapped1
> 

command: sudo file -s /dev/mapper/mapped1
result: /dev/mapper/mapped1: symbolic link to ../dm-4

just a symbolic link so

command: sudo file -s /dev/dm-4
result: /dev/dm-4: BTRFS Filesystem label "mediaLibrary", sectorsize 4096, 
nodesize 16384, leafsize 16384, UUID=0e2b9dfb-46ca-4064-bd09-826431b4eafb, 
6943296638976/8001469083648 bytes used, 1 devices

another good sign!