https://github.com/brokeyourbike/mountefi
mountefi - EFI mounting utility with no dependencies written in Golang.
https://github.com/brokeyourbike/mountefi
apple clover clover-efi efi go golang hacktoberfest mac macos macosx mountefi opencore opencore-efi
Last synced: 2 months ago
JSON representation
mountefi - EFI mounting utility with no dependencies written in Golang.
- Host: GitHub
- URL: https://github.com/brokeyourbike/mountefi
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2022-05-20T17:48:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T11:49:28.000Z (about 3 years ago)
- Last Synced: 2025-06-28T21:35:55.081Z (about 1 year ago)
- Topics: apple, clover, clover-efi, efi, go, golang, hacktoberfest, mac, macos, macosx, mountefi, opencore, opencore-efi
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# mountefi
[](https://pkg.go.dev/github.com/brokeyourbike/mountefi)
[](https://goreportcard.com/report/github.com/brokeyourbike/mountefi)
[](https://codeclimate.com/github/brokeyourbike/mountefi/maintainability)
[](https://codeclimate.com/github/brokeyourbike/mountefi/test_coverage)
EFI Mounting utility with no dependencies written in Golang.
## How it's working?
Instead of parsing unparsable plist returned from the `diskutil list -plist` command like the original [MountEFI](https://github.com/corpnewt/MountEFI) is doing, we fetching `AllDisks` property (contains a list of disks), and then calling `diskutil info -plist ` for each of the disks concurrently.
Of course this approach can be a bit slower, but `diskutil info -plist ` returning much more predictable plist format.
## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
## Thanks
https://github.com/corpnewt/MountEFI
## License
[BSD-3-Clause License](https://github.com/brokeyourbike/mountefi/blob/main/LICENSE)