From mboxrd@z Thu Jan 1 00:00:00 1970 From: dima Subject: Re: What is best practice when partitioning a device that holds one or more btr-filesystems Date: Thu, 15 Dec 2011 17:29:12 +0900 Message-ID: <4EE9AFD8.1010306@parallels.com> References: <4EE948AD.9040001@parallels.com> <20111215082543.GA12179@attic.humilis.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed To: Return-path: In-Reply-To: <20111215082543.GA12179@attic.humilis.net> List-ID: On 12/15/2011 05:25 PM, Sander wrote: > dima wrote (ao): >> Maybe just skip partitioning altogether ;) > > +1 > >> format the device to >> btrfs and use subvolumes instead of your usual partitions (some >> /boot restrictions apply). You won't be able to use grub2 though, >> but syslinux will work. > > Grub2 has btrfs support for quite some time now, which you are aware of > I assume. Grub2 can't cope with / in a subvolume or something? No, btrfs has nothing to do with this. It is just that grub2 cannot be installed to a partition-less drive (at least 1 partition is needed), while syslinux can.