Skip to content

Commit

Permalink
doc: format (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa authored Sep 11, 2022
1 parent 69a3b67 commit 855b6ae
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/ref_hetzner_ax101.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### installimage:

```
```console
SWRAID 0

PART swap swap 4G
Expand All @@ -14,7 +14,7 @@ PART / ext4 32G

### fdisk

```
```console
[root@cosmosia10 ~]# fdisk -l
Disk /dev/nvme1n1: 3.49 TiB, 3840755982336 bytes, 7501476528 sectors
Disk model: SAMSUNG MZQL23T8HCLS-00A07
Expand Down Expand Up @@ -204,7 +204,7 @@ Partition table entries are not in disk order.

### LVM

```
```console
[root@cosmosia10 ~]# pvcreate -v /dev/nvme0n1p5 /dev/nvme1n1p1
Wiping signatures on new PV /dev/nvme0n1p5.
Wiping signatures on new PV /dev/nvme1n1p1.
Expand Down Expand Up @@ -286,9 +286,6 @@ Writing superblocks and filesystem accounting information: done
Physical extents 0 to 906233


[root@cosmosia10 ~]# mount /dev/vg0/lv_data /mnt/data
mount: /mnt/data: mount point does not exist.
dmesg(1) may have more information after failed mount system call.
[root@cosmosia10 ~]# mkdir -p /mnt/data
[root@cosmosia10 ~]# mount /dev/vg0/lv_data /mnt/data
[root@cosmosia10 ~]#
Expand Down

0 comments on commit 855b6ae

Please sign in to comment.