Questions tagged [luks]

LUKS (Linux Unified Key Setup) is a disk-encryption specification. It is the standard for Linux hard disk encryption.

LUKS (Linux Unified Key Setup) is a disk-encryption specification. It is the standard for Linux hard disk encryption. LUKS stores all setup necessary setup information in the partition header, enabling the user to transport or migrate his data seamlessly.

Website: http://code.google.com/p/cryptsetup/

Wikipedia: http://en.wikipedia.org/wiki/Linux_Unified_Key_Setup

157 questions
0
votes
1 answer

LUKS hangs on CentOS running on Atom C3758 CPU

Whenever I try to setup LUKS on my CentOS install on a Supermicro A2SDi-8C-HLN4F motherboard (Intel ATOM CPU C3758), everything seems to work fine until the process completely freezes when creating the filesystem (ext4) or trying to mount the…
MWinther
  • 1
  • 1
0
votes
0 answers

How to require a password/key/secret supplied by human sysadmin (via an ssh login) for every mount of a LUKS-based volume?

Summary We want to support this scenario: if we sense any security threat that might expose our core data (all stored on a /home NFS mount from our NFS server), we immediately "hard" power off the NFS server. Any potential, successive, unauthorized…
Johnny Utahh
  • 227
  • 1
  • 3
  • 12
0
votes
1 answer

LUKS encryption on which layer?

Option1: Linux Partition -> LUKS -> LVM Option2: Linux Partition -> LVM -> LUKS Which stack is better from system load aspects? Background: On my Linux server (CPU AMD Opteron 6338P, LSI 3ware SAS / SATA-RAID controller with two 4TB HD in RAID 1, 64…
questor
  • 1
  • 2
-1
votes
2 answers

What happens when an encrypted drive that is running (and thus decrypted) is unplugged?

Encrypted drives are usually decrypted at boot, so if the system is running live and the drive is unplugged while "hot" and plugged into another system will the data still be unencrypted? I may be misunderstanding the implementation here, but let's…
SamCyanide
  • 339
  • 1
  • 5
-1
votes
1 answer

how to restore a lost file on luks

I have a file that has been overwritten. It's a .odt and mixed up with another .odt file on same partition. LUKS fully encrypted. It is not the point to unlock the vulume an mount. But the file is corrupt, overwritter with other data. Any clues?…
-1
votes
1 answer

When was LUKS first released?

When was Linux Unified Key Setup (LUKS) first released--both as an open standard and later made available as an implementation with cryptsetup?
Michael Altfield
  • 739
  • 2
  • 8
  • 23
-2
votes
1 answer

LVM resize / full system encrypt (reinstall no possible)

Seen few questions on this, but the general answer was just reinstall. Although that is the best and easiest solution, this unfortunately is not possible in my situation. I was thinking of the following solution. current partition layout /dev/vda1 …
Jowski
  • 53
  • 4
1 2 3
10
11