Re: [RFC PATCH] Btrfs: add sha256 checksum option

2014-11-25 Thread Daniel Cegiełka
2014-11-25 11:30 GMT+01:00 Liu Bo bo.li@oracle.com: On Mon, Nov 24, 2014 at 11:34:46AM -0800, John Williams wrote: On Mon, Nov 24, 2014 at 12:23 AM, Holger Hoffstätte holger.hoffstae...@googlemail.com wrote: Would there be room for a compromise with e.g. 128 bits? For example, Spooky

Re: btrfs on whole disk (no partitions)

2014-06-21 Thread Daniel Cegiełka
2014-06-19 2:07 GMT+02:00 Russell Coker russ...@coker.com.au: 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,

Re: btrfs on whole disk (no partitions)

2014-06-21 Thread Daniel Cegiełka
2014-06-19 11:11 GMT+02:00 Imran Geriskovan imran.gerisko...@gmail.com: On 6/19/14, Russell Coker russ...@coker.com.au wrote: Grub installs itself and boots from Partitionless Btrfs disk. It is handy for straight forward installations. However, IF you need boot partition (ie. initramfs and

btrfs on whole disk (no partitions)

2014-06-18 Thread Daniel Cegiełka
Hi, I created btrfs directly to disk using such a scheme (no partitions): dd if=/dev/zero of=/dev/sda bs=4096 mkfs.btrfs -L dev_sda /dev/sda mount /dev/sda /mnt cd /mnt btrfs subvolume create __active btrfs subvolume create __active/rootvol btrfs subvolume create __active/usr btrfs subvolume

Re: [PATCH] btrfs-progs: update INSTALL file

2014-01-27 Thread Daniel Cegiełka
2014-01-22 Anand Jain anand.j...@oracle.com: with the changes that has happened since last time it was updated Signed-off-by: Anand Jain anand.j...@oracle.com --- INSTALL |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 8ead607..a86878a