F5F Stay Refreshed Software Operating Systems Secure Linux storage solutions Encrypted drives for Linux systems Protect data with Linux encrypted images

Secure Linux storage solutions Encrypted drives for Linux systems Protect data with Linux encrypted images

Secure Linux storage solutions Encrypted drives for Linux systems Protect data with Linux encrypted images

B
Beeny
Member
201
10-22-2023, 08:38 PM
#1
Hello, I’m looking to transition away from Mac hardware but need to keep using a macOS feature that doesn’t work on Ubuntu. I often rely on Disk Utility for creating encrypted disk images of important data, which is essential for cloud storage and backups. This process has been reliable for years, yet I’m having trouble finding an equivalent solution on Ubuntu. Any guidance would be greatly appreciated.
B
Beeny
10-22-2023, 08:38 PM #1

Hello, I’m looking to transition away from Mac hardware but need to keep using a macOS feature that doesn’t work on Ubuntu. I often rely on Disk Utility for creating encrypted disk images of important data, which is essential for cloud storage and backups. This process has been reliable for years, yet I’m having trouble finding an equivalent solution on Ubuntu. Any guidance would be greatly appreciated.

T
TazBazuk
Member
60
10-22-2023, 11:44 PM
#2
You can simply archive folders or files and apply OpenSSL encryption. For a complete disk image, use dd to create one and then encrypt it similarly. Alternatively, cryptsetup can generate an encrypted image which you can mount as ext4 or another partition and back up. Or consider a VeraCrypt container.
T
TazBazuk
10-22-2023, 11:44 PM #2

You can simply archive folders or files and apply OpenSSL encryption. For a complete disk image, use dd to create one and then encrypt it similarly. Alternatively, cryptsetup can generate an encrypted image which you can mount as ext4 or another partition and back up. Or consider a VeraCrypt container.

L
Lorddoom139
Posting Freak
956
10-28-2023, 11:25 PM
#3
The content on the Arch Wiki outlines methods for securing data. If your main drive isn<|pad|>, these steps should apply to other distributions as well.
L
Lorddoom139
10-28-2023, 11:25 PM #3

The content on the Arch Wiki outlines methods for securing data. If your main drive isn<|pad|>, these steps should apply to other distributions as well.

C
cheleen
Member
116
10-29-2023, 02:14 AM
#4
I've just finished organizing this, since I've been changing houses. VeraCrypt works exactly as I need. Thanks!
C
cheleen
10-29-2023, 02:14 AM #4

I've just finished organizing this, since I've been changing houses. VeraCrypt works exactly as I need. Thanks!