>>>>> "Peter" == Peter Sanders <plsander@xxxxxxxxx> writes: > encountering a puzzling situation. > dmsetup is failing to return. I don't think you need to use dmsetup in your case, but can you post *all* the commands you ran before you got to this point, and the output of cat /proc/mdstat as well? Thinking on this some more, you might need to actually also add: --assume-clean to the 'mdadm create ....' string, since you don't want it to zero the array or anything. Sorry for not remembering this at the time! So if you can, please just start over from scratch, showing the setup of the loop devices, the overlayfs setup, and the building the RAID6 array, along with the cat /proc/mdstat after you do the initial build. John P.S. For those who hated my email citing tool, I pulled it out for now. Only citing with > now. :-) > root@superior:/mnt/backup# dmsetup status > sdg: 0 5860533168 snapshot 16/8388608000 16 > sdf: 0 5860533168 snapshot 16/8388608000 16 > sde: 0 5860533168 snapshot 16/8388608000 16 > sdd: 0 5860533168 snapshot 16/8388608000 16 > sdc: 0 5860533168 snapshot 16/8388608000 16 > sdb: 0 5860533168 snapshot 16/8388608000 16 > dmsetup remove sdg runs for hours. > Canceled it, ran dmsetup ls --tree and find that sdg is not present in the list. > dmsetup status shows: > sdf: 0 5860533168 snapshot 16/8388608000 16 > sde: 0 5860533168 snapshot 16/8388608000 16 > sdd: 0 5860533168 snapshot 16/8388608000 16 > sdc: 0 5860533168 snapshot 16/8388608000 16 > sdb: 0 5860533168 snapshot 16/8388608000 16 > dmsetup ls --tree > root@superior:/mnt/backup# dmsetup ls --tree > sdf (253:3) > ├─ (7:3) > └─ (8:80) > sde (253:1) > ├─ (7:1) > └─ (8:64) > sdd (253:2) > ├─ (7:2) > └─ (8:48) > sdc (253:0) > ├─ (7:0) > └─ (8:32) > sdb (253:5) > ├─ (7:5) > └─ (8:16) > any suggestions? > On Tue, Aug 30, 2022 at 2:03 PM Wols Lists <antlists@xxxxxxxxxxxxxxx> wrote: >> >> On 30/08/2022 14:27, Peter Sanders wrote: >> > >> > And the victory conditions would be a mountable file system that passes a fsck? >> >> Yes. Just make sure you delve through the file system a bit and satisfy >> yourself it looks good, too ... >> >> Cheers, >> Wol