Skip to content

Commit 855b6ae

Browse files
authored
doc: format (#160)
1 parent 69a3b67 commit 855b6ae

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/ref_hetzner_ax101.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### installimage:
55

6-
```
6+
```console
77
SWRAID 0
88

99
PART swap swap 4G
@@ -14,7 +14,7 @@ PART / ext4 32G
1414

1515
### fdisk
1616

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

205205
### LVM
206206

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

288288

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

0 commit comments

Comments
 (0)