Переустановка Астра Линукс с сохранением файлов пользователя (каталога /home)
Локальное зеркало репозитория Astra Linux 1.7 через apt-mirror
Telegram Teletype vc.ru dzen.ru ОС: Astra Linux 1.7
Устанавливаем apt-mirror:
sudo apt install apt-mirror
Добавляем в файл /etc/apt/mirror.list:
sudo nano /etc/apt/mirror.list
следующие строки:
# путь для сохранения репозитория
set base_path /home/user/repo/astra-1.7
set run_postmirror 0
set nthreads 20
set _tilde 0
deb https://download.astralinux.ru/astra/stable/1.7_x86-64/repository-main/ 1.7_x86-64 non-free contrib main
deb https://download.astralinux.ru/astra/stable/1.7_x86-64/repository-update/ 1.7_x86-64 non-free contrib main
deb https://download.astralinux.ru/astra/stable/1...
Fsck exited with status code 4 astra linux
“Fsck exited with status code 4” in Astra Linux (or any Linux system) indicates that the fsck (file system check) utility encountered a problem while checking the file system and was unable to fix it automatically. A status code of 4 specifically means: “File system errors left uncorrected.” This error usually arises during boot if the file system has been flagged as needing a check due to a previous unclean shutdown, errors detected during normal operation, or intentional flagging by the system. Here’s a breakdown of the problem and how to address it: Understanding the Problem: File System Corruption: The file system likely has some inconsistencies or errors that need to be repaired...