Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

linux - how to list partitions of specific type?

lsblk -o +PARTTYPE includes the partition type UUID in the listing. The EFI System Partition type UUID is C12A7328-F81F-11D2-BA4B-00A0C93EC93B, so grepping for this (in lower case, or use the -i flag with grep) lists your ESPs.

Tags:

Linux

Partition

Uefi

Partition Table

Related

Multiple TXT fields for same subdomain P2V SBS Windows 2008: Mass Storage Driver issue around SCSI IDE changes - Boot BSOD Error 0x0000007b, 0xc0000034? Redis cluster: 3 master nodes minimum? rsync --compress-level: which compression levels can be used? long delay when logging in with CentOS7 How do I find the AWS Quicksight IP Range How to give username/password to git clone in a script, but not store credentials in .git/config Is there a standard DNS record to indicate the IMAP server for a domain? Use ip route add to add multicast routes to multiple interfaces Multiple ssl certificates with one ip and same port but different host headers (IIS 8) How to move VM to a new Virtual Network in Azure Portal Two-way high power outdoor Wi-Fi

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy