just restore the backup you made like reasonable people do
Linux
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
I’d boot on ArchISO, get all data I need to a external drive and install Arch from scratch, btw
So what should i do.
- Boot into arch iso
- Mount my disk and copy files
- And install arch
But i wonder if the mounting part will work. Coz of the mess ive made. I just have to try it ig.
I have shrunken a APFS partition (macOS) too much lately and was still able to mount it read only using Linux and back up all stuff I needed. But that depends on how corrupted this partition is now.
Maybe you need something like Gparted live ISO in order to get to your data. Check out the Command Line Utilities on that webpage, maybe there is the savior of your data
And about the arch installation, if you want easy mode, just type "archinstall" after ArchISO has booted and your PC is connected to the internet (phone connection via USB works to get internet connection)
I believe in you. Just have the ArchWiki open. It's really going to be your friend if you've not compiled Arch from scratch before.
Live boot and, if possible back up everything first. Everything as in the whole disk. So ``` dd if=/dev/nvme0n1 of=backup-disk
I dont think doing back up is possible. Coz i shrinked a 100g partition into 32g which had 84g of data. Is it possible?
What they're suggesting is to back up the whole disk, rather than any single partition. Anything you do to the partition to try and recover it has the potential to make a rescuable situation hopeless. If you have a copy of the exact state of every single bit on the drive, then you can try and fix it safe in the knowledge that you can always get back to exactly where you are now if you make it worse
Live boot and fsck
Pretty much, and do copy the UUID
and do copy the UUID
Good theing they have a screenshot ;)