Skip to content

Commit 7aa8f97

Browse files
committed
Update.
1 parent 629c176 commit 7aa8f97

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -160,23 +160,23 @@ There are two ways to enable TRIM support in your Linux VM. As usual, consult yo
160160

161161
# [Ubuntu](#tab/ubuntu)
162162

163-
```bash
164-
sudo apt-get install util-linux
165-
sudo fstrim /datadrive
166-
```
163+
```bash
164+
sudo apt-get install util-linux
165+
sudo fstrim /datadrive
166+
```
167167

168168
# [Red Hat](#tab/rhel)
169169

170-
```bash
171-
sudo yum install util-linux
172-
sudo fstrim /datadrive
173-
```
170+
```bash
171+
sudo yum install util-linux
172+
sudo fstrim /datadrive
173+
```
174174

175175
# [SUSE](#tab/suse)
176-
177-
```bash
178-
sudo fstrim /datadrive
179-
```
176+
177+
```bash
178+
sudo fstrim /datadrive
179+
```
180180
---
181181

182182
## Troubleshooting

0 commit comments

Comments
 (0)