Skip to content

Commit

Permalink
Revert grep target; instead add caveat for Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Smith committed Jan 21, 2015
1 parent ccc6d1c commit 73bce71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion articles/virtual-machines-linux-how-to-attach-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ You can attach both empty disks and disks that contain data. In both cases, the

2. In the SSH window, type the following command, and then enter the password for the account that you created to manage the virtual machine:

# sudo grep SCSI /var/log/syslog
# sudo grep SCSI /var/log/messages

>[AZURE.NOTE] For recent Ubuntu distributions you may need to use `sudo grep SCSI /var/log/syslog` as logging to `/var/log/messages` may be disabled by default.


You can find the identifier of the last data disk that was added in the messages that are displayed.

Expand Down

0 comments on commit 73bce71

Please sign in to comment.