Project

General

Profile

action #88311

Updated by JERiveraMoya over 3 years ago

As a result of research in #52733 using a default installation, we could do the following in Expert Partitioning: 
 - 

     Start with current proposal 
 - 
     Add Partitions on vdb: vdb1 with role 'raw' with most of the space and vdb2 with role 'swap'. 
 - 
     Add Partitions on vdd: vdd1 with role 'raw' with most of the space and vdd2 with role 'swap'. 
 - 
     Edit vdc: select role 'raw' and select encrypt. 
 - 
     Select Btrfs multidevice vda2, go to tab Used Devices and Change: add vdb1. 
 - 
     Select Btrfs and Add Btrfs with devices vdc and vdd1 and mount /home. 
 - 
     Additionally we could check recent feature that displays partitions belonging Btrfs, for example in vda in the table in column type for vda2: "Part of btrfs(vda2..)" 
 - 
     Optionally we could change some options like Enable Subvolume Quotas by editing any of the Btrfs multi-devices. 
 - 
     Validate the system (lsblk, encryption, btrfs filesystem show /mount point, etc) 

 Note: the general idea is to minimize number of clicks while exercising the UI related with multi-btrfs and avoid create unnecessary partitions like BIOS Boot Partition for each disk.

Back