{"id":59580,"date":"2022-10-28T17:15:42","date_gmt":"2022-10-28T09:15:42","guid":{"rendered":"https:\/\/version-2.com.sg\/?p=59580"},"modified":"2022-12-02T18:13:39","modified_gmt":"2022-12-02T10:13:39","slug":"how-to-enable-full-disk-encryption-in-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/version-2.com\/en\/2022\/10\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\/","title":{"rendered":"How to Enable Full Disk Encryption in Ubuntu 22.04"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"59580\" class=\"elementor elementor-59580\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-35fe5dd post-content elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35fe5dd\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;cef08c3&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-409a2e9a\" data-id=\"409a2e9a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5a8be8f elementor-widget elementor-widget-text-editor\" data-id=\"5a8be8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<article class=\"is-type-body-default is-important\"><p><a class=\"wp-block-cgb-button button\" href=\"#step1\">Jump to Tutorial<\/a><\/p><p>Security-minded system administrators prioritize taking all the necessary measures to safeguard confidential and protected data. The compromise of a device can prove costly if it contains sensitive company information, especially when organizations have compliance requirements. Disk encryption is one of the best ways to mitigate this risk.<\/p><p>Encryption is the process of encoding data. Data is converted from plain text to ciphertext using a special mathematical algorithm that renders the data unreadable unless the encryption key is provided. This key should always remain a secret to the person authorized to access the data.<\/p><p>There are two major types of encryption in a computer: <a href=\"https:\/\/jumpcloud.com\/blog\/what-is-full-disk-encryption-fde\">Full Disk Encryption (FDE)<\/a> and File Level Encryption (FLE).<\/p><h3>Full Disk Encryption<\/h3><p>In full disk encryption, also known as hard drive encryption, the entire hard drive or volume \u2014 including all the files \u2014 is protected. During booting, a passphrase or secret key is required to unlock the drive before logging in with your user account credentials.<\/p><p>Implementing FDE guarantees data privacy and security for all the files from unauthorized users or anyone with malicious intent. Learn more about the benefits of FDE, and <a href=\"https:\/\/jumpcloud.com\/blog\/reasons-require-full-disk-encryption\">five reasons you should consider requiring it<\/a> in your organization.<\/p><h3>File Level Encryption\u00a0<\/h3><p>As the name infers, file level encryption happens at the file system level. This type of encryption targets individual files and directories, but not the entire hard disk.<\/p><p>Both full disk encryption and file level encryption can be used simultaneously to achieve a higher level of data protection.<\/p><p>In this tutorial, we will focus on how to enable full disk encryption on Ubuntu 22.04 using LUKS.\u00a0<\/p><h2>What Is Linux Unified Key Setup (LUKS)?<\/h2><p>LUKS is a standard hard drive encryption technology for major Linux systems including Ubuntu. It is a platform-independent disk encryption specification and the de facto disk encryption standard for Linux systems.<\/p><p>LUKS was originally developed for Linux systems and is used in nearly all Linux distributions. It is also a popular encryption format for network-attached storage (NAS) devices. It encrypts entire block devices, making it an ideal choice for encrypting SSD, hard disk drives, and even removable drives.<\/p><p>In addition to offering FDE, LUKS allows users to create and run encrypted containers with the same level of protection as LUKS full disk encryption.<\/p><p>With LUKS, disk encryption can be enabled during the installation of an operating system. <strong><em>In fact, full disk encryption is only achieved during the installation of the Ubuntu Desktop operating system.<\/em><\/strong> It encrypts all the partitions including swap space, system partitions, and every bit of data stored on the block volume with the exception of the Master Boot Record (MBR).<\/p><h2 id=\"step1\">How to Fully Encrypt Data on Ubuntu 22.04<\/h2><p>If you already have a running instance of <a href=\"https:\/\/jumpcloud.com\/blog\/how-to-upgrade-ubuntu-20-04-to-ubuntu-22-04\">Ubuntu 22.04<\/a> and you want to enable full disk encryption, you\u2019re required to reinstall it. You cannot fully encrypt it once it is installed. You can only encrypt directories or partitions post-installation.<\/p><p>If you forget your encryption passphrase, all your data will be inaccessible. As such, it is recommended to pick one that you can easily remember or store on a password vault or manager. Better yet, if you have used a complex password, you can note it down somewhere and keep it under lock and key.<\/p><p>Additionally, before starting this process, be sure to backup any critical data that could potentially be lost during the reinstallation process.<\/p><h2>Getting Started<\/h2><p>We will skip the few installation steps on Ubuntu 22.04 and head straight to the \u201c<strong>Installation Type<\/strong>\u201d step that requires you to select your preferred disk partition mode.<\/p><p>Two options will be presented. The first one (the default option) is \u201c<strong>Erase disk and install Ubuntu<\/strong>\u201d which wipes out all the existing data and automatically partitions the drive. The second option is \u201c<strong>Something else<\/strong>\u201d which is used to manually configure the disk partitions yourself. Please note that you will not be able to enable full disk encryption by selecting the second option.<\/p><p>Select the first option: \u201c<strong>Erase disk and install Ubuntu<\/strong>\u201d and click the \u201c<strong>Advanced features<\/strong>\u201d button as indicated.<\/p><figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-70974\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1-300x223.png 300w\" alt=\"\" width=\"512\" height=\"380\" \/><\/figure><p>Once you click the \u201c<strong>Advanced features<\/strong>\u201d button, a pop-up appears. Be sure to select \u201c<strong>Use LVM with new Ubuntu installation<\/strong>\u201d and the \u201c<strong>Encrypt the new Ubuntu installation for security<\/strong>\u201d options.<\/p><p>Then click \u201c<strong>OK<\/strong>.\u201d<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" class=\"wp-image-70975\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-2.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-2.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-2-300x195.png 300w\" alt=\"\" width=\"512\" height=\"332\" \/><\/figure><p>Next, assuming you have already backed up any important data, click <strong>\u201cInstall Now<\/strong>.\u201d<\/p><figure class=\"wp-block-image size-full\"><img decoding=\"async\" class=\"wp-image-70977\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-3-1.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-3-1.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-3-1-300x225.png 300w\" alt=\"\" width=\"512\" height=\"384\" \/><\/figure><p>Disk encryption requires a security key in order to access your files each time your device boots. In this step, provide a strong security key or passphrase.<\/p><p>You can also enable a recovery key which enables a user to access the encrypted disk if they forget their password, or if the disk needs to be installed on a new device.<\/p><p>Then click \u201c<strong>Install Now<\/strong>.\u201d<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-70978\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-4.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-4.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-4-300x226.png 300w\" alt=\"\" width=\"512\" height=\"385\" \/><\/figure><p>On the pop-up dialogue that appears, click \u201c<strong>Continue<\/strong>\u201d to write changes to the disk.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-70979\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-5.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-5.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-5-300x214.png 300w\" alt=\"\" width=\"512\" height=\"365\" \/><\/figure><p>From here, continue with the installation process until the end, and finally, reboot the system. Provide the security key that you generated and hit ENTER prior to logging in.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-70980\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-6.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-6.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-6-300x228.png 300w\" alt=\"\" width=\"512\" height=\"389\" \/><\/figure><p>The secret key unlocks your drive thereby granting you access to your system.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-70981\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-7.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-7.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-7-300x225.png 300w\" alt=\"\" width=\"512\" height=\"384\" \/><\/figure><p>From here, you can log in to your new Ubuntu installation by providing your user account\u2019s password and pressing ENTER.<\/p><h2>Conclusion<\/h2><p>In this guide, we walked you through the implementation of full disk encryption using LUKS on Ubuntu 22.04. FDE provides a robust way to safeguard your data in case of theft or accidental loss of your device.\u00a0<\/p><p>Encryption is just one approach to ensuring the privacy and safety of your data. Therefore, you should not relax enforcing other data protection measures such as firewalls, identity and access management (IAM), and Zero Trust controls such as multi-factor authentication (MFA).<\/p><p>JumpCloud\u2019s open directory platform is available to easily implement full disk encryption throughout your entire fleet. Pre-built policies make it possible to achieve full disk encryption for Windows and macOS devices, with granular control and visibility for BitLocker.<\/p><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-70982\" src=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-8.png\" sizes=\"(max-width: 512px) 100vw, 512px\" srcset=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-8.png 512w, https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-8-300x176.png 300w\" alt=\"\" width=\"512\" height=\"301\" \/><\/figure><p>Linux devices can also be managed and monitored for encryption status. To see how this works, along with a number of other device security and management features, <a href=\"https:\/\/console.jumpcloud.com\/signup?email=&amp;first_touch=Non-Paid&amp;first_touch_timestamp=2022-09-05T06:42:17.230Z&amp;jcsgmtuuid=3e98afb0-b055-44b0-b943-254a1f55d8f7\" target=\"_blank\" rel=\"noreferrer noopener\">sign up today to get started<\/a>. JumpCloud is free to use for up to 10 users and 10 devices; we also provide 24\u00d77 in-app support for the first 10 days of use.<\/p><p>Would you prefer tailored, white-glove implementation assistance? <a href=\"https:\/\/calendly.com\/jc-implementation\/free-one-time-30-min-consult\" target=\"_blank\" rel=\"noreferrer noopener\">Schedule a free 30-minute technical consultation<\/a> to learn about the service offerings available to you and your fleet.<\/p><div class=\"blog-post-tags m-t-2\"><ul class=\"blog-post-topics-list\"><li class=\"blog-post-topics-list-item\"><a class=\"blog-post-topics-list-link is-type-body-default is-important is-type-weight-semi-bold has-text-navy\" href=\"\/blog?topics=how-to\">How-To<\/a><\/li><\/ul><ul class=\"blog-post-collections-list\"><li class=\"blog-post-collections-list-item\"><a class=\"blog-post-collections-list-link is-type-body-tiny is-type-weight-semi-bold is-important devices\" href=\"\/blog?collections=devices\">Devices<\/a><\/li><\/ul><\/div><\/article>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2004c86 elementor-widget elementor-widget-shortcode\" data-id=\"2004c86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"18103\" class=\"elementor elementor-18103\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-748947f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"748947f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7995c19\" data-id=\"7995c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a437045 elementor-widget elementor-widget-image-box\" data-id=\"a437045\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">About Version 2 Digital<\/h3><p class=\"elementor-image-box-description\">Version 2 Digital is one of the most dynamic IT companies in Asia. The company distributes a wide range of IT products across various areas including cyber security, cloud, data protection, end points, infrastructures, system monitoring, storage, networking, business productivity and communication products.\n<br><br>\nThrough an extensive network of channels, point of sales, resellers, and partnership companies, Version 2 offers quality products and services which are highly acclaimed in the market. Its customers cover a wide spectrum which include Global 1000 enterprises, regional listed companies, different vertical industries, public utilities, Government, a vast number of successful SMEs, and consumers in various Asian cities.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t\n\t\t<div data-elementor-type=\"page\" data-elementor-id=\"57539\" class=\"elementor elementor-57539\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6b25dc0d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6b25dc0d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;_id&quot;:&quot;c4f773e&quot;,&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3cc1b37d\" data-id=\"3cc1b37d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52c4a230 elementor-widget elementor-widget-text-editor\" data-id=\"52c4a230\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>About JumpCloud<\/strong><br \/>At JumpCloud, our mission is to build a world-class cloud directory. Not just the evolution of Active Directory to the cloud, but a reinvention of how modern IT teams get work done. The JumpCloud Directory Platform is a directory for your users, their IT resources, your fleet of devices, and the secure connections between them with full control, security, and visibility.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Jump to Tutorial Security-minded system administrators  [&hellip;]<\/p>\n","protected":false},"author":143524195,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_wpcom_ai_launchpad_first_post":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[488,1016,61],"tags":[489,1017],"class_list":["post-59580","post","type-post","status-publish","format-standard","hentry","category-488","category-jumpcloud","category-press-release","tag-489","tag-jumpcloud"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Enable Full Disk Encryption in Ubuntu 22.04 - Version 2<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Enable Full Disk Encryption in Ubuntu 22.04 - Version 2\" \/>\n<meta property=\"og:description\" content=\"Jump to Tutorial Security-minded system administrators [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04\" \/>\n<meta property=\"og:site_name\" content=\"Version 2\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-28T09:15:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-02T10:13:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png\" \/>\n<meta name=\"author\" content=\"version2hk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"version2hk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2022\\\/10\\\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\\\/\"},\"author\":{\"name\":\"version2hk\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/d14d2d3cd77ffdb618b9f1330fe084db\"},\"headline\":\"How to Enable Full Disk Encryption in Ubuntu 22.04\",\"datePublished\":\"2022-10-28T09:15:42+00:00\",\"dateModified\":\"2022-12-02T10:13:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/2022\\\/10\\\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\\\/\"},\"wordCount\":1066,\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jumpcloud.com\\\/\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/ubuntu-fde-1.png\",\"keywords\":[\"2022\",\"JumpCloud\"],\"articleSection\":[\"2022\",\"JumpCloud\",\"Press Release\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/version-2.com\\\/2022\\\/10\\\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\\\/\",\"url\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04\",\"name\":\"How to Enable Full Disk Encryption in Ubuntu 22.04 - Version 2\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jumpcloud.com\\\/\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/ubuntu-fde-1.png\",\"datePublished\":\"2022-10-28T09:15:42+00:00\",\"dateModified\":\"2022-12-02T10:13:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage\",\"url\":\"https:\\\/\\\/jumpcloud.com\\\/\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/ubuntu-fde-1.png\",\"contentUrl\":\"https:\\\/\\\/jumpcloud.com\\\/\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/ubuntu-fde-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jumpcloud.com\\\/blog\\\/how-to-enable-full-disk-encryption-ubuntu-22-04#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/version-2.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable Full Disk Encryption in Ubuntu 22.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#website\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"name\":\"Version 2\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/version-2.com\\\/zh\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#organization\",\"name\":\"Version 2\",\"url\":\"https:\\\/\\\/version-2.com\\\/zh\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/version-2.com\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1\",\"width\":1795,\"height\":335,\"caption\":\"Version 2\"},\"image\":{\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/version-2.com\\\/zh\\\/#\\\/schema\\\/person\\\/d14d2d3cd77ffdb618b9f1330fe084db\",\"name\":\"version2hk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g\",\"caption\":\"version2hk\"},\"sameAs\":[\"http:\\\/\\\/version2xfortcom.wordpress.com\"],\"url\":\"https:\\\/\\\/version-2.com\\\/en\\\/author\\\/version2hk\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Enable Full Disk Encryption in Ubuntu 22.04 - Version 2","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04","og_locale":"en_US","og_type":"article","og_title":"How to Enable Full Disk Encryption in Ubuntu 22.04 - Version 2","og_description":"Jump to Tutorial Security-minded system administrators [&hellip;]","og_url":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04","og_site_name":"Version 2","article_published_time":"2022-10-28T09:15:42+00:00","article_modified_time":"2022-12-02T10:13:39+00:00","og_image":[{"url":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png","type":"","width":"","height":""}],"author":"version2hk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"version2hk","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#article","isPartOf":{"@id":"https:\/\/version-2.com\/2022\/10\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\/"},"author":{"name":"version2hk","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/d14d2d3cd77ffdb618b9f1330fe084db"},"headline":"How to Enable Full Disk Encryption in Ubuntu 22.04","datePublished":"2022-10-28T09:15:42+00:00","dateModified":"2022-12-02T10:13:39+00:00","mainEntityOfPage":{"@id":"https:\/\/version-2.com\/2022\/10\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\/"},"wordCount":1066,"publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"image":{"@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage"},"thumbnailUrl":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png","keywords":["2022","JumpCloud"],"articleSection":["2022","JumpCloud","Press Release"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/version-2.com\/2022\/10\/how-to-enable-full-disk-encryption-in-ubuntu-22-04\/","url":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04","name":"How to Enable Full Disk Encryption in Ubuntu 22.04 - Version 2","isPartOf":{"@id":"https:\/\/version-2.com\/zh\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage"},"image":{"@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage"},"thumbnailUrl":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png","datePublished":"2022-10-28T09:15:42+00:00","dateModified":"2022-12-02T10:13:39+00:00","breadcrumb":{"@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#primaryimage","url":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png","contentUrl":"https:\/\/jumpcloud.com\/\/wp-content\/uploads\/2022\/10\/ubuntu-fde-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/jumpcloud.com\/blog\/how-to-enable-full-disk-encryption-ubuntu-22-04#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/version-2.com\/"},{"@type":"ListItem","position":2,"name":"How to Enable Full Disk Encryption in Ubuntu 22.04"}]},{"@type":"WebSite","@id":"https:\/\/version-2.com\/zh\/#website","url":"https:\/\/version-2.com\/zh\/","name":"Version 2","description":"","publisher":{"@id":"https:\/\/version-2.com\/zh\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/version-2.com\/zh\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/version-2.com\/zh\/#organization","name":"Version 2","url":"https:\/\/version-2.com\/zh\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","contentUrl":"https:\/\/i0.wp.com\/version-2.com\/wp-content\/uploads\/2020\/08\/v2-hk-hor-4.png?fit=1795%2C335&ssl=1","width":1795,"height":335,"caption":"Version 2"},"image":{"@id":"https:\/\/version-2.com\/zh\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/version-2.com\/zh\/#\/schema\/person\/d14d2d3cd77ffdb618b9f1330fe084db","name":"version2hk","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d280627252b42d7489de74dd88aa04043a495f25e258575000dc767e287bf94c?s=96&d=identicon&r=g","caption":"version2hk"},"sameAs":["http:\/\/version2xfortcom.wordpress.com"],"url":"https:\/\/version-2.com\/en\/author\/version2hk\/"}]}},"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pbQRKm-fuY","jetpack_featured_media_url":"","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts\/59580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/users\/143524195"}],"replies":[{"embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/comments?post=59580"}],"version-history":[{"count":3,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts\/59580\/revisions"}],"predecessor-version":[{"id":59672,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/posts\/59580\/revisions\/59672"}],"wp:attachment":[{"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/media?parent=59580"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/categories?post=59580"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/version-2.com\/en\/wp-json\/wp\/v2\/tags?post=59580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}