Skip to main content

Questions tagged [disk-encryption]

Filter by
Sorted by
Tagged with
4 votes
1 answer
334 views

I have two LUKS-encrypted SSDs in my laptop: one is the system SSD (nvme0n1), which contains my Home folder encrypted with eCryptfs, and the other is a Data SSD (nvme1n1), which is fully LUKS-...
kerberos17's user avatar
1 vote
1 answer
86 views

I have a new install of Debian 13 with a LUKS-encrypted hard drive (/dev/sda) with LVM. I am trying to add another encrypted drive to the LVM volume group as a new physical drive. For this, I am ...
cseprog's user avatar
  • 371
0 votes
0 answers
63 views

We have two servers. Application sever A and NFS file server B. Server B is shared among multiple various applications and it's generic NFS storage host that we don't have access to and it's corporate ...
Lapsio's user avatar
  • 1,363
2 votes
1 answer
246 views

A friend of mine had someone install Kali on his Lenovo thinkpad. He provided the username and password which I believe is for logging into the system. The only issue is that I think he encrypted the ...
Momo's user avatar
  • 21
1 vote
1 answer
64 views

That is, when a device-mapping is created manually with the dm-crypt target, is the resulting device smaller than the backing device? What is the missing space used for? Will the answer change ...
Elisa K. K.'s user avatar
0 votes
1 answer
74 views

I have been having some issue unmounting my encrypted drive recently. This lead to it being forceably removed instead of ejected. It appears to have some done some damage to the drive as, although I ...
user2231142's user avatar
0 votes
0 answers
156 views

What is the smallest possible size when creating a luks2 header? How to create one under 16 Mib?
user447274's user avatar
0 votes
1 answer
383 views

I am trying to create a filesystem in ZFS with the following command: zfs create -o compression=on -o recordsize=1M -o encryption=on pool/dataset I am unable to do so, since I receive the following ...
Gábor DANI's user avatar
1 vote
1 answer
2k views

Key load error: Failed to open key material file: Input/Output Error. Command: `mount -o zfsutil -t zfs rpool/ROOT/ubuntu_uy913 /root/`. Message: `zfs_mount_at() failed: encryption key not loaded`. `...
MoonMiddays's user avatar
1 vote
0 answers
93 views

I am following this guide on full disk encryption, including /boot. Section 4 involves placing a key that can decrypt /boot and / into the initramfs image contained in /boot, so that once you unlock /...
SuperDialga's user avatar
0 votes
1 answer
1k views

My system has full disk encryption except for /boot. I've set a GRUB password by following this post, but then was able to disable it by booting into Kali Live and running: mkdir /mnt/dev/sda2 sudo ...
SuperDialga's user avatar
1 vote
1 answer
212 views

By googling, trial and error I came up with the following string: cryptsetup benchmark -c aes-xctr-plain64 but I'm not sure whether it is correct. The cipher spec aes-xctr-plain64,polyval-generic ...
lvd's user avatar
  • 153
0 votes
0 answers
381 views

I have got an encrypted f2fs image, I know the password, I'm able to mount it via sudo mount -t f2fs mmcblk0p64.img /mnt/mmcblk0p64 so it doesn't appear broken or anything, and f2fscrypt recognizes ...
sezanzeb's user avatar
  • 401
0 votes
0 answers
413 views

I was given a "golden image" of an out of date production server and was instructed to update and harden the OS for production delivery. The issue I am running into is that LUKS. I am using ...
Rob K's user avatar
  • 1
1 vote
0 answers
75 views

I have two drive on my PC: SSD HDD OS (Debian) was installed on SSD. HDD was formatted and encrypted from Gnome Disks from installed OS. In Gnome Disks information about HDD looks like: Now I need ...
vasili111's user avatar
  • 113
1 vote
1 answer
417 views

Disclaimer I'm not robbing someone, didn't rob someone in the past and don't plan to do so anytime soon. Situation Imagine I own a Samsung 2.5" SSD (850, 860 or the like) which is encrypted. If ...
Tux-Of-War's user avatar
0 votes
1 answer
62 views

I had a dual-boot laptop setup with an encrypted BIOS. I then removed my Manjaro installation and deleted all of the partitions, including the Manjaro partition, which included my LUKS disk. When I ...
user avatar
1 vote
1 answer
842 views

My /home partition (on Linux Debian testing) is encrypted with LUKS. $ mount|grep home /dev/mapper/home-crypt on /home type ext4 (rw,relatime) Configuration via /etc/crypttab: home-crypt UUID=...
lcheylus's user avatar
  • 233
0 votes
0 answers
3k views

I have an existing Debian system and there is a need to encrypt the disk at rest. Searching online (and here) I see that the only way to do it is to do a fresh installation, this time with LUKS on. I ...
py_script's user avatar
  • 378
1 vote
1 answer
196 views

I am preparing a dist-upgrade. Before I do that I want to make a backup of my entire disk so that even if the upgrade fails I can fall back to a backup. I have two SSDs, /dev/nvme0n1 which is the ...
fu8834's user avatar
  • 11
1 vote
2 answers
1k views

Ubuntu 22.04 can decrypt and read a BitLocker-encrypted device/partition without a need of installing any additional software (older releases can as well, perhaps, but I have not seen it) How can a ...
Svižný Svišť's user avatar
4 votes
1 answer
3k views

I'm looking for a clear tutorial on how to do this but I'm encountering insufficient information everywhere. Namely, I have a laptop with the following disk configuration: Drive one has Fedora 38 ...
kubatron's user avatar
2 votes
1 answer
2k views

There are many tips on how to resize (increase) a LUKS2 encrypted device / partition / LVM volume. But how to increase the size of the LUKS container created in the file? I once created: dd if=/dev/...
DarekH's user avatar
  • 177
1 vote
1 answer
551 views

The ArchLinux Wiki on dm-crypt advices overwriting new storage devices or partitions with random data before using them for encrypted volumes. There are two ways I have used to achieve this, but I ...
Mounaiban's user avatar
2 votes
1 answer
626 views

Let's assume I lost a LUKS encrypted USB pen drive. I think the file system type (ext4/fat32/...) doesn't play a role. A foreign person finds it. Of course he cannot access my data because he doesn't ...
zomega's user avatar
  • 1,022

1
2 3 4 5
7