From 5c08094659058ac2bfdc821d2b714c16949facae Mon Sep 17 00:00:00 2001 From: dbrennand <52419383+dbrennand@users.noreply.github.com> Date: Sat, 18 Nov 2023 10:56:08 +0000 Subject: [PATCH] docs(refactor): add samsung SSD --- docs/infrastructure/proxmox.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/infrastructure/proxmox.md b/docs/infrastructure/proxmox.md index b10aaf7..edb0fc4 100644 --- a/docs/infrastructure/proxmox.md +++ b/docs/infrastructure/proxmox.md @@ -12,6 +12,7 @@ | Memory | 64GB DDR4 3200MHz SODIMM (2x32GB) | | Storage (Internal) | Samsung NVMe 970 EVO Plus 1TB | | Storage (External) | Crucial SSD MX500 2TB | +| Storage (External) | Samsung SSD 870 QVO 1TB | | Storage (External) | 64GB USB | ## Installation @@ -63,19 +64,25 @@ ssh-copy-id -i root@proxmox01.net.domain.tld - Click `/dev/sda` and select `Initialize Disk with GPT` - Click `/dev/sdb` and select `Initialize Disk with GPT` + - Click `/dev/sdc` and select `Initialize Disk with GPT` 3. Navigate to `Disks` > `LVM-Thin` > `Create: Thinpool`, enter the following details and click **Create**: - | Setting | Value | - | ------- | ---------- | - | Disk | `/dev/sda` | - | Name | ssd | + | Setting | Value | + | ------- | ----------- | + | Disk | `/dev/sda` | + | Name | ssd-crucial | + + | Setting | Value | + | ------- | ----------- | + | Disk | `/dev/sdb` | + | Name | ssd-samsung | 4. Navigate to `Disks` > `Directory` > `Create: Directory`, enter the following details and click **Create**: | Setting | Value | | ---------- | ---------- | - | Disk | `/dev/sdb` | + | Disk | `/dev/sdc` | | Filesystem | `xfs` | | Name | ISOs |