this post was submitted on 06 Sep 2023
43 points (97.8% liked)
Linux
48017 readers
1321 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you’re only using the external disk for days you could use ntfs with bitlocker and mount that in Linux. When your rest to fully migrate you could then do something Linux only if you wanted.
Yup, if you want Windows compatibility, it's the best. This is what I did. I created the disk in windows, standard NTFS, bitlocker encrypted. It mounts in Linux automatically asking for a passphrase with a popup.
That's what I do on my external drive. Used to use Windows so bitlocker it was with NTFS.
Now on Linux I just use it normally as its recognized without any problem.
I'm sure as hell not gonna erase my data to inplant veracrypt just for the sake of it.
For future drives, veracrypt it is.
I still wouldn’t use Veracrypt on a Linux disk. What about LUKS instead?
Yeah, I was talking about external harddrives and sticks.
I’d still use LUKS. Even on USB keys.
Similar here, my work archive is Windows bitlocker password enabled. There is a linux package on SUSe that supports read write of Ntfs nicely, and GNOME promtps for bitlocker password. Easy Peasy
That, I didn't think of. Still... I will eventually have to do it the linux way, might as well learn and familiarize with it now.
Forgot to mention that it will be quite a while before I can drop windows completely but for sure I'm not upgrading or doing another windows install.
Depending on your specific situation, it could be a solid option to just jump in to whatever distro covers your needs best and just run Windows in a VM. On a current Linux device which previously ran windows, throw this in the terminal:
sudo strings /sys/firmware/acpi/tables/MSDM
and it will source the old Windows product key. You can also just jot down the key by pulling it up in Windows too. But regardless of how it's handled, it makes the VM setup an easier process for sure!