mirror of
https://github.com/kevinveenbirkenbach/hetzner-arch-luks.git
synced 2024-11-24 02:31:04 +01:00
Implemented volume expand
This commit is contained in:
parent
0513150142
commit
8c54e4d02e
16
README.md
16
README.md
@ -291,8 +291,16 @@ exit
|
|||||||
ssh-keygen -f "$HOME/.ssh/known_hosts" -R your_server_ip
|
ssh-keygen -f "$HOME/.ssh/known_hosts" -R your_server_ip
|
||||||
ssh root@your_server_ip
|
ssh root@your_server_ip
|
||||||
```
|
```
|
||||||
## 7. Debugging
|
|
||||||
### 7.1 Login to System from Rescue System
|
#### 7. Expand filesystem
|
||||||
|
:computer: :
|
||||||
|
```bash
|
||||||
|
lvresize -l +100%FREE /dev/vg0/root
|
||||||
|
btrfs filesystem resize max /
|
||||||
|
```
|
||||||
|
|
||||||
|
## 8. Debugging
|
||||||
|
### 8.1 Login to System from Rescue System
|
||||||
:ambulance: :
|
:ambulance: :
|
||||||
```bash
|
```bash
|
||||||
cryptsetup luksOpen /dev/md1 cryptroot
|
cryptsetup luksOpen /dev/md1 cryptroot
|
||||||
@ -303,7 +311,7 @@ mount --bind /sys /mnt/sys
|
|||||||
mount --bind /proc /mnt/proc
|
mount --bind /proc /mnt/proc
|
||||||
chroot /mnt
|
chroot /mnt
|
||||||
```
|
```
|
||||||
### 7.2 Logout from chroot environment
|
### 8.2 Logout from chroot environment
|
||||||
:ghost: :ambulance: :
|
:ghost: :ambulance: :
|
||||||
```bash
|
```bash
|
||||||
exit
|
exit
|
||||||
@ -313,7 +321,7 @@ sync
|
|||||||
reboot
|
reboot
|
||||||
```
|
```
|
||||||
|
|
||||||
### 7.3 Regenerate GRUB and Arch
|
### 8.3 Regenerate GRUB and Arch
|
||||||
:ghost: :
|
:ghost: :
|
||||||
```bash
|
```bash
|
||||||
mkinitcpio -p linux
|
mkinitcpio -p linux
|
||||||
|
Loading…
Reference in New Issue
Block a user