April 2, 20251 yr I seem to be having the same issue as some others but I've tried stopping the docker and it hasn't worked. root@Tower:~# umount /var/lib/docker umount: /var/lib/docker: not mounted. root@Tower:~# losetup NAME SIZELIMIT OFFSET AUTOCLEAR RO BACK-FILE DIO LOG-SEC /dev/loop1 0 0 1 1 /boot/bzmodules 0 512 /dev/loop2 0 0 1 0 /mnt/disk2/docker.img 0 512 /dev/loop0 0 0 1 1 /boot/bzfirmware 0 512 root@Tower:~# umount /dev/loop2 umount: /dev/loop2: not mounted. root@Tower:~# umount /dev/loop1 umount: /dev/loop1: umount failed: Invalid argument. root@Tower:~# umount /dev/loop0 umount: /dev/loop0: umount failed: Invalid argument. tower-diagnostics-20250402-1345.zip
April 2, 20251 yr Author Solution This worked: This looks like it worked. Thank you. Anybody else seeing this i used these command lines in terminal where DiskX = disk that is caught in unmounting loop under the log (in my case disk2) dd if=/dev/zero of=diskX bs=1M count=310 mkfs -t xfs diskX mount diskX /mnt/diskX Now I can't add a new drive to the array but that seems to be a different issue.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.