Use a different device list that's simpler.

This commit is contained in:
Joshua Strobl 2017-03-28 17:28:15 +03:00
parent 375292198f
commit 83a3b7fcbd
No known key found for this signature in database
GPG Key ID: 3F6FD9A6B13E584D
1 changed files with 3 additions and 8 deletions

View File

@ -45,16 +45,11 @@ Your output may look something similiar to:
``` bash
Device Size Type
/dev/sda1 450M Windows recovery environment
/dev/sda2 99M EFI System
/dev/sda3 16M Microsoft reserved
/dev/sda4 136.1G Microsoft basic data
/dev/sda5 7.8G Linux swap
/dev/sda6 78.6G Linux filesystem
/dev/sda7 537M EFI System
/dev/sda1 512M EFI System
/dev/sda2 111.3G Linux filesystem
```
Notice we have `/dev/sda7` as the Device with the `EFI System` type and roughly 500mb in size. This is the partition we will be mounting.
Notice we have `/dev/sda1` as the Device with the `EFI System` type and roughly 500mb in size. This is the partition we will be mounting.
With our ESP device known, let's go ahead and mount it, replacing `sdX#` in the case below with our partition.