Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to encrypt a partition with Cryptsetup

Posted on 16/09/202003/09/2026 Christian By Christian No Comments on How to encrypt a partition with Cryptsetup
  1. Home
  2. Linux
  3. How to encrypt a partition with Cryptsetup
Graphic depicting disk encryption, featuring a floppy disk icon and a padlock symbol, with the text 'Disk Encryption' on a light blue background.

Cryptsetup is a utility used to conveniently set up disk encryption based on the DMCrypt kernel module. These include plain dm-crypt volumes, LUKS volumes, loop-AES, TrueCrypt (including VeraCrypt extension), and BitLocker formats. LUKS is the standard for Linux hard disk encryption. Here are some interesting articles: How to add a new partition to an existing Linux server, ESXI 6.7 ALARM: Seat disk exhaustion on 10, and how to setup up WatchGuard Log and Report Server in a VM.

By providing a standard on-disk-format, it does not only facilitate compatibility among distributions but also provides secure management of multiple user passwords. LUKS stores all necessary setup information in the partition header, enabling to transport or migrate data seamlessly.

Cryptsetup utility aids in configuring encrypted filesystems. To begin, you must have the cryptsetup-luks package installed. You can use the fdisk –l or blkid command to get a list of available partitions. For the purpose of this tutorial, I created a new partition called loop2. I will now encrypt our loop2 partition with Cryptsetup.

get the list of the available partitions

Before we encrypt a partition with Cryptsetup, ensure you have backed up essential data on that partition. Furthermore, encryption will overwrite any existing data on the partition.

cryptsetup --verbose --verify-passphrase luksFormat /dev/partition-name

To proceed, type YES in block letters. (Pay attention to the warning.) Afterward, you will need to input a password.

type in YES
cryptsetup luksOpen /dev/partition-name partition-name

This command will prompt you for the password you used for the encryption

Eneter your encryption passphrase

Once it is opened, the already encrypted partition is automatically mapped out to dev/mapper/partition-name and a quick delve into the fdisk –l command will confirm just that.

Encrypted partition has been mapped out

To start using this partition, you will need to format the partition with a filesystem of your choice and then mount it. I used the mkfs command in my own case

mkfs.ext4 /dev/mapper/partition-name
Format the partition filesystem and then mount it

Thats how to encrypt a partition with Cryptsetup. I hope you found this blog post helpful. So, if you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Linux Tags:disk, encrytp

Post navigation

Previous Post: Error 0x80070002: When trying to mount an image file
Next Post: How to stop Microsoft Edge from remembering your email ID

Related Posts

  • prometheus feature image
    How to use Prometheus for Monitoring Linux
  • download
    Remove Packages from a Linux: Quick Guide Linux
  • 517443 637286201540125528 16x9 1
    User account and process management in Linux Linux
  • SU
    How to switch users in Linux Linux
  • Manage Log Files via Logrotate
    How To Use Logrotate For Managing Log Files In Ubuntu Linux Linux
  • centos feature
    How to change the system time zone under RedHat and CentOS Linux

More Related Articles

prometheus feature image How to use Prometheus for Monitoring Linux
download Remove Packages from a Linux: Quick Guide Linux
517443 637286201540125528 16x9 1 User account and process management in Linux Linux
SU How to switch users in Linux Linux
Manage Log Files via Logrotate How To Use Logrotate For Managing Log Files In Ubuntu Linux Linux
centos feature How to change the system time zone under RedHat and CentOS Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • speedtest
    How to set up a self-hosted speed test server on Ubuntu Linux Linux
  • Fix OneDrive Error
    How to Fix OneDrive Error 0x80071129: The tag present in the reparse point buffer is invalid Windows
  • Featured image Clearing cache
    How to clear cache in Windows 11 Windows
  • Upstream branch in Git 1
    Set up and use an upstream branch in Git Version Control System
  • banner
    How to Fix Python was not found run without arguments to install from the Microsoft Store Windows
  • Rules of Delegation
    Assign users with rights to reset password in Active Directory Windows Server
  • 517443 637084112713220326 16x9 1
    How can I tell if a password is set for a user account on Linux Linux
  • maxresdefault 2 4
    Setup RAID 5 and 10 with MegaRAID Storage Manager on RX300 S5 Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.