So I use btrfs and love the space savings. I want to run my desktop system live and noticed from testing that btrfs allows for immense savings in zram (I have 10 100MB files full of zeros in a 512MB zram partition, uses 40MB).
Would it be possible to have an oroot=live option but also have the ability to set the zram device to be formatted as btrfs instead of ext2? My main question, however, is would there be any issues to doing this?
Btw my mount command for the zram was:
mount -o noatime,autodefrag,compress=lzo,space_cache /dev/zram0 /mnt
So I use btrfs and love the space savings. I want to run my desktop system live and noticed from testing that btrfs allows for immense savings in zram (I have 10 100MB files full of zeros in a 512MB zram partition, uses 40MB).
Would it be possible to have an oroot=live option but also have the ability to set the zram device to be formatted as btrfs instead of ext2? My main question, however, is would there be any issues to doing this?
Btw my mount command for the zram was:
mount -o noatime,autodefrag,compress=lzo,space_cache /dev/zram0 /mnt