To change the size of the user data disk
- 
            Modify the size parameter for the gos0-demo-ufspartition.The default size is 10 GB. 
- 
            After boot, dump the disk partitions by executing the command:
            $df -hThe new encrypted partition is displayed with the name /dev/mapper/home-encrypted.
- 
            To obtain more information about the encrypted partition, execute the
               command:
            $dmsetup status /dev/mapper/home-encrypted
- 
            Execute this command also provides information about the encrypted partition.
            $dmsetup statusA systemdservice (nv_cpu_encrypted_user_partition.service) mounts the encrypted disk at the/homedirectory on every boot. All accesses to the disk are then encrypted. This occurs transparently without user interference.