Code Block language sudo mount -uw /
This command doesn't seem to be working under Big Sur:
Code Block language mount_apfs: volume could not be mounted: Permission denied mount: / failed with 66
What should I do now?
Code Block language sudo mount -uw /
Code Block language mount_apfs: volume could not be mounted: Permission denied mount: / failed with 66
Code Block Disable FileVault Reboot into recovery mode and run:csrutil authenticated-root disable Reboot back into MacOS Find your root mount's device - run mount and chop off the last s, e.g. if your root is /dev/disk1s2s3, you'll mount /dev/disk1s2 Create a new directory, for example ~/mountRun sudo mount -o nobrowse -t apfs DISK_PATH MOUNT_PATH, using the values from above Modify the files under the mounted directory Run sudo bless --folder MOUNT_PATH/System/Library/CoreServices --bootefi --create-snapshot Reboot your system, and the changes will take place
Code Block sudo mount -o nobrowse -t afps /dev/disk1s5 ~/mount
in terminal:Code Block mount_apfs: volume could not be mounted: Resource busy mount: /Users/ishanpandey/mount failed with 75
How to revert these steps so that I can activate FileVault again?Disable FileVaultReboot into recovery mode and run:csrutil authenticated-root disableReboot back into MacOSFind your root mount's device - run mount and chop off the last s, e.g. if your root is /dev/disk1s2s3, you'll mount /dev/disk1s2Create a new directory, for example ~/mountRun sudo mount -o nobrowse -t apfs DISKPATH MOUNTPATH, using the values from aboveModify the files under the mounted directoryRun sudo bless --folder MOUNT_PATH/System/Library/CoreServices --bootefi --create-snapshotReboot your system, and the changes will take place
Trust me: you really don’t want to do this in Big Sur. As explained above, in order to do this you have to break the seal on the System volume. You can’t then reseal it. Ever.
Furthermore, users are reporting that before you can do that, you have to disable FileVault, and it doesn’t appear that you can re-enable that either.
If you really want to do that, then the basic requirements are outlined above, but you’re out almost on your own in doing it, and will have lost two of your two major security protections. I wish you the very best of luck – you’ll need it!
Howard.
Code Block ioreg -lw0 | grep IODisplayPrefsKey