AsahiLinux / asahi-installer

Asahi Linux installer
MIT License
782 stars 104 forks source link

feature: do not show Asahi volumes in macOS finder #294

Closed PaulCharlton closed 3 days ago

PaulCharlton commented 6 days ago

feature: do not show Asahi volumes in macOS finder, and: do not mount them by default

After installing Asahi, the APFS system volume created by Asahi shows up in Finder and is default mounted on macOS in /Volumes, likewise the APFS data volume created by Asahi DOES not show up in Finder, but is still mounted at /Volumes.

PaulCharlton commented 5 days ago

PR forthcoming

PaulCharlton commented 4 days ago

sudo diskutil mount -mountOptions nobrowse /dev/diskXsY

sudo chflags hidden /Volumes/asahiVolume

add the volume UUID to /etc/fstab with the appropriate mount options

marcan commented 3 days ago

No modifying fstab. See #306.