Added Tutorials and Portainer Agent install script #4

Merged
DocRock3r merged 16 commits from wip into main 2026-01-09 14:11:23 +00:00
Showing only changes of commit 2025c07deb - Show all commits

View File

@@ -7,8 +7,8 @@ use `F` to list free space on drive
use `n` to create a new partion
use `w` to save changes
## 2. Add new partion to existing lvm
- use `lsblk` to list all drives, partitions, and lvms
## 2. Add new partion to existing LVM
- use `lsblk` to list all drives, partitions, and LVMs
### 2.1 Create a new physical volume (pv)
- `sudo pvcreate /dev/[partiton you want to use]`
- ex. `sudo pvcreate /dev/sda4`
@@ -37,6 +37,6 @@ use `w` to save changes
2. `sudo resize2fs /dev/[partition]`
- ex. `sudo resize2fs /dev/sda3`
# Expand existing lvm to use whole partition
# Expand existing LVM to use whole partition
- `sudo lvextend -l +100%FREE /dev/[volume group]/[logical volume]`
- ex. `sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv`