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

Apple - How can I see which macOS version is installed on an external disk, without booting into it?

You can read the SystemVersion.plist on that particular volume-

/Volumes/<volume_name>/System/Library/CoreServices/SystemVersion.plist 

If there's a valid, bootable system on it, then it will be listed in System Preferences > Startup Disk, with its version number.

enter image description here

Tags:

Macos

System Information

Related

Apple - How do I determine the version of Bluetooth my iPhone supports? Apple - Can you listen to music using AirPods without an Internet connection? Apple - How to upgrade to Big Sur? Apple - Where does Macbook Pro store wifi information? Apple - Upgrade to Big Sur Beta 3 Broke Brew Build system Apple - Why is it still not possible to cut files to paste them elsewhere in Catalina? Apple - iOS (iPhone) "Other" storage category is huge Apple - Unable to fully maximize Terminal window Apple - How to clear Trash after deleting old user profiles on macOS Catalina? Apple - Allow all applications to access Desktop, Documents, and Downloads in Catalina Apple - Can I mount the root (system) filesystem as writable in Big Sur? Apple - MacBook Pro randomly discharges from 100% to ~90% when plugged

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