On Wed, 18 Jun 2014 21:29:39 Daniel Cegiełka wrote:
> Everything works fine. Is such a solution is recommended? In my
> opinion, the creation of the partitions seems to be completely
> unnecessary if you can use btrfs.

For boot disks I use the traditional partitioning system.  So far I don't run 
any systems that have a boot disk larger than 2TB so I haven't needed to use 
GPT.

I have a BTRFS RAID-1 on 2*3TB disks which have no partition tables, when the 
filesystem is going to use the entire device and there's no boot loader there 
is no reason to have a partition table.

I also have some SATA disks I use for backup which have no partition table 
because one filesystem is going to use all the space.

If you don't need to have a boot loader or swap space on the disk then there's 
no reason to have a partition table.  Note that it's often good to have some 
swap space even if everything can fit in RAM because Linux sometimes pages 
things out to make more space for cache.

While it's possible to boot a system without a partition table are you going 
to get a real benefit from that?  Having a separate /boot filesystem may 
"waste" 500M of disk space, but as it seems impossible to buy any new SATA 
device smaller than a 60G SSD (and the 120G SSDs don't cost much more) is that 
500M really an issue?

When a system fails to boot it's a major PITA and having an unusual boot setup 
will make it much more difficult to Google for help if you boot in an unusual 
way.

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to