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 Both sides next revision
install [2017/05/15 11:59]
127.0.0.1 external edit
install [2017/06/06 07:52]
slackermedia
Line 63: Line 63:
 However, the question mark is literal; type exactly ''​sd?''​ However, the question mark is literal; type exactly ''​sd?''​
 </​WRAP>​ </​WRAP>​
 +
 +A friendlier view of devices attached to your computer, use ''​lsblk'':​
 +
 +<​code>​
 +# 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.