this post was submitted on 04 Oct 2025
52 points (100.0% liked)
Linux
59087 readers
914 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Um, let’s just clarify a bit more just in case.
You have your pictures, music, videos, and other personal files on what?
On the internal hard drives (hdd/ssd/nvme/whatever) and the backup/copy of those files on the external drive (external usb hdd/ssd, flash drive, NAS, whatever)? Presumably both are formatted ntfs?
What I described above is the ideal scenario. It could be as simple as formatting your internal drives and installing Linux, then copying those files back to your newly formatted internal hard drives. This is going to be fine as long as you are SURE your backups are good. Linux can read ntfs drives and copy files from them.
I’m always a bit paranoid though and I like to take extra steps. Sometimes, you forget to backup a file. Like a save game file sitting in a random game folder, a configuration file (like a blahblah.ini) files for program settings, or your favorites, you get the point. This stuff usually isn’t a deal breaker - you really only care about the stuff that’s irreplaceable like pictures and home movies. But it’s annoying…
So what I like to do is to take a drive image. Not a backup - a bit for bit clone of the internal hard drives. Then you can’t forget anything ;) Pick your program of choice - I’ve used macrium reflect successfully in the past and it was free - it’s been a while and there may be better options these days. Make that image and store it on a large external drive/nas/whatever. Then if you screw something up - you can simply restore your windows computer or go grab that file you forgot in your backup routine. I usually keep both my “backup files” and the drive image for a good long while after I reload a pc. Sometimes it’s months before you realize you’re missing something.
So in summary/my advice.
I would certainly rather take extra steps to ensure I don’t lose something I need later. Thanks for the reply, I’ll end up doing this.
I should note that depending on which internal drives are used - you can use them like external drives for backups. You can copy files and images there, then easily disconnect the sata cable. Then you can’t overwrite it by accident during install. But you get to use the large size of the drive for images and whatnot.
It sounds like you have enough drives to do this super safely with zero chance of screwing things up :)