Обновить Перенос_системы_на_другой_раздел.md
This commit is contained in:
@@ -109,7 +109,9 @@ mount -o ro /dev/nvme0n1p4 /mnt/old_root
|
||||
- Копируем систему на новый раздел
|
||||
|
||||
```shell
|
||||
rsync -ahHAXS --numeric-ids --info=progress2 /mnt/old_root/ /mnt/new_root/
|
||||
rsync -ahHAXS --numeric-ids --info=progress2 \
|
||||
/mnt/old_root/ /mnt/new_root/ \
|
||||
--exclude=/home
|
||||
```
|
||||
|
||||
- Настройка fstab
|
||||
|
||||
Reference in New Issue
Block a user