Skip to content

Commit 2a720b8

Browse files
committed
Change code blocks to output where needed
1 parent c6a2480 commit 2a720b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/add-disk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ lsblk -o NAME,HCTL,SIZE,MOUNTPOINT | grep -i "sd"
6363

6464
The output is similar to the following example:
6565

66-
```bash
66+
```output
6767
sda 0:0:0:0 30G
6868
├─sda1 29.9G /
6969
├─sda14 4M
@@ -120,7 +120,7 @@ sudo blkid
120120

121121
The output looks similar to the following example:
122122

123-
```bash
123+
```output
124124
/dev/sda1: LABEL="cloudimg-rootfs" UUID="11111111-1b1b-1c1c-1d1d-1e1e1e1e1e1e" TYPE="ext4" PARTUUID="1a1b1c1d-11aa-1234-1a1a1a1a1a1a"
125125
/dev/sda15: LABEL="UEFI" UUID="BCD7-96A6" TYPE="vfat" PARTUUID="1e1g1cg1h-11aa-1234-1u1u1a1a1u1u"
126126
/dev/sdb1: UUID="22222222-2b2b-2c2c-2d2d-2e2e2e2e2e2e" TYPE="ext4" TYPE="ext4" PARTUUID="1a2b3c4d-01"
@@ -154,7 +154,7 @@ There are two ways to enable TRIM support in your Linux VM. As usual, consult yo
154154

155155
- Use the `discard` mount option in */etc/fstab*, for example:
156156

157-
```bash
157+
```output
158158
UUID=33333333-3b3b-3c3c-3d3d-3e3e3e3e3e3e /datadrive xfs defaults,discard 1 2
159159
```
160160

0 commit comments

Comments
 (0)