- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Mount LUKS encrypted Linux Mint 22 Cinnamon
mount -t ecryptfs
does not return anything even with sudo
.
Mount LUKS encrypted Linux Mint 22 Cinnamon
mount -t ecryptfs benjamin/.Private /mnt/iso0/
Select key type to use for newly created files:
1) passphrase
2) tspi
Selection: 1
Passphrase:
Source: [the Ask…
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo ecryptfs-recover-private home/.ecryptfs/benjamin/.Private/
INFO: Found [home/.ecryptfs/benjamin/.Private/].
Try to recover this directory? [Y/n]: Y
INFO: Found your…
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo ecryptfs-recover-private benjamin
INFO: Found [benjamin].
Try to recover this directory? [Y/n]: Y
INFO: Could not find your wrapped passphrase file.
INFO: To recover…
Mount LUKS encrypted Linux Mint 22 Cinnamon
https://forums.linuxmint.com/viewtopic.php?t=315207 looks too complicated as far as I remember.
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo ecryptfs-mount-private /mnt/partition0/home/.ecryptfs/benjamin/.Private
ERROR: Encrypted private directory is not setup properly
does not work even if use relative…
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo ecryptfs-recover-private
INFO: Searching for encrypted private directories (this might take a while)...
find: ‘/run/user/1000/doc’: Permission denied
find:…
Mount LUKS encrypted Linux Mint 22 Cinnamon
Access-Your-Private-Data.desktop
:
[Desktop Entry]
_Name=Access Your Private Data
_GenericName=Access Your Private Data
Exec=/usr/bin/ecryptfs-mount-private
Terminal=true
Type=Applicati…
Mount LUKS encrypted Linux Mint 22 Cinnamon
cat ../../usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.
From the graphical desktop, click on:
"Access Your…
Mount LUKS encrypted Linux Mint 22 Cinnamon
tree benjamin
benjamin
├── Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
├── Desktop
│ ├── bens_folder
…
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo mount -o ro /dev/mapper/vgmint-root partition0/
ls partition0/
bin boot dev file.swap lib lib64 libx32 media opt root sbin …
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo vgrename 'XXXXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXXXX' my_unique_name
Processing VG vgmint because of matching UUID XXXXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXXXX
Error writing…
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo vgdisplay
--- Volume group ---
VG Name vgmint
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No…
Mount LUKS encrypted Linux Mint 22 Cinnamon
ls /dev/mapper/
control luks-XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX nvme0n1p5_crypt pegasus--vg-root pegasus--vg-swap_1 vgmint-root vgmint-swap_1
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo vgrename 'XXXXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXXXX' my_unique_name
Volume group "XXXXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXXXX" not found
Cannot process volume group…
Mount LUKS encrypted Linux Mint 22 Cinnamon
sudo vgchange -ay
2 logical volume(s) in volume group "vgmint" now active
2 logical volume(s) in volume group "pegasus-vg" now active
Source: [the Unix Stack…
Mount LUKS encrypted Linux Mint 22 Cinnamon
How to
shred
free disk slots?
sudo ls -lh /var/lib/libvirt/images/Debian_not_trust.qcow2
-rw------- 1 root root 37G Sep 8 23:03 /var/lib/libvirt/images/Debian_not_trust.qcow2
sudo cp…