mirror of
https://github.com/opsschool/curriculum.git
synced 2026-01-15 12:15:03 +00:00
Fixed syntax to reflect device names, replaced unicode quotes with ascii
This commit is contained in:
@@ -25,11 +25,10 @@ use them.
|
||||
|
||||
Working with disks in Linux
|
||||
===========================
|
||||
|
||||
Disks in Linux are normally named /dev/sda, /dev/sdb, etc.
|
||||
If you are in a VM, they may be called /dev/xvda, /dev/xvdb, etc.
|
||||
The last letter (“a”, “b”, “c”..) relates to the physical hard drive in your
|
||||
computer. “a” is the first drive, “b” is the second.
|
||||
Disks in Linux are normally named ``/dev/sda``, ``/dev/sdb``, etc.
|
||||
If you are in a VM, they may be named ``/dev/xvda``, ``/dev/xvdb``, etc.
|
||||
The last letter ("a", "b", "c"..) relates to the physical hard drive in your
|
||||
computer. "a" is the first drive, "b" is the second.
|
||||
|
||||
If you have an already configured system, you will likely see entries like
|
||||
this::
|
||||
|
||||
Reference in New Issue
Block a user