#Accidentally deleted libc.so.6 in linux mint, how to restore it?
1 messages · Page 1 of 1 (latest)
mount and chroot, then reinstall the packages that provided it.
You can also probably extract it from the package in cache on your system and replace it, if you're feeling adventurous
Lets just say that I've been adventurous enough...
Hm, not sure what to pass as arguments to mount after looking at the man page
Your storage volume and mountpoint. VFS will need extra parameters, which will also needed to be mounted before you chroot.
https://fedoramagazine.org/os-chroot-101-covering-btrfs-subvolumes/ a rough guide. You just need to identify your volumes for your installation, and adjust accordingly.
Hm unless I am blind, I can't tell where the volumes/what are. I try to do df -H but It seems that the Filesystem isn't any bigger than 32G, which is the size of the USB
sudo fdisk -l
I want to confirm this with you, but I have:
disk /dev/nvme0n1: {Storage Info}
...
Device: (& Type)
/dev/nvme0n1p1 EFI System
/dev/nvme0n1p2 Linux LVM
-----
disk /dev/mapper/vgmint-root
/dev/nvme0n1p2 is the correct one right?
So I would be doing sudo mount /dev/... /mnt