You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to run mkfs.btrfs on a loop device that represents a specific offset + size of another loop device, and that other loop device has existing partitions that are mounted, mkfs.btrfs will fail with "ERROR: /dev/loopxxx is mounted". Given that it's a completely different filesystem that is actually mounted, mkfs.btrfs should not fail in this case or at least provide an option to override the check.