Skip to content

Commit 7128926

Browse files
committed
Update.
1 parent b5958a7 commit 7128926

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/virtual-machines/linux/attach-disk-portal.md

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

214214
# [Ubuntu](#tab/ubuntu)
215215

216-
```bash
217-
sudo apt-get install util-linux
218-
sudo fstrim /datadrive
219-
```
216+
```bash
217+
sudo apt-get install util-linux
218+
sudo fstrim /datadrive
219+
```
220220

221221
# [Red Hat](#tab/rhel)
222222

223-
```bash
224-
sudo yum install util-linux
225-
sudo fstrim /datadrive
226-
```
223+
```bash
224+
sudo yum install util-linux
225+
sudo fstrim /datadrive
226+
```
227227

228228
# [SUSE](#tab/suse)
229-
230-
```bash
231-
sudo fstrim /datadrive
232-
```
229+
230+
```bash
231+
sudo fstrim /datadrive
232+
```
233233
---
234234

235235
## Next steps

0 commit comments

Comments
 (0)