this post was submitted on 28 Oct 2025
31 points (100.0% liked)

Linux

59608 readers
447 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 6 years ago
MODERATORS
 

Hi, I have an old HP Notebook - 14-an018au, which has 4gb ddr3 ram and runs windows 10 on a 10 ish year old 1tb harddrive. This is a secondary computer, but it has a lot of old files from when I was like 13 years old that I want to backup, but I also have like 300gb of space taken up on the harddrive. So things like my chrome history, app settings, and unique files I would want to keep, but the large apps themselves I don't want to keep. Also this computer is impossible to work on with its current operating system, so something which is a quick solution please.

And also, what distributions would you recommend that would a) work on this old computer and b) might be kind of fun to mess around with, as a secondary device

Anyway thanks

you are viewing a single comment's thread
view the rest of the comments
[–] Tenderizer78@lemmy.ml 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You can backup your important files to the cloud or a USB.

It'd be pretty hard to backup app settings when transitioning to a different operating system. You can access the files from a live USB (i.e. booting into the install media) since Windows 10 files are unencrypted normally (unless you have bitlocker active), so you can access all your files that way. Getting your Chrome history can be done at C:\Users<username>\AppData\Local\Google\Chrome\User Data\Default according to some quick googling.

Overall it's hard to give you advice on how to transfer data from a computer because I don't know what exactly you're stuck on.

[–] vandsjov@feddit.dk 1 points 2 weeks ago

This. Also, the requirement to get all unique files (guesses OP means personal files) can be hard. In theory, OP should just copy out C:\Users<username> but this also includes a lot of junk from apps. And often, it makes no sense to copy everything, like Chrome, where you’re only interested in a small part of the data and not all the cached objects. Chromium based browser profiles are huge, often with hundreds of thousands of files. You would be better off exporting the data you need and importing them into your new OS/Browser. This also makes sure you can get saved passwords as these are not something you just copy out using raw file copy.

And finally, som uses (and apps) have a habit of saving files to other places like C:\Photos and C:\Movies but also dim things like C:\IntelDriverUpdate (made up name), that also makes it hard for a tool to find the personal files.