Skip to main content

Questions tagged [disk-encryption]

Filter by
Sorted by
Tagged with
2 votes
1 answer
751 views

While attempting to boot a new installation of Kali Linux 2019.4 on a USB drive it appears GRUB 2.04-5 will not decrypt the root partition: Volume group "cryotic" not found Cannot process volume ...
Jesse Yishaeyn's user avatar
1 vote
1 answer
183 views

I have two Ubuntu 18.04 installations on my machine: personal /dev/sda1 work (full-disk encryption) /dev/sda3 I installed some updates on my personal partition last night (see log on pastebin: https://...
Jellicle's user avatar
  • 420
0 votes
2 answers
756 views

I have an encrypted external disk on a linux server. On the server, I can do this locally to decrypt cryptsetup -d keyfile luksOpen /dev/sdx1 /mnt/decrypted but I prefer to avoid doing that on the ...
J-W's user avatar
  • 121
0 votes
1 answer
232 views

Currently my setup is: cryptsetup lvm root home swap I would like to achieve something like cryptsetup lvm root home swap (one-time key) The steps i am thinking of are: remove swap (can do) shrink LVM ...
v010dya's user avatar
  • 583
1 vote
0 answers
416 views

It looks like losetup with cryptoloop did it and there was a dm-xor module for a very old kernel, but can't find anything modern. I'm wading through a ton of obsolete losetup documents. Something ...
Pedro's user avatar
  • 49
1 vote
0 answers
637 views

I installed Tails in a USB stick and enabled persistent storage. The USB had 16GB of storage. Now I formatted the USB without freeing up the persistent storage and lost 10GB of space. I remember the ...
RP McMurphy's user avatar
5 votes
2 answers
6k views

There's a way to get encrypted swap + hibernate on Ubuntu. There's also a way to get encrypted swap on nixos (use randomEncryption.enable = true), and a way to make hibernate to swap. Is there a way ...
nix's user avatar
  • 83
1 vote
1 answer
302 views

Is there a way, or does anyone know of a way to temporarily disable or suspend File Vault disk encryption? I know fdesetup disable will decrypt the entire disk (which i don't want), but is there a way ...
as134_user3693277's user avatar
1 vote
1 answer
3k views

On my previous computer, I had my / /home and swap inside an encrypted lvm, and outside the lvm I had the /boot and /boot/efi. I then created an image. I think I did like this: dd if=/dev/sda of=lvm....
klutt's user avatar
  • 586
3 votes
1 answer
6k views

I recently installed Antergos (which is basically Arch) and set it to use full disk encryption. Now, I want to migrate from encrypt to sd-encrypt because I want to be able to hibernate and I couldn't ...
Mateusz Kubuszok's user avatar
0 votes
0 answers
112 views

I have the following encrypted. - HOME drive - SWAP partition - BACKUP drive I use a keyfile on a USB stick to decrypt my drives upon booting. Sometimes, and I mean RANDOMLY, upon booting up my ...
Anonymous's user avatar
  • 533
1 vote
2 answers
4k views

A recent upgrade rendered my computer unbootable. The boot never completes. It is stuck at: Start job is running for /dev/mapper/luks-4956cb53-c8e8-4525-b3e0-2f54bad2a801 Additionally, I am now ...
qrplr's user avatar
  • 11
1 vote
1 answer
3k views

Can somebody with more LUKS LVM experience than me tell me what the correct device name is to use in this context. I'm trying to follow some instructions about using clevis and tang in CentOS. The ...
Mort's user avatar
  • 123
1 vote
1 answer
1k views

I just bought a new computer with an HDD + SSD. I must've accidentally encrypted the HDD it during installation, although I am sure I did undo it, but here it is, encrypted and even if I put the ...
user avatar
0 votes
1 answer
2k views

My current LVM configuration: I have two physical volumes (pv): 256 GB of SSD and 1 TB of HDD. These volumes are used by different volume groups (vg): SSD vg has logical volumes which are mount where ...
g4s8's user avatar
  • 508
3 votes
2 answers
406 views

I have an unencrypted /boot partition with GRUB and an encrypted partition, where my Linux is located. An attacker, who wants to read my encrypted partition, could gain physical access to my computer ...
Kolodez's user avatar
  • 191
-1 votes
1 answer
250 views

When I start PC it asks for my password to boot in system. 1) But I cannot use CAPSLOCK when I use CAPSLOCK the light on my keyboard is not lighting. 2) Does SHIFT button work ? 3) Can I delete a ...
user302224's user avatar
31 votes
2 answers
44k views

When I was installing my OS, I didn't encrypt. Is there a way to encrypt it now without formatting and without losing any data? I read a few guides how to encrypt and every one says that I need to ...
user's user avatar
  • 311
1 vote
1 answer
653 views

I've just finished setting up LUKS encryption on new install of Mint 18.3. I mainly followed the steps in this guide (only doing the system #1 setup however as this is the sole OS on this system). ...
TheHCA's user avatar
  • 123
0 votes
0 answers
59 views

The story On my old laptop (Asus K56CB) I was running Linux Mint, the drive was also encrypted since Mint was first installed, for clarity. Eventually this laptop broke and I recently got a Lenovo ...
shmink's user avatar
  • 145
0 votes
1 answer
1k views

The day before I run into the problem I had installed Virtual Machine and Vagrant and everything was fine. When I fired up my computer the next day, I got stuck in a login loop. My next action was go ...
Waylfort's user avatar
1 vote
1 answer
722 views

I encrypt my external backup devices with AES256 using GELI on FreeBSD 11. I have recently changed the disks to 240GB SSDs whereby only half the capacity is usable which is causing the backup to fail. ...
electronpygmy's user avatar
4 votes
1 answer
2k views

I got myself a new hard drive and installed the most current version of Linux Mint. Now I wanted to transfer the files from the old disk (I had no recent backup) but there are several issues the LVMs' ...
bash.d's user avatar
  • 211
19 votes
1 answer
20k views

I'm looking for information about encryption with btrfs. I have experience with full-disk (LVM actually) encryption, so this time I only need to look at some btrfs specific questions. I have found ...
renyuneyun's user avatar
1 vote
1 answer
884 views

Here's the scenario: I have a backup server that currently has a (unencrypted) logical backup volume that expands over two physical disks. I need to be able to expand the volume by adding more disks. ...
maks's user avatar
  • 43

1 2 3
4
5
7