Stavo cercando di aggiornare Java e ho usato una stella per assicurarmi che fosse rimosso completamente senza rendermi conto che avrebbe rovinato tutto
ero solito
apt-get remove java*
questo era su Ubuntu 16.0 o qualcosa del server. Ora ho sysrcd o System Rescue CD sul server e sto cercando di recuperare i miei vecchi file per rimetterli su un nuovo server e ricaricare il server sysrcd su Ubuntu. Tuttavia, non riesco a capire come utilizzare il sistema di montaggio.
Ho provato a correre
fdisk -l
e ho capito
Disk /dev/sda: 223.6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x04a5ca62
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 4095 1024 83 Linux
/dev/sda2 6142 468860927 234427393 5 Extended
/dev/sda5 6144 2004991 999424 83 Linux
/dev/sda6 2007040 468860927 233426944 8e Linux LVM
Disk /dev/mapper/vg-root: 221.6 GiB, 237879951360 bytes, 464609280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/vg-tmp: 976 MiB, 1023410176 bytes, 1998848 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/vg-swap: 88 MiB, 92274688 bytes, 180224 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Non sono sicuro su quale unità montare o su come montarla. Qualcuno può aiutare?
apt-get remove
comando. Dai un'occhiata /var/log/apt/history.log
. Dovresti essere in grado di reinstallare ciascuno dei pacchetti che sono stati rimossi.