Hello,<br><br>I suggest to implement "compress"-mount option (for btrfs) with other options like noatime, etc. in the install procedure.<br>I have installed btrfs on / (/boot is separately), and to enable compress I have added this option in fstab after full installation.<br>
To compress all installed files I have renamed all folders any copied. Example:<br>rename "/share" to "/share_old"<br>then create "/share" and copy all files and folders from share_old.<br><br>
1) After this procedure with all folders I have more space on core folder:<br>before compression: used 3.2GB,<br>after compression and copy - 2.0GB<br>2) all programs theoretically must starts quickly. <br><br>With this option during installation we can avoid such procedure after installation.<br>