Skip to content

Commit 9df8f78

Browse files
Merge pull request #40453 from alexandair/patch-23
Fix the name of a command
2 parents 66f110a + d82a0ca commit 9df8f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/troubleshooting/troubleshoot-recovery-disks-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ az vm disk attach --disk $diskId --resource-group MyResourceGroup --size-gb 128
124124
> [!NOTE]
125125
> The following examples detail the steps required on an Ubuntu VM. If you are using a different Linux distro, such as Red Hat Enterprise Linux or SUSE, the log file locations and `mount` commands may be a little different. Refer to the documentation for your specific distro for the appropriate changes in commands.
126126
127-
1. SSH to your troubleshooting VM using the appropriate credentials. If this disk is the first data disk attached to your troubleshooting VM, the disk is likely connected to `/dev/sdc`. Use `dmseg` to view attached disks:
127+
1. SSH to your troubleshooting VM using the appropriate credentials. If this disk is the first data disk attached to your troubleshooting VM, the disk is likely connected to `/dev/sdc`. Use `dmesg` to view attached disks:
128128

129129
```bash
130130
dmesg | grep SCSI

0 commit comments

Comments
 (0)