https://bugzilla.kernel.org/show_bug.cgi?id=205107 --- Comment #5 from Hélder (helder.armando@xxxxxxxxxxx) --- Anyone? As a temporary fix, I shut down all the devices before turning the system off manually with the following code: #!/bin/sh sudo umount -v /dev/sdb* sudo umount -v /dev/sdc* sudo umount -v /dev/sdd* sudo udisksctl power-off -b /dev/sdb sudo udisksctl power-off -b /dev/sdc sudo udisksctl power-off -b /dev/sdd sudo umount -v /dev/sda* sudo udisksctl power-off -b /dev/sda It is not a real fix, though. -- You are receiving this mail because: You are watching the assignee of the bug.