Skip to content

Instantly share code, notes, and snippets.

@lesterlo
Created May 7, 2021 07:06
Show Gist options
  • Save lesterlo/69cac9108b689c7e20ba53bbab837618 to your computer and use it in GitHub Desktop.
Save lesterlo/69cac9108b689c7e20ba53bbab837618 to your computer and use it in GitHub Desktop.

Mount the Home Assistant OS disk Image on Mac

Introduciton

In macOS, the home Assistant OS disk Image cannot be mount automatically. The system will propt a Mount Error alert.

To solve this problem, we need to mount the disk manuelly.

Procedure

# Mount the boot partition of the hass OS disk, ? represent your disk numbe
sudo mount -t msdos /dev/disk?s1 fat_mount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment