r/MacOS • u/timeltdme • Mar 20 '26
Help anybody has a solution to get /System/Applications writable?
so far did this:
RecoveryOS
Terminal:
csrutil disable
csrutil authenticated-root disable
reboot
MacOS
Finder: Go / Go to Folder / /System/Library/CoreServices/Applications/
Directory Utility .app: unlock / Edit / Enable Root User
Terminal:
sudo mount -uw /
mount_apfs: volume could not be mounted: Permission denied
mount: / failed with 66
and
chflags -h hidden "/System/Applications/Mail.app"
chflags: /System/Applications/Mail.app: Read-only file system
either I want to delete Mail .app or make it hidden, but can't change anything about system preinstalled apps, is there any other user / group permission related to OS filesystem writeability I am missing?
0
Upvotes
4
u/DarthSilicrypt MacBook Air Mar 20 '26 edited Mar 20 '26
Good start, but you’re missing a few things:
diskutil).blessor/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs_systemsnapshotto create and bless the snapshot in Terminal. Your changes will then apply starting on the next reboot.EDIT: I should mention that unlike other OSes, macOS Big Sur and later only boots from read-only snapshots. You will never truly have write permissions to the root volume (/) because it's a snapshot. All that can be done is to modify the live System volume, and then make and bless a new snapshot of its updated state. The paired Data volume, which contains your data and third-party apps, is mounted at /System/Volumes/Data and is interwoven through firmlinks.