Encrypt your Hard Drive in Linux @AverageLinuxUser
Encrypt your Hard Drive in Linux  @AverageLinuxUser
Uploaded March 2018 | Updated September 2026, 2 weeks ago
Always encrypt your sensitive data, especially if is it stored on external hard drives or flash drives.

This video shows how to encrypt your hard drive in Linux. Using this method you can encrypt a separate partition, a whole hard drive or just your USB stick.

I personally use the most LUKS and dm-crypt encryption. I believe it is a simple and reliable way to protect your data.

BTW, If you like the theme, I showed it here youtu.be/osA-ZEEz6Zw

These are the commands shown in the video:

sudo apt install cryptsetup

sudo cryptsetup --verbose --verify-passphrase luksFormat /dev/sdb1

sudo cryptsetup luksOpen /dev/sdb1 sdb1

sudo fdisk -l

sudo mkfs.ext4 /dev/mapper/sdb1

sudo tune2fs -m 0 /dev/mapper/sdb1

sudo mkdir /mnt/encrypted

sudo mount /dev/mapper/sdb1 /mnt/encrypted

sudo touch /mnt/encrypted/test.txt

sudo chown -R `whoami`:users /mnt/encrypted

sudo umount /dev/mapper/sdb1

sudo cryptsetup luksClose sdb1

lsblk

sudo cryptsetup luksOpen /dev/sdb1 sdb1

sudo mount /dev/mapper/sdb1 /mnt/encrypted

sudo umount /dev/mapper/sdb1

sudo cryptsetup luksClose sdb1


################################################

Support on Patreon: patreon.com/averagelinuxuser

Donate through PayPal: paypal.me/Kryvokhyzha

################################################

More cool Linux stuff at other social media:

Google+ - Best Linux Stuff: plus.google.com/+AverageLinuxUser
Facebook - Top Linux Tips: facebook.com/AverageLinuxUser
Twitter - Daily Linux News: twitter.com/AVGLinuxUser

Website: averagelinuxuser.com
Encrypt your Hard Drive in LinuxArch Linux UEFI step-by-step installation guideUbuntu 18.04: Themes, Icons, LayoutsAuto-mount Encrypted partitions at boot (Easy!)My KDE Plasma 5 desktop layout on Arch Linux | Channel IntroHow to use SSH Public Key authenticationDo you like the pace of my Linux videos? 1000 subscribers special 😀Do you need a Firewall on Linux?Get Maximum of Plasma 5 Widgets!20 Things To Do After Installing OpenSUSEDebian 10 Review (GNOME)Firefox Quantum Review: Google Chrome killer?
Average Linux User |

Encrypt your Hard Drive in Linux

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER