The title says it all. Are there drawbacks in using an entire disk (/dev/sda) without any partition table for btrfs?
It seems to work, it's quite slow, though that may be because it's running on a RaspberryPi.
The title says it all. Are there drawbacks in using an entire disk (/dev/sda) without any partition table for btrfs?
It seems to work, it's quite slow, though that may be because it's running on a RaspberryPi.
If your system can boot with a single Btrfs partition, then there is absolutely no difference whether you have a partition table or not.
In general, this depends on the system. Most bootloaders for PCs cannot load the kernel from Btrfs yet, so if / is on Btrfs, a separate /boot partition is usually needed – a partition table becomes necessary... I don't know if this applies to the boot process of Raspberry Pi, though.