Linked Questions
10 questions linked to/from Extend a LUKS encrypted partition to fill disk
1
vote
0
answers
146
views
Live resize of root partition in case of "LUKS on LVM" [duplicate]
Having read about the pros and cons of "LUKS on LVM" vs "LVM on LUKS" I came to the conclusion that "LUKS on LVM" does not provide live resize. But why? And is this even true as of todays ...
0
votes
0
answers
17
views
Extend LVM LV with LUKS encryption [duplicate]
I have an encrypted LV.
lvcreate -n data -L500G vg
cryptsetup luksFormat vg-data
My vg is not fully used. data uses just 500GB out of 2TB.
Now I like to extend vg-data.
Can I do this my simple ...
200
votes
14
answers
1.2m
views
Recover deleted files on Linux
Is there a command to recover/undelete deleted files by rm?
rm -rf /path/to/myfile
How can I recover myfile? If there is a tool to do this, how can I use it?
8
votes
5
answers
35k
views
How to edit/resize an LVM partition graphically (with a GUI)?
I want to resize an LVM partition (specifically,
I want to increase the root / mount and decrease the /home),
because I am running low on disk space on one virtual partition.
Now people say LVM has ...
0
votes
1
answer
4k
views
Resize LUKS Volume(s)
I have a laptop with Arch on it, and I sized the root partition too small. Now I want to expand the partition by taking some from the home partition. I will put the details of the specifics below. My ...
2
votes
1
answer
2k
views
Extend Luks encrypted partition without using luksOpen command
I just tried to increase encrypted LVM partition. The proceduce is:
Extend the partition with fdisk -> Resize PV -> Resize LV -> Increase size file system.
Detail steps in https://www.thegeekdiary....
1
vote
0
answers
1k
views
Resizing luks encrypted partition to fill free space
I'm trying to use the full space available on my HDD (1TB, migrating from 500GB HDD).My partition is encrypted (LUKS).
I tried based on this, however lvresize seems to be not extending my partition ...
-1
votes
1
answer
267
views
How to extend an encryted partition? (Kali linux)
My encrypted partition is full. How can I extend it step by step please?
1
vote
1
answer
89
views
Explanding size of luks encrypted container
I know I can just create a new and larger luksencrypted container and copy the contents from the previous luks container to the new one, but is there a way to enlarge a luks encrypted container (luks....
1
vote
0
answers
77
views
extend encrypted system partion
I have a system using luks encryption and I want to extend the system partition. Seems to look like Extend a LUKS encrypted partition to fill disk, but a bit different.
Because my physical disk seems ...