Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
install [2015/08/10 23:43]
slackermedia
install [2021/06/03 19:48] (current)
Line 52: Line 52:
 historical purposes]]). So the identifier for the first hard drive on a system would be ''​sda'',​ and the second drive would be ''​sdb''​. historical purposes]]). So the identifier for the first hard drive on a system would be ''​sda'',​ and the second drive would be ''​sdb''​.
  
-You can verify what drives Linux finds by looking in the device, or ''/​dev'',​ directory. ​You can see this by typing this:+You can verify what drives Linux finds by looking in the device, or ''/​dev'',​ directory. ​Do not type the ''#''​ mark; that just represents the root prompt on your screen. However, the question mark is literal; type exactly ''​sd?''​
  
 <​code>​ <​code>​
Line 58: Line 58:
 </​code>​ </​code>​
  
-<WRAP important>​ +A friendlier view of devices attached to your computer, use ''​lsblk''​:
-Do not type the ''​#'' ​mark; that just represents the root prompt on your screen.+
  
-However, the question mark is literal; type exactly ''​sd?''​ +<​code>​ 
-</WRAP>+# lsblk 
 +</code>
  
 On a laptop, you probably only have one drive, so the result will likely be ''/​dev/​sda''​ but a desktop can (and arguably should) have multiple drives, so results might be ''/​dev/​sda''​ ''/​dev/​sdb''​ ''/​dev/​sdc'',​ and so on to the last drive. On a laptop, you probably only have one drive, so the result will likely be ''/​dev/​sda''​ but a desktop can (and arguably should) have multiple drives, so results might be ''/​dev/​sda''​ ''/​dev/​sdb''​ ''/​dev/​sdc'',​ and so on to the last drive.