Create bootdisk.md
This commit is contained in:
parent
38abc72241
commit
02fc2efef0
1 changed files with 11 additions and 0 deletions
11
cmd/bootdisk.md
Normal file
11
cmd/bootdisk.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# create a bootable disk
|
||||
1. sudo fdisk -l
|
||||
```
|
||||
Disk /dev/sdc: 58,98 GiB, 63333990400 bytes, 123699200 sectors
|
||||
Disk model: Flash Disk
|
||||
Units: sectors of 1 * 512 = 512 bytes
|
||||
Sector size (logical/physical): 512 bytes / 512 bytes
|
||||
I/O size (minimum/optimal): 512 bytes / 512 bytes
|
||||
Disklabel type: gpt
|
||||
Disk identifier: F...
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue