From dec3a05f3499f50b23b3a3531f90ca7146bb6567 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Sat, 8 Dec 2012 17:56:11 -0500 Subject: [PATCH] Fixed syntax to reflect device names, replaced unicode quotes with ascii --- filesystems_101.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/filesystems_101.rst b/filesystems_101.rst index f928c21..58225e9 100644 --- a/filesystems_101.rst +++ b/filesystems_101.rst @@ -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::