File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 33
44### installimage:
55
6- ```
6+ ``` console
77SWRAID 0
88
99PART swap swap 4G
@@ -14,7 +14,7 @@ PART / ext4 32G
1414
1515### fdisk
1616
17- ```
17+ ``` console
1818[root@cosmosia10 ~] # fdisk -l
1919Disk /dev/nvme1n1: 3.49 TiB, 3840755982336 bytes, 7501476528 sectors
2020Disk 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 ~] #
You can’t perform that action at this time.
0 commit comments