I'm not sure if its a systemd bug, a udev bug, or a btrfs device scan bug, or a fast boot with slow spin up of the drives in the Btrfs. This system doesn't boot from this 12 disk Btrfs, correct? You could try changing fstab mount options to include: noauto,x-systemd.automount I do this for the EFI System partition at /boot/efi because I don't want it mounted unless something accesses that path - so at that time only does it get mounted. In your case it sounds similar, just don't mount until accessed, which wouldn't happen until basic.target is finished anyway (?) if it's not a boot drive. http://www.freedesktop.org/software/systemd/man/systemd.mount.html Chris Murphy -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
