https://github.com/chris1111/partefimount
A tool to mount EFI partitions in macOS
https://github.com/chris1111/partefimount
efi efi-partition macos macosx-scripts
Last synced: 4 months ago
JSON representation
A tool to mount EFI partitions in macOS
- Host: GitHub
- URL: https://github.com/chris1111/partefimount
- Owner: chris1111
- Created: 2024-12-24T21:52:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T22:10:43.000Z (over 1 year ago)
- Last Synced: 2024-12-24T22:24:52.093Z (over 1 year ago)
- Topics: efi, efi-partition, macos, macosx-scripts
- Language: HTML
- Homepage: https://chris1111.github.io/PartEFIMount/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PartEFIMount
## A tool to mount EFI partitions in macOS.
### 100% bash.
### After all these years I thought it could be used much more easily; So here it is.
- Partition Map: JHFS+, APFS, NTFS is supported.
- Based on rehabman script and CloverPackage MountESP Package script.
[View Script](https://github.com/chris1111/PartEFIMount/blob/main/PartEFIMount)
[View Usage](https://github.com/chris1111/PartEFIMount/blob/main/Usage.md)
- [x] `Clone PartEFIMount:`
```bash
git clone https://github.com/chris1111/PartEFIMount.git
```
-------------------------------------------------------