this post was submitted on 02 Mar 2024
26 points (93.3% liked)

Linux

46751 readers
1982 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Not choosing them, I’ve done that. I just want to make sure that I install them right and am not missing anything. What I’m doing is installing a second ssd on my desktop, and then I want to install a new distro (opensuse) on it, to use instead of my current one.

What I have now is 1 ssd, with partitions for linux (kubuntu), windows (10), and swap, and an hdd with my home dir on it. What I want is to install opensuse on my new ssd, have a second partition on there for games, keep my hdd home dir, and then be able to use the first ssd for more space, probably games too (and finally ditch windows!).

Things I’m not sure about include:

  1. can I keep my current home and use it with the new distro?
  2. What do I do with the second partition on the new ssd I want for games? I.e. How do I configure it, the same as home, just call it something different? Same goes for the new space on the first ssd obviously.
  3. Is there anything special I need to do to install an ssd since I haven’t done that before? Is it basically the same as installing a hdd?
  4. New ssd (Firecuda 530 1TB) has encryption; how will that work? Is it all automatic, or do I need to do anything special with it?

TIA

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 months ago (1 children)
  1. Yes, mostly. You need to be aware that certain directories in your home folder may impact your new install, like .config, .local...etc. Rename those, and keep a backup, or exclude them initially on the copy over.

  2. Are you sure even need a second partition?

  3. You can just give the space where needed between root and home. Partition schemes are very subjective to user preference. I have 5 for instance, with my home taking the bulk of all space, so it's portable.

  4. Encryption would be done at the filesystem, not the device. It may have an acceleration chip (I don't know), but if any drive "has encryption", it would be to a hardware key on a controller board. Not a feature you generally see outside of storage array controllers, but maybe your board has that. In any case, I would opt for LUKS instead if you're unfamiliar.

[–] [email protected] 2 points 5 months ago (1 children)
  1. Ah, gotcha. Thanks. Exactly the sort of detail I made this post for.
  2. Pretty sure, unless partitions can span multiple drives or something? I want to keep the data on my hdd home where it is, except for the games. Too much to move anyway. For the new ssd, I want an os partition and a data partition like I have now, but this will be mostly for games that will benefit from the speed; I'll use the hdd for media files and such. Once all that is up and working, I can get rid of the stuff on the old ssd and use it for more game space or whatever.
  3. I just want games and os on the ssd, and data files on the hdd. 3 parts is all I know atm.
  4. Idk anything about it, I just see all these ssds advertising their "256 bit aes encryption" or whatever. I tried looking it up, and could read how great it was, but not what it was like to actually use it, particularly under linux. It's not a big deal that I even use it really, I just wanted to make sure that I don't screw something else up just because it's there and I don't know what to expect.
[–] [email protected] 2 points 5 months ago* (last edited 5 months ago)

Self encrypting drives are non-trivial to configure in Linux. I’d stick with LUKS software encryption unless there is a good reason to use it. More and more drives are supporting hardware encryption with OPAL though.

If your drive is unlocking itself automatically all the time without authentication, any encryption it is doing doesn’t really matter since someone could just pop it into any machine and read from it.