Is it possible to read from an LUKS-encrypted disk via the terminal, e.g. by booting from a live Linux system on a USB flash drive and accessing the encrypted host computer's hard drive?
You must log in to answer this question.
Explore related questions
See similar questions with these tags.
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related
Hot Network Questions
- T-square with deeper lip for metal roofing?
- How many d20s can I roll on a single attack roll?
- Causes of reddish halo in the clouds around the moon
- What makes a computer pretending to be a human online fraud?
- Why this simple phase factor cannot be simplified?
- Why must our universe being dominated by Boltzmann Brains necessarily mean we must be them?
- Is there any case law on the constitutionality of laws against electioneering at polling places?
- Is there any legal or procedural reason not to pass spending bills piecemeal?
- Can an employer legally fire an employee for joining a Union?
- Yellow King inspired book with an Art Dealer
- Why does French use the definite article in "Mes frères aiment le chocolat" when English omits it?
- Billing hours for a consultant waiting on hardware
- Does General Relativity allow sudden gravitational source changes?
- Is the construction “they were not of the folk” considered contemporary English?
- Why do shell control statement have that syntax (semicolon/newline+then/do)
- Blocking Claude-SearchBot with robots.txt
- Does it make sense to apply for a senior position at a department where nobody knows me personally?
- What is the most appropriate notation for a buzz subharmonic on flute?
- Do PhD supervisors in the US usually read applicants’ recommendation letters themselves?
- Recursive anonymous functions with |-> notation
- How to understand non-standard halting times?
- Sentient starships named after women murderers?
- Complexity of CNF-SAT parameterized by the number of clauses
- What sort of error is this in the text of a story?
clonezilla? The problem is that there exists no backup tool that can pull files from encrypted disks (or even hot-transfer!). You either have to do bit-by-bit cloning (which results in enormous backup volumes consisting mostly of unused/wasted space) - or - you first have to decrypt the entire disk, then copy file by file, then encrypt again both the source and backup drive. That's a lot of overhead