this post was submitted on 30 Apr 2025
42 points (97.7% liked)
linux4noobs
2056 readers
5 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you for the thorough explanation.
I guess making a backup of the C: partition is a bit more complicated than just copying the data somewhere (which I anyway have lo space for anywhere), but just for my knowledge, is there a Linux software you would use to do that?
Given this situation I guess I need to wait until I can scavenge another SSD just for Linux and restart from zero there.
On my MB I have 2 slots for M.2 NVMe drives available. Could I use any of those without any problem or is there any hardware recommendation?
You don't need to make a copy of everything on the C: drive, only your personal stuff. You can easily reinstall any program if something goes south.
You can even make a copy of your files on your other HDD, if you have free space.
If you want to simply copy data, using the file manager is sufficient. If you want to copy the drive 'as is' then the command
dd
is your best option. You can find tutorials online. Just don't mix if and of and you're good to go.You can buy a compatible NVME drive and it shall work without any problems. As with any drive, a good one will last longer, but any compatible drive is good. You can buy from Kingston, WD, Samsung, ...
I know this is days later, but having your personal, irreplaceable files backed up to external is just going to be a great practice to keep anyway. If your OS is your home, your external is your homeowner's insurance. Periodically update your backups. Timeshift is a great restore tool, but you should not rely solely on it.
The partitions where I have my OS contain just that. All programs and media/data are not there.
Yeah, it's a good way to do it. I still rather use external. That way if anything corrupts my internal drives or my GPU plug lights on fire (like the horror stories I've been hearing about some of the newer GPUs) then at least my personal files are saved and completely separate.
As a bonus, I have it in a fireproof safe. Hopefully its insulated enough where it won't heat the drive up too much if I ever had a fire in my apartment.